I'm using an EJB3 stateless session bean annotated with:

@WebService(name="KundenverwaltungSEI", serviceName="KundenverwaltungService")
  | @SOAPBinding(style=RPC)
  | @Stateless(name="KundenverwaltungService")
  | @Remote(KundenverwaltungService.class)
  | @RolesAllowed(ROLLE_MITARBEITER)
  | @PortComponent(contextRoot="/hska/KundenverwaltungService", 
urlPattern="/*", authMethod="BASIC", transportGuarantee="NONE")
  | @SecurityDomain(LOGIN_DOMAIN_HSKA)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011082
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to