[JBoss-user] [JBossWS] - JBossWS Thinks its a servlet (but it's not)

2006-05-10 Thread codemonster_4_hire
I'm exposing an EJB3.0 object as a webservice and I'm seeing some fairly bizarre behaviour. The deployment proceeds properly and I receive the message in the console indicating that the wsdl for my service has been generated like this: [java] 14:13:49,662 INFO [EJBContainer] STARTED EJB:

[JBoss-user] [JBossWS] - wstools config parsing.

2006-05-23 Thread codemonster_4_hire
Hey Guys, I'm trying to use wstools to generate the jaxrpc mapping file and I'm running into some resistance. I'm sure the tool (or my config) can be massaged into compliance but I'm not sure where to rub. Has anyone seen this error before?: [wstools] java.io.IOException: Cannot parse config

[JBoss-user] [JBossWS] - java.lang.ClassCastException: org.jboss.ws.server.ServiceEnd

2006-04-21 Thread codemonster_4_hire
Hi All, First, let me say that the new ws stuff is a BIG improvement over the bastardized axis from 4.0.3... Using the supplied tools has been very straighforward. I'm seeing this exception, however, and I'm just not sure what to do about it. The AS is starting just fine, the wsdl is published

[JBoss-user] [JBossWS] - wstools: Duplicate namspace binding error?

2006-04-25 Thread codemonster_4_hire
Hi WS Gurus, I'm trying to generate the artifacts for a very simple webservice interface and I'm seeing some odd behavior from wstools. It appears to be trying to create two namespaces under the same name. I've been using wstools to generate aritfacts for several days now with great success.

[JBoss-user] [JBossWS] - Re: wstools: Duplicate namspace binding error?

2006-04-25 Thread codemonster_4_hire
Fixed in ws head my bad. The latest works great... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939426#3939426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939426 -

[JBoss-user] [JBossWS] - NullPointerException in wstools

2006-04-26 Thread codemonster_4_hire
Hey Guys, I'm running the new client-side artifact generator in wstools and I'm seeing this NPE in thrown from the wstools ant task: [wstools] java.lang.NullPointerException [wstools] at java.lang.System.arraycopy(Native Method) [wstools] at org.apache.xerces.impl.xs.XSModelImpl.

[JBoss-user] [JBossWS] - Re: NullPointerException in wstools

2006-04-26 Thread codemonster_4_hire
It looks like this problem is related to an outdated version of Xerces. However, I'm using the xerces implementation that came with the Jboss-4.0.x souce pull. Is there something I'm missing here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939657#39396