[jbossws-dev] [Design of JBoss Web Services] - ws tests in jbossas
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Nov 16 16:36:40 EST 2006
I ported the jbossws org.jboss.test.ws.jaxws.webserviceref.WebServiceRefServletTestCase to the jbossas testsuite to validate the injection integration. Two tests pass, and the testDynamicProxy test fails because of a variable expression that is not getting replaced. I'm just running from within eclipse, and the current testsuite/build.xml is not filtering the ws resources like the jbossws test setup is:
| javax.xml.ws.soap.SOAPFaultException: org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
| ...
| Caused by: java.net.UnknownHostException: jbosstest.host.name@
| at java.net.PlainSocketImpl.connect(Unknown Source)
| at java.net.Socket.connect(Unknown Source)
| at java.net.Socket.connect(Unknown Source)
| at sun.net.NetworkClient.doConnect(Unknown Source)
| at sun.net.www.http.HttpClient.openServer(Unknown Source)
| at sun.net.www.http.HttpClient.openServer(Unknown Source)
| at sun.net.www.http.HttpClient.<init>(Unknown Source)
| at sun.net.www.http.HttpClient.New(Unknown Source)
| at sun.net.www.http.HttpClient.New(Unknown Source)
| at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
| at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
| at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
| at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
| at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:192)
| ... 34 more
|
|
|
What are we going to define as an integration testsuite for jbossws?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986679#3986679
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986679
More information about the jbossws-dev
mailing list