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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to