To be more concrete in how I solved the "non-jar deployer" warning, It was the java path of the <service-interface> element in the application-client.xml that was wrong.
And as i've had no response for the w4ee-client not bound problem, meaning that the service was not deployed, I've found another solution.
The solution I've found is more complicated but it works. My solution was to include the service deployement with a bean definition.
Hope this help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988078#3988078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988078
I am trying to set the client timeout for a jbossws. I get the exception show below. The number before the '?' is the port I set. How do I fix this?
20:51:37,052 ERROR [STDERR] Caused by: java.lang.NumberFormatException: For input string: "8999?timeout=999999999"
20:51:37,053 ERROR [STDERR] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
20:51:37,053 ERROR [STDERR] at java.lang.Integer.parseInt(Integer.java:456)
20:51:37,053 ERROR [STDERR] at java.lang.Integer.parseInt(Integer.java:497)
20:51:37,053 ERROR [STDERR] at org.jboss.remoting.InvokerLocator.(InvokerLocator.java:159)
20:51:37,054 ERROR [STDERR] at org.jboss.ws.soap.SOAPConnectionImpl.createRemotingClient(SOAPConnectionImpl.java:203)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987995#3987995
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987995