[jboss-jira] [JBoss JIRA] Created: (JBAS-7145) New logging framework breakes JBossWS
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Fri Jul 31 18:53:29 EDT 2009
New logging framework breakes JBossWS
-------------------------------------
Key: JBAS-7145
URL: https://jira.jboss.org/jira/browse/JBAS-7145
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Richard Opalka
Assignee: David Lloyd
Fix For: JBossAS-6.0.0.Alpha1
We're using thirdparty components (to be concrete e.g. Apache WS-Policy) that require commons-logging artifact that have been removed from AS trunk :(
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at org.apache.ws.policy.util.Loader.<clinit>(Loader.java:32)
at org.apache.ws.policy.util.PolicyFactory.getPolicyReader(PolicyFactory.java:56)
at org.jboss.ws.extensions.policy.metadata.PolicyMetaDataBuilder.processPolicyExtensions(PolicyMetaDataBuilder.java:155)
at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:92)
at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.<init>(ServiceDelegateImpl.java:138)
at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:63)
at javax.xml.ws.Service.<init>(Service.java:79)
at javax.xml.ws.Service.create(Service.java:96)
at org.jboss.test.ws.jaxws.jbws1666.TestClient.testPortAccess(TestClient.java:38)
at org.jboss.test.ws.jaxws.jbws1666.TestClient.main(TestClient.java:48)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list