Bug 1290960

Summary: [GSS](6.4.z) EE, JPA & Weld subsystem adding javaee.api
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Brad Maxwell <bmaxwell>
Component: CDI/WeldAssignee: jboss-set
Status: CLOSED DEFERRED QA Contact: Matej Novotny <manovotn>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: bbaranow, dtikhomi, fgavrilo, jharting, jolee, maschmid, msimka, pmuir, rhatlapa, rnetuka, sdouglas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-27 22:06:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1202911, 1324262, 1358822, 1358913    

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