[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 13:37:54 EDT 2013


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

Aaron Whiteside edited comment on AS7-6924 at 4/16/13 1:36 PM:
---------------------------------------------------------------

So if I add <capability name="javax.xml.stream.api"/> to the standalone-osgi.xml file, I get a new error (I think to do with other bundles??)

{code}
awhiteside at localhost jboss-as-8.0.0.Alpha1-SNAPSHOT# ./bin/standalone.sh -c standalone-osgi.xml
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT

  JAVA: /usr/local/java/bin/java

  JAVA_OPTS:  -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

=========================================================================

13:33:18,312 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final
13:33:18,455 INFO  [org.jboss.msc] (main) JBoss MSC version 1.1.2.Final
13:33:18,504 INFO  [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" starting
13:33:19,248 INFO  [org.xnio] (MSC service thread 1-3) XNIO Version 3.1.0.CR2
13:33:19,250 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
13:33:19,252 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.1.0.CR2
13:33:19,266 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.2.16.GA
13:33:19,277 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 27) JBAS016200: Activating ConfigAdmin Subsystem
13:33:19,283 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) JBAS010280: Activating Infinispan subsystem.
13:33:19,304 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 40) JBAS011800: Activating Naming Subsystem
13:33:19,309 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 41) JBAS011906: Activating OSGi Subsystem
13:33:19,313 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 46) JBAS013171: Activating Security Subsystem
13:33:19,316 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 38) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
13:33:19,345 INFO  [org.jboss.as.security] (MSC service thread 1-8) JBAS013170: Current PicketBox version=4.0.16.Final
13:33:19,347 INFO  [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.0.0.Alpha7 starting
13:33:19,362 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 50) JBAS015537: Activating WebServices Extension
13:33:19,364 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-4) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.16.Final)
13:33:19,377 INFO  [org.jboss.as.undertow] (ServerService Thread Pool -- 49) JBAS017502: Undertow 1.0.0.Alpha7 starting
13:33:19,397 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
13:33:19,398 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
13:33:19,398 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 28) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
13:33:19,416 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010417: Started Driver service with driver-name = h2
13:33:19,430 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 50) Could not get default virtual host: JBAS014807: Management resource '[("subsystem" => "web")]' not found
13:33:19,584 INFO  [io.undertow] (ServerService Thread Pool -- 49) Creating file handler for path /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/welcome-content
13:33:19,604 INFO  [org.jboss.as.undertow] (MSC service thread 1-5) Starting server server service: service jboss.undertow.server.default-server
13:33:19,607 INFO  [org.jboss.as.undertow] (MSC service thread 1-2) Starting host default-host
13:33:19,609 INFO  [org.jboss.as.undertow] (MSC service thread 1-2) registering handler io.undertow.server.handlers.resource.ResourceHandler at 13abd096 under path '/'
13:33:19,614 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.0.Alpha1
13:33:19,640 INFO  [org.jboss.as.undertow] (MSC service thread 1-8) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
13:33:19,811 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
13:33:19,849 INFO  [org.jboss.as.remoting] (MSC service thread 1-8) JBAS017100: Listening on 127.0.0.1:9999
13:33:19,850 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:4447
13:33:19,862 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/standalone/deployments
13:33:19,863 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")
13:33:19,864 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
13:33:19,863 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
13:33:19,865 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")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
13:33:19,866 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
13:33:19,867 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
13:33:19,867 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
13:33:19,868 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
13:33:19,868 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
13:33:19,868 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
13:33:19,869 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
13:33:19,869 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")
13:33:19,870 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
13:33:19,870 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
13:33:19,866 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")
13:33:19,866 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) 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")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
13:33:19,866 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
13:33:19,877 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
13:33:20,473 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011006: OSGi Framework - 3.0.0.CR12
13:33:20,643 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
13:33:20,643 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:8.0.0.Alpha1-SNAPSHOT
13:33:20,644 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
13:33:20,647 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
13:33:20,761 INFO  [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
13:33:20,824 INFO  [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
13:33:20,825 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
13:33:20,827 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
13:33:20,827 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
13:33:20,839 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
13:33:20,844 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
13:33:20,854 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
13:33:20,859 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
13:33:20,857 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
13:33:20,867 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
13:33:20,867 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
13:33:20,857 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
13:33:20,870 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
13:33:20,870 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
13:33:20,879 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
13:33:20,894 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
13:33:20,908 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
13:33:20,915 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
13:33:20,919 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
13:33:20,914 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
13:33:20,924 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
13:33:20,932 INFO  [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
13:33:21,214 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
	at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
Caused by: java.lang.NullPointerException
	at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:228)
	at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:381)
	at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:318)
	at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:178)
	at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:124)
	at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:226)
	at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:125)
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
	... 3 more

