[jboss-jira] [JBoss JIRA] (AS7-6924) javax.xml.stream.events package not exported to OSGi bundles

Aaron Whiteside (JIRA) jira-events at lists.jboss.org
Tue Apr 16 14:23:53 EDT 2013


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

Aaron Whiteside commented on AS7-6924:
--------------------------------------

Given these capabilities:
{code}
            <capabilities>
                <capability name="javax.jws.api"/>
                <capability name="javax.enterprise.api"/>
                <capability name="javax.persistence.api"/>
                <capability name="javax.servlet.api"/>
                <capability name="javax.transaction.api"/>
                <capability name="javax.ws.rs.api"/>
                <capability name="javax.xml.bind.api"/>
                <capability name="javax.xml.ws.api"/>
                <capability name="javax.jms.api"/>
                <capability name="javax.xml.stream.api"/>
                <capability name="org.slf4j"/>
                <capability name="org.apache.felix.log" startlevel="1"/>
                <capability name="org.jboss.osgi.logging" startlevel="1"/>
                <capability name="org.apache.felix.configadmin" startlevel="1"/>
                <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/>
                <capability name="org.jboss.as.osgi.http" startlevel="1"/>
                <capability name="org.jboss.as.osgi.jpa" startlevel="1"/>
                <capability name="org.jboss.as.osgi.jmx" startlevel="1"/>
                <capability name="org.jboss.as.osgi.naming" startlevel="1"/>
            </capabilities>
{code}

