Bug 1290960 - [GSS](6.4.z) EE, JPA & Weld subsystem adding javaee.api
Summary: [GSS](6.4.z) EE, JPA & Weld subsystem adding javaee.api
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: CDI/Weld
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: jboss-set
QA Contact: Matej Novotny
URL:
Whiteboard:
Depends On:
Blocks: 1202911 eap649-payload 1358822 1358913
TreeView+ depends on / blocked
 
Reported: 2015-12-12 05:45 UTC by Brad Maxwell
Modified: 2017-07-06 19:28 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-27 22:06:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker EAP6-225 0 Major Closed Move Java EE API Deps out of JavaEEDependencyProcessor and into subsystem DUPS 2019-04-25 01:14:26 UTC

Description Brad Maxwell 2015-12-12 05:45:32 UTC
It looks like this javaee.api got missed when EAP6-225 was done:

weld/src/main/java/org/jboss/as/weld/deployment/processors/WeldDependencyProcessor.java

     71         addDependency(moduleSpecification, moduleLoader, JAVAEE_API_ID);

Comment 2 Brad Maxwell 2015-12-12 06:09:36 UTC
jpa/core/src/main/java/org/jboss/as/jpa/processor/JPADependencyProcessor.java

     91         addDependency(moduleSpecification, moduleLoader, deploymentUnit, JAVAEE_API_ID, JBOSS_AS_JPA_ID, JBOSS_AS_JPA_SPI_ID, JAVASSIST_ID);

Comment 3 Brad Maxwell 2015-12-12 07:03:38 UTC
And: ee/src/main/java/org/jboss/as/ee/managedbean/processors/JavaEEDependencyProcessor.java

Comment 11 Mike McCune 2016-03-28 22:32:18 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 18 Brad Maxwell 2016-09-13 19:22:09 UTC
This change was backed out, as it caused regressions https://bugzilla.redhat.com/show_bug.cgi?id=1358822

Comment 20 Brad Maxwell 2017-06-27 22:06:03 UTC
Deferring to avoid possible issues in CP as this can affect current deployments


Note You need to log in before you can comment on or make changes to this bug.