Bug 988315

Summary: Implementation-Version missing from MANIFEST.MF for org.osgi.*
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Pavel Janousek <pjanouse>
Component: BuildAssignee: David Walluck <dwalluck>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.1.1CC: dwalluck, fnasser, myarboro
Target Milestone: ER5   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:20:20 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: 927238, 957684    

Description Pavel Janousek 2013-07-25 09:46:20 UTC
Description of problem:
List of artifacts with missing Implementation-Version at all:
- modules/system/layers/base/org/osgi/core/main/org.osgi.core-4.2.0-redhat-3.jar
- modules/system/layers/base/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0-redhat-3.jar

Additional info:

see https://bugzilla.redhat.com/show_bug.cgi?id=927238

Comment 2 David Walluck 2013-09-18 17:21:08 UTC
Fixed in 4.2.0.redhat-4.

I also manually added additional headers to the MANIFEST.MF file in order to mimic the current maven toolchain settings of

      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
             <addDefaultImplementationEntries>true</addDefaultImplementationEntries>              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
            </manifest>
          </archive>
        </configuration>
      </plugin>

as this remains an ant build which uses the bnd tool to create the manifest file and thus will not pick up the global settings though maven.

Comment 3 David Walluck 2013-09-26 15:09:29 UTC
Upstream PR: <https://github.com/jbossas/jboss-eap/pull/472>.

Comment 7 Pavel Janousek 2013-10-15 12:56:28 UTC
Fixed. Verified against ER5 build.