[jboss-user] [JBossWS] - Jboss 4.2.2 hangs when after deploying a WAR

tonioc do-not-reply at jboss.com
Thu Oct 30 12:11:24 EDT 2008


Hi,

I'm using jbossws 3.0.4  in jboss 4.2.2, installation went good, and I
try my first EchoService as a webapp, all ok.

After that I added a method that returns a BizClass, 
   BizClass getBizClass() {
  |        return new BizClass();
  |    }

The BizClassTree is in an external jar.

This BizClass is the root of a tree of
about 500 classes all JAXB annotated, they work pretty well if I
generate the xml/schema using JAXB just in Java class main method.

When I deploy the WAR, the context is created, after a while the
WSDL is generated (I could see it in HTTP: and file:), and jboss continues working (100% of processor) and does not stop.

If I call the service an exception is thrown telling me:
 Endpoint cannot handle requests in state: CREATED

In JBossWs/services page,  Start Time has a value of null.

No log is shown (I added DEBUG to org.jboss.ws).

Any help  or ideas will be greatly welcomed
tonio




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185781#4185781

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185781



More information about the jboss-user mailing list