I get these issues:
{code}
14:19:57,373 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
14:19:57,375 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
14:19:57,375 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.osgi.enterprise-5.0.0.jar" (runtime-name: "org.osgi.enterprise-5.0.0.jar")
14:19:57,375 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
14:19:57,374 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
14:19:57,376 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
14:19:57,384 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
14:19:57,388 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
14:19:57,388 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name: "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
14:19:57,388 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
14:19:57,388 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name: "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
14:19:57,389 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
14:19:57,389 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
14:19:57,389 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
14:19:57,390 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
14:19:57,390 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "slf4j-api-1.7.5.jar" (runtime-name: "slf4j-api-1.7.5.jar")
14:19:57,390 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
14:19:57,390 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.beans-3.2.2.RELEASE.jar")
14:19:57,391 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
14:19:57,391 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
14:19:57,391 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
14:19:57,392 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
14:19:57,397 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
14:19:57,562 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
14:19:57,565 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
14:19:57,568 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
14:19:57,572 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
14:19:57,573 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
14:19:57,577 INFO  [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
14:19:57,579 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
14:19:57,579 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
14:19:57,584 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
14:19:57,587 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
14:19:57,588 INFO  [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
14:19:57,589 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
14:19:57,595 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
14:19:57,597 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
14:19:57,601 WARN  [org.jboss.as.osgi] (MSC service thread 1-7) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.core)(&(version>=3.2.2.RELEASE)(version<=3.2.2.RELEASE)))},[org.springframework.expression:3.2.2.RELEASE]]]
14:19:57,601 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.expression-3.2.2.RELEASE.jar making it NEVER
14:19:57,769 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
14:19:57,771 WARN  [org.jboss.as.osgi] (MSC service thread 1-5) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.aop.interceptor)(&(version>=3.2.2.RELEASE)(version<=3.2.2.RELEASE)))},[org.springframework.aspects:3.2.2.RELEASE]]]
14:19:57,772 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.aspects-3.2.2.RELEASE.jar making it NEVER
14:19:57,773 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
14:19:57,772 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
14:19:57,771 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
14:19:57,773 INFO  [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
14:19:57,773 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
14:19:57,772 WARN  [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.core.io)(&(version>=3.0.0)(!(version>=4.0.0))))},[org.eclipse.gemini.blueprint.io:1.0.2.RELEASE]]]
14:19:57,777 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015970: Defer FIRST_MODULE_USE for gemini-blueprint-io-1.0.2.RELEASE.jar making it NEVER
14:19:57,790 WARN  [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.eclipse.gemini.blueprint.io)(&(version>=1.0.2.RELEASE)(version<=1.0.2.RELEASE)))},[org.eclipse.gemini.blueprint.core:1.0.2.RELEASE]]]
14:19:57,792 WARN  [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.eclipse.gemini.blueprint)(&(version>=1.0.2.RELEASE)(version<=1.0.2.RELEASE)))},[org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE]]]
14:19:57,803 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015970: Defer FIRST_MODULE_USE for gemini-blueprint-extender-1.0.2.RELEASE.jar making it NEVER
14:19:57,791 WARN  [org.jboss.as.osgi] (MSC service thread 1-3) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.xml.stream.events)(version>=0.0.0))},[org.springframework.core:3.2.2.RELEASE]]]
14:19:57,803 WARN  [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.beans)(&(version>=3.2.2.RELEASE)(version<=3.2.2.RELEASE)))},[org.springframework.transaction:3.2.2.RELEASE]]]
14:19:57,798 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
14:19:57,798 WARN  [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.xml.transform.stream)(version>=0.0.0))},[org.springframework.jms:3.2.2.RELEASE]]]
14:19:57,805 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.jms-3.2.2.RELEASE.jar making it NEVER
14:19:57,805 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.transaction-3.2.2.RELEASE.jar making it NEVER
14:19:57,797 WARN  [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.aop.scope)(&(version>=3.2.2.RELEASE)(version<=3.2.2.RELEASE)))},[org.springframework.orm:3.2.2.RELEASE]]]
14:19:57,806 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.orm-3.2.2.RELEASE.jar making it NEVER
14:19:57,793 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
14:19:57,793 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015970: Defer FIRST_MODULE_USE for gemini-blueprint-core-1.0.2.RELEASE.jar making it NEVER
14:19:57,805 WARN  [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.cglib.proxy)(&(version>=3.2.2.RELEASE)(version<=3.2.2.RELEASE)))},[org.springframework.beans:3.2.2.RELEASE]]]
14:19:57,817 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.beans-3.2.2.RELEASE.jar making it NEVER
14:19:57,804 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.core-3.2.2.RELEASE.jar making it NEVER
14:19:57,814 INFO  [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
14:19:57,814 WARN  [org.jboss.as.osgi] (MSC service thread 1-5) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.sql)(version>=0.0.0))},[org.springframework.jdbc:3.2.2.RELEASE]]]
14:19:57,813 WARN  [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.core)(&(version>=3.2.2.RELEASE)(version<=3.2.2.RELEASE)))},[org.springframework.aop:3.2.2.RELEASE]]]
14:19:57,824 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.aop-3.2.2.RELEASE.jar making it NEVER
14:19:57,825 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.jdbc-3.2.2.RELEASE.jar making it NEVER
14:19:57,826 WARN  [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.springframework.asm)(&(version>=3.2.2.RELEASE)(version<=3.2.2.RELEASE)))},[org.springframework.context:3.2.2.RELEASE]]]
14:19:57,827 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.context-3.2.2.RELEASE.jar making it NEVER
14:19:57,842 WARN  [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.xml.parsers)(version>=0.0.0))},[com.springsource.org.aspectj.weaver:1.7.1.RELEASE]]]
14:19:57,842 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015970: Defer FIRST_MODULE_USE for com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar making it NEVER
14:19:57,844 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011002: Bundle started: osgi.enterprise:5.0.0.201203141834
14:19:57,845 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011002: Bundle started: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
14:19:57,845 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011002: Bundle started: jcl.over.slf4j:1.7.5
14:19:57,851 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011002: Bundle started: slf4j.api:1.7.5
14:19:57,851 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011002: Bundle started: ch.qos.logback.classic:1.0.11
14:19:57,852 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011002: Bundle started: com.springsource.org.aopalliance:1.0.0
14:19:57,852 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011002: Bundle started: ch.qos.logback.core:1.0.11
14:19:57,859 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011002: Bundle started: org.eclipse.gemini.management:1.0.5.RELEASE
14:19:57,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
14:19:57,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
14:19:57,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
14:19:57,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
14:19:57,986 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
14:19:57,986 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
14:19:57,986 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
14:19:57,986 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
14:19:57,986 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
14:19:57,987 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
14:19:57,987 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
14:19:57,987 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name : "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
14:19:57,987 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
14:19:57,987 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
14:19:57,987 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
14:19:57,988 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
14:19:57,988 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
14:19:57,988 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
14:19:57,988 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
14:19:57,988 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
14:19:57,988 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
14:19:57,989 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
14:19:57,989 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
{code}

Which looks to be caused by these missing packages:
javax.xml.parsers
javax.sql
javax.xml.transform.stream
javax.xml.stream.events

What capabilities expose these?

                
> javax.xml.stream.events package not exported to OSGi bundles
> ------------------------------------------------------------
>
>                 Key: AS7-6924
>                 URL: https://issues.jboss.org/browse/AS7-6924
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: OSGi, XML Frameworks
>    Affects Versions: 8.0.0.Alpha1
>            Reporter: Aaron Whiteside
>            Assignee: Thomas Diesler
>
> {code}
> 12:53:16,935 WARN  [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.xml.stream.events)(version>=0.0.0))},[org.springframework.core:3.2.2.RELEASE]]]
> 12:53:16,940 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.core-3.2.2.RELEASE.jar making it NEVER
> {code}

--
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