13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) 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")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
13:33:21,253 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
13:33:21,253 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
13:33:21,254 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775:    New missing/unsatisfied dependencies:
      service jbosgi.PersistentBundles.COMPLETE (missing) dependents: [service jboss.deployment.unit."org.springframework.orm-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.core-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.context-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."slf4j-api-1.7.5.jar".CONFIGURE_MODULE, JBAS014799: ... and 20 more ] 
JBAS014777:   Services which failed to start:      service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service

13:33:21,330 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
13:33:21,330 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
13:33:21,330 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" started (with errors) in 3303ms - Started 407 of 481 services (27 services failed or missing dependencies, 104 services are lazy, passive or on-demand)
{code}



Here is the list of bundles I am trying to deploy:
{code}
-rw-rw-r-- 1 awhiteside awhiteside  193502 Apr 16 12:53 com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar
-rw-rw-r-- 1 awhiteside awhiteside    4615 Apr 16 12:53 com.springsource.org.aopalliance-1.0.0.jar
-rw-rw-r-- 1 awhiteside awhiteside 1806718 Apr 16 12:53 com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  577734 Apr 16 12:53 gemini-blueprint-core-1.0.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  173216 Apr 16 12:53 gemini-blueprint-extender-1.0.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   32065 Apr 16 12:53 gemini-blueprint-io-1.0.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   16517 Apr 16 12:53 jcl-over-slf4j-1.7.5.jar
-rw-rw-r-- 1 awhiteside awhiteside   21762 Apr 16 12:53 log4j-over-slf4j-1.7.5.jar
-rw-rw-r-- 1 awhiteside awhiteside  255724 Apr 16 12:53 logback-classic-1.0.11.jar
-rw-rw-r-- 1 awhiteside awhiteside  370077 Apr 16 12:53 logback-core-1.0.11.jar
-rw-rw-r-- 1 awhiteside awhiteside  101540 Apr 16 13:23 org.eclipse.gemini.management-1.0.5.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  497420 Apr 16 13:07 org.osgi.enterprise-5.0.0.jar
-rw-rw-r-- 1 awhiteside awhiteside  340749 Apr 16 12:53 org.springframework.aop-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   51944 Apr 16 12:53 org.springframework.aspects-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  614338 Apr 16 12:53 org.springframework.beans-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  875556 Apr 16 12:53 org.springframework.context-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  878207 Apr 16 12:53 org.springframework.core-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  197873 Apr 16 12:53 org.springframework.expression-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  411093 Apr 16 12:53 org.springframework.jdbc-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  208461 Apr 16 12:53 org.springframework.jms-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  393841 Apr 16 12:53 org.springframework.orm-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  246820 Apr 16 12:53 org.springframework.transaction-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   26084 Apr 16 12:53 slf4j-api-1.7.5.jar
{code}
Nothing too special, I can zip them up and attach them if you want?
                
      was (Author: Aaron.Whiteside):
    So if I add <capability name="javax.xml.stream.api"/> to the standalone-osgi.xml file, I get a new error (I think to do with other bundles??)

{code}
awhiteside at localhost jboss-as-8.0.0.Alpha1-SNAPSHOT# ./bin/standalone.sh -c standalone-osgi.xml
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT

  JAVA: /usr/local/java/bin/java

  JAVA_OPTS:  -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

=========================================================================

13:33:18,312 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final
13:33:18,455 INFO  [org.jboss.msc] (main) JBoss MSC version 1.1.2.Final
13:33:18,504 INFO  [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" starting
13:33:19,248 INFO  [org.xnio] (MSC service thread 1-3) XNIO Version 3.1.0.CR2
13:33:19,250 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
13:33:19,252 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.1.0.CR2
13:33:19,266 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.2.16.GA
13:33:19,277 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 27) JBAS016200: Activating ConfigAdmin Subsystem
13:33:19,283 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) JBAS010280: Activating Infinispan subsystem.
13:33:19,304 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 40) JBAS011800: Activating Naming Subsystem
13:33:19,309 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 41) JBAS011906: Activating OSGi Subsystem
13:33:19,313 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 46) JBAS013171: Activating Security Subsystem
13:33:19,316 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 38) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
13:33:19,345 INFO  [org.jboss.as.security] (MSC service thread 1-8) JBAS013170: Current PicketBox version=4.0.16.Final
13:33:19,347 INFO  [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.0.0.Alpha7 starting
13:33:19,362 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 50) JBAS015537: Activating WebServices Extension
13:33:19,364 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-4) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.16.Final)
13:33:19,377 INFO  [org.jboss.as.undertow] (ServerService Thread Pool -- 49) JBAS017502: Undertow 1.0.0.Alpha7 starting
13:33:19,397 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
13:33:19,398 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
13:33:19,398 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 28) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
13:33:19,416 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010417: Started Driver service with driver-name = h2
13:33:19,430 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 50) Could not get default virtual host: JBAS014807: Management resource '[("subsystem" => "web")]' not found
13:33:19,584 INFO  [io.undertow] (ServerService Thread Pool -- 49) Creating file handler for path /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/welcome-content
13:33:19,604 INFO  [org.jboss.as.undertow] (MSC service thread 1-5) Starting server server service: service jboss.undertow.server.default-server
13:33:19,607 INFO  [org.jboss.as.undertow] (MSC service thread 1-2) Starting host default-host
13:33:19,609 INFO  [org.jboss.as.undertow] (MSC service thread 1-2) registering handler io.undertow.server.handlers.resource.ResourceHandler at 13abd096 under path '/'
13:33:19,614 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.0.Alpha1
13:33:19,640 INFO  [org.jboss.as.undertow] (MSC service thread 1-8) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
13:33:19,811 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
13:33:19,849 INFO  [org.jboss.as.remoting] (MSC service thread 1-8) JBAS017100: Listening on 127.0.0.1:9999
13:33:19,850 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:4447
13:33:19,862 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/standalone/deployments
13:33:19,863 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")
13:33:19,864 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
13:33:19,863 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
13:33:19,865 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")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
13:33:19,866 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
13:33:19,867 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
13:33:19,867 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
13:33:19,868 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
13:33:19,868 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
13:33:19,868 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
13:33:19,869 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
13:33:19,869 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")
13:33:19,870 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
13:33:19,870 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
13:33:19,866 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")
13:33:19,866 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) 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")
13:33:19,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
13:33:19,866 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
13:33:19,877 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
13:33:20,473 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011006: OSGi Framework - 3.0.0.CR12
13:33:20,643 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
13:33:20,643 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:8.0.0.Alpha1-SNAPSHOT
13:33:20,644 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
13:33:20,647 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
13:33:20,761 INFO  [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
13:33:20,824 INFO  [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
13:33:20,825 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
13:33:20,827 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
13:33:20,827 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
13:33:20,839 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
13:33:20,844 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
13:33:20,854 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
13:33:20,859 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
13:33:20,857 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
13:33:20,867 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
13:33:20,867 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
13:33:20,857 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
13:33:20,870 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
13:33:20,870 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
13:33:20,879 INFO  [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
13:33:20,894 INFO  [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
13:33:20,908 INFO  [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
13:33:20,915 INFO  [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
13:33:20,919 INFO  [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
13:33:20,914 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
13:33:20,924 INFO  [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
13:33:20,932 INFO  [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
13:33:21,214 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
	at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
Caused by: java.lang.NullPointerException
	at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:228)
	at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:381)
	at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:318)
	at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:178)
	at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:124)
	at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:226)
	at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:125)
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
	... 3 more

13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
13:33:21,249 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
13:33:21,250 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
13:33:21,251 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) 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")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
13:33:21,252 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
13:33:21,253 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
13:33:21,253 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
13:33:21,254 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775:    New missing/unsatisfied dependencies:
      service jbosgi.PersistentBundles.COMPLETE (missing) dependents: [service jboss.deployment.unit."org.springframework.orm-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.core-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.context-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."slf4j-api-1.7.5.jar".CONFIGURE_MODULE, JBAS014799: ... and 20 more ] 
JBAS014777:   Services which failed to start:      service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service

13:33:21,330 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
13:33:21,330 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
13:33:21,330 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" started (with errors) in 3303ms - Started 407 of 481 services (27 services failed or missing dependencies, 104 services are lazy, passive or on-demand)
{code}



Here is the list of bundles I am trying to deploy:
-rw-rw-r-- 1 awhiteside awhiteside  193502 Apr 16 12:53 com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar
-rw-rw-r-- 1 awhiteside awhiteside    4615 Apr 16 12:53 com.springsource.org.aopalliance-1.0.0.jar
-rw-rw-r-- 1 awhiteside awhiteside 1806718 Apr 16 12:53 com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  577734 Apr 16 12:53 gemini-blueprint-core-1.0.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  173216 Apr 16 12:53 gemini-blueprint-extender-1.0.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   32065 Apr 16 12:53 gemini-blueprint-io-1.0.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   16517 Apr 16 12:53 jcl-over-slf4j-1.7.5.jar
-rw-rw-r-- 1 awhiteside awhiteside   21762 Apr 16 12:53 log4j-over-slf4j-1.7.5.jar
-rw-rw-r-- 1 awhiteside awhiteside  255724 Apr 16 12:53 logback-classic-1.0.11.jar
-rw-rw-r-- 1 awhiteside awhiteside  370077 Apr 16 12:53 logback-core-1.0.11.jar
-rw-rw-r-- 1 awhiteside awhiteside  101540 Apr 16 13:23 org.eclipse.gemini.management-1.0.5.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  497420 Apr 16 13:07 org.osgi.enterprise-5.0.0.jar
-rw-rw-r-- 1 awhiteside awhiteside  340749 Apr 16 12:53 org.springframework.aop-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   51944 Apr 16 12:53 org.springframework.aspects-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  614338 Apr 16 12:53 org.springframework.beans-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  875556 Apr 16 12:53 org.springframework.context-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  878207 Apr 16 12:53 org.springframework.core-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  197873 Apr 16 12:53 org.springframework.expression-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  411093 Apr 16 12:53 org.springframework.jdbc-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  208461 Apr 16 12:53 org.springframework.jms-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  393841 Apr 16 12:53 org.springframework.orm-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside  246820 Apr 16 12:53 org.springframework.transaction-3.2.2.RELEASE.jar
-rw-rw-r-- 1 awhiteside awhiteside   26084 Apr 16 12:53 slf4j-api-1.7.5.jar

Nothing too special, I can zip them up and attach them if you want?
                  
> 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