Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: jboss6 final and jbossws 3.4.0"

To view the discussion, visit: http://community.jboss.org/message/578943#578943

--------------------------------------------------------------
AFAICS, the "ORB not found" exceptions begin just after:

> 2011-01-05 11:40:45,432 INFO  
> [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (RMI TCP 
> Connection(4)-10.11.1.112) deploy, ctxPath=/webapi2
> 2011-01-05 11:40:45,449 INFO  
> [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (RMI TCP 
> Connection(4)-10.11.1.112) undeploy, ctxPath=/webapi2

which kind of suggest me the app is beeing undeployed. Also, all the exceptions 
are "... during stop for...".

Regarding cleaning removing the webservice module from the app server, that's 
not easy with AS 6 (things are going to change here on AS 7). The only solution 
I can think about is creating your own server profile without the webservice 
stuff, something in the middle of "minimal" and "default" profile. But that's 
not straightforward for sure.
It's probably faster for you to comment out the @WebServices annotations 
(assuming you're using EJB3 endpoints only) in your sources.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/578943#578943]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to