[jboss-user] [JBossWS] - Webservice not starting in AS 4.2.2

isthisusernameavailable do-not-reply at jboss.com
Tue Nov 20 17:52:27 EST 2007


Hello,

I have a simple clustered webservice that I created using AS 4.2.1 annotated with some basic annotations:

@Stateless
  | @Clustered(partition="DefaultPartition")
  | @WebService(serviceName="Request")
  | public class RequestManager extends IRemote {
  |  ...
  | }

with a few methods annotated with plain @WebMethod annotations.

When I deploy this bean in AS 4.2.1 I get this line in my server.log:

  | [org.jboss.ws.core.server.ServiceEndpointManager] WebService started: http://127.0.0.1:8080/RequestManagerService/RequestManager

and everything works great.  When I upgraded to AS 4.2.2, this same web service is no longer started in my log file and is not available.

Can anyone offer some insight why this web service fails to deploy in 4.2.2 and what a solution might be?

Thanks,
John

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

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



More information about the jboss-user mailing list