[jboss-jira] [JBoss JIRA] (AS7-6216) Some javax.* bundles show version 0.0.0 in AS7

Cheng Fang (JIRA) jira-events at lists.jboss.org
Thu Mar 7 10:25:46 EST 2013


    [ https://issues.jboss.org/browse/AS7-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759488#comment-12759488 ] 

Cheng Fang commented on AS7-6216:
---------------------------------

Need to update their pom to include OSGi metadata:

jaxrs: https://github.com/jboss/jboss-jaxrs-api_spec

jws: there is no jboss spec project for it (or I didn't find it).  The api jar bundled in AS is jsr181-api-1.0-MR1.jar in AS7.x.

activation: no jboss spec project for it.  The api jar bundled in AS was from Sun.  Not sure if we need to have a jboss spec project for activation, since it is already included in JDK 6 or 7.
                
> Some javax.* bundles show version 0.0.0 in AS7
> ----------------------------------------------
>
>                 Key: AS7-6216
>                 URL: https://issues.jboss.org/browse/AS7-6216
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: OSGi
>    Affects Versions: 7.2.0.Alpha1
>            Reporter: Thomas Diesler
>            Assignee: Cheng Fang
>             Fix For: 8.0.0.Alpha1
>
>
> Some javax bundles that we configure by default do not show valid bundle version info
> javax.jws.api:0.0.0
> javax.ws.rs.api:0.0.0
> The javax.persistence.api has its metadata defined in jbosgi-xservice.properties like this
> {code}
> Bundle-SymbolicName: hibernate-jpa-2.0-api
> Bundle-Version: 1.0.1.Final
> Export-Package: javax.persistence.spi;version="2.0.0",javax.persistence.criteria;version="2.0.0",javax.persistence;version="2.0.0",javax.persistence.metamodel;version="2.0.0"
> {code}
> This should be replaced by metadata coming from the artefacts manifest. 
> Generally, all javax api artefacts should have valid OSGi metadata

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list