[jboss-jira] [JBoss JIRA] (AS7-5436) System bundle exposes packages that may not be loadable
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Aug 29 05:31:14 EDT 2012
[ https://issues.jboss.org/browse/AS7-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated AS7-5436:
--------------------------------
Fix Version/s: 7.2.0.Alpha1
(was: 7.2.0.CR1)
Git Pull Request: https://github.com/jbossas/jboss-as/pull/2980 (was: https://github.com/jbossas/jboss-as/pull/2980)
> System bundle exposes packages that may not be loadable
> -------------------------------------------------------
>
> Key: AS7-5436
> URL: https://issues.jboss.org/browse/AS7-5436
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.2.0.Alpha1
>
>
> {code}
> 13:15:53,531 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) Install resource: SystemBundleRevision[system.bundle:0.0.0]
> 13:15:53,532 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XIdentityCapability[atts={osgi.identity=system.bundle, type=osgi.bundle, version=0.0.0},[anonymous]]
> 13:15:53,532 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XResourceCapability[atts={osgi.wiring.bundle=system.bundle, bundle-version=0.0.0},[system.bundle:0.0.0]]
> 13:15:53,532 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XHostCapability[atts={osgi.wiring.host=system.bundle, bundle-version=0.0.0},[system.bundle:0.0.0]]
> ...
> 13:15:53,544 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XPackageCapability[atts={osgi.wiring.package=javax.xml.ws, version=0.0.0},[system.bundle:0.0.0]]
> 13:15:53,544 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XPackageCapability[atts={osgi.wiring.package=javax.xml.ws.handler, version=0.0.0},[system.bundle:0.0.0]]
> 13:15:53,544 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XPackageCapability[atts={osgi.wiring.package=javax.xml.ws.handler.soap, version=0.0.0},[system.bundle:0.0.0]]
> 13:15:53,544 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XPackageCapability[atts={osgi.wiring.package=javax.xml.ws.http, version=0.0.0},[system.bundle:0.0.0]]
> 13:15:53,544 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XPackageCapability[atts={osgi.wiring.package=javax.xml.ws.soap, version=0.0.0},[system.bundle:0.0.0]]
> 13:15:53,545 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XPackageCapability[atts={osgi.wiring.package=javax.xml.ws.spi, version=0.0.0},[system.bundle:0.0.0]]
> 13:15:53,545 DEBUG [org.jboss.osgi.resolver] (MSC service thread 1-4) XPackageCapability[atts={osgi.wiring.package=javax.xml.ws.wsaddressing, version=0.0.0},[system.bundle:0.0.0]]
> {code}
> {code}
> Caused by: java.lang.ClassNotFoundException: javax.xml.ws.Service from [Module "deployment.simple-client.jar:main" from Service Module Loader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.1.3.GA]
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.1.3.GA]
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list