[
https://jira.jboss.org/jira/browse/JBWS-2314?page=com.atlassian.jira.plug...
]
Jiri Pechanec commented on JBWS-2314:
-------------------------------------
Morever, there should not be set syetem property, but the property on the Properties
object passed to Scout
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/t...
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...
--
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