[jbossws-issues] [JBoss JIRA] Created: (JBWS-2314) org.jboss.test.ws.jaxws.samples.jaxr.scout test suite not working

Lukas Petrovicky (JIRA) jira-events at lists.jboss.org
Fri Sep 19 07:33:21 EDT 2008


org.jboss.test.ws.jaxws.samples.jaxr.scout test suite not working
-----------------------------------------------------------------

                 Key: JBWS-2314
                 URL: https://jira.jboss.org/jira/browse/JBWS-2314
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: jbossws-2.0.1
            Reporter: Lukas Petrovicky


Running the test suite results in the following error, as observed in (for instance):
http://hudson.qa.jboss.com/hudson/view/SOA-Release/job/soa-ws-single/82/testReport/org.jboss.test.ws.jaxws.samples.jaxr.scout.publish/JaxrDeleteOrganizationTestCase/testDeleteOrgs/

The error is:
java.lang.NoClassDefFoundError: org/apache/axis/AxisFault
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:242)
	at org.apache.ws.scout.registry.RegistryImpl.getClassForName(RegistryImpl.java:1171)
	at org.apache.ws.scout.registry.RegistryImpl.getTransport(RegistryImpl.java:1142)
	at org.apache.ws.scout.registry.RegistryImpl.init(RegistryImpl.java:222)
	at org.apache.ws.scout.registry.RegistryImpl.<init>(RegistryImpl.java:159)
	at org.apache.ws.scout.registry.ConnectionImpl.<init>(ConnectionImpl.java:64)
	at org.apache.ws.scout.registry.ConnectionFactoryImpl.createConnection(ConnectionFactoryImpl.java:88)
	at org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseTest.setUp(JaxrBaseTest.java:117)

It turns out that the JaxrbaseTest class uses the "juddi.proxy.transportClass" while it should, in fact, use "scout.proxy.transportClass".

JBossWS used comes from the following SVN tag:
http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-2.0.1.SP2_CP03/

-- 
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 jbossws-issues mailing list