I'm running into the same problem at the moment. I put an extra @PortComponent 
Annotation to the Sessionbean, but that doesn't fix it either. 


  | @Stateless
  | @WebService(
  |     name="MyService",
  |     serviceName="MyService"
  | )
  | @SOAPBinding(
  |     style=SOAPBinding.Style.RPC,
  |     use=SOAPBinding.Use.LITERAL
  | )
  | @PortComponent(authMethod="BASIC")
  | @SecurityDomain("myRealm")
  | @RolesAllowed({"Admin", "Operator", "User"})
  | public class WebServiceEJB implements WebServiceIf
  | {
  | ...
  | }
  | 

Any hints would by nice :-)

JSR181 rulez !!!


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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to