[jboss-user] [JBossWS] - Re: Couldn't find SOAPException in JBossWS 1.0.4 (jdk1.5)

2006-11-23 Thread minime
its in jbossall-client.jar and NOT in jbossws-client.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988178#3988178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988178 _

[jboss-user] [JBossWS] - Re: BUG JBossWS 1.0.4 : WsdlGenerator crashes on void-method

2006-11-23 Thread minime
any answer, help, comment on that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988139#3988139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988139 ___ jboss-user mailing l

[jboss-user] [JBossWS] - BUG JBossWS 1.0.4 : WsdlGenerator crashes on void-methods.

2006-11-22 Thread minime
The automatic generation of a wsdl to deploy time crashes, if there is a method which returns void. Changing the return parameter to everything else besides void (i.e. String, boolean, ..) fixes the problem. Using JBoss 4.04 with JBossWS 1.0.4 + jboss-xml-binding.jar 1.0.0.CR7. Seems this bug

[jboss-user] [JBossWS] - Re: Deployment fails with 1.0.4 - NPE in DeployerInterceptor

2006-11-22 Thread minime
Fixed this by unzip JBossWS.sar into the deploy directory, instead putting the sar file in the folder. don't know why this makes a difference or why there is even a sar file, if you have to unzip it anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39878

[jboss-user] [JBossWS] - Deployment fails with 1.0.4 - NPE in DeployerInterceptor

2006-11-22 Thread minime
Hi, the web services I have developed fail to deploy with JBossWS 1.0.4. This worked flawlessly with JBossWS 1.0.0 to 1.0.3 I'm using JBoss 4.0.4 GA with EJB3. I have also tried 4.0.5 with the same result -> NPE. The web service I have developed are quite simple using only annotations like @Web