Bug 988793

Summary: Different content in IronJacamar (includes class content)
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Pavel Janousek <pjanouse>
Component: RPMsAssignee: David Walluck <dwalluck>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.1.1CC: fnasser, myarboro
Target Milestone: ER4   
Target Release: EAP 6.1.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-16 20:29:50 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: 957675    

Description Pavel Janousek 2013-07-26 11:39:10 UTC
RPM's version of IronJacamar jars contain different content in these areas:
- modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc.jar
  -- META-INF/MANIFEST.MF
- modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi.jar
  -- META-INF/MANIFEST.MF
- modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api.jar
  -- META-INF/MANIFEST.MF
- modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api.jar
  -- META-INF/MANIFEST.MF
- modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common.jar
  -- org/jboss/jca/deployers/DeployersLogger_$logger.class
  -- org/jboss/jca/deployers/DeployersLogger_$logger.java
  -- META-INF/MANIFEST.MF
  -- org/jboss/jca/deployers/DeployersBundle_$bundle.java
  -- org/jboss/jca/deployers/DeployersBundle_$bundle.class
- modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl.jar
  -- org/jboss/jca/core/CoreBundle_$bundle.class
  -- org/jboss/jca/Version.class
  -- org/jboss/jca/core/CoreLogger_$logger.class
  -- META-INF/MANIFEST.MF
- modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl.jar
  -- org/jboss/jca/common/CommonBundle_$bundle.class
  -- org/jboss/jca/common/CommonLogger_$logger.class
  -- META-INF/MANIFEST.MF
- modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator.jar
  - META-INF/MANIFEST.MF

Moreover why are source JAVA files included in product bits?

Comment 1 Fernando Nasser 2013-07-26 15:03:54 UTC
All timestamp.  Race condition between ERs.  Will disappear on ER4

Comment 2 Fernando Nasser 2013-07-26 15:08:09 UTC
David, please make sure the BOM points to your latest build (and reinstate the changelog if possible).

Also take a look at why only one JARs seems to be getting the generated classes sources.  It should be in all or in none it seems.

Thanks.

Comment 3 David Walluck 2013-07-26 16:59:42 UTC
Presumably, the inclusion of the .java files is an upstream bug in the build.xml. If I exclude **/*.java from the jar that should fix it for the next release.

Comment 4 Fernando Nasser 2013-08-01 14:09:50 UTC
The ZIP and RPM should match on ER4.

I am not sure if
ironjacamar-1.0.19-1.Final_redhat_2.ep6.el6
has the .java files removed.  If not, please open that as a new Bug so we can track (confirm) the removal of those.

Comment 7 Pavel Janousek 2013-08-12 12:07:55 UTC
Verified for ER4 on RHEL6, fixed for RHEL6 (only).

For included *.java files is filled new BZ#996098.