[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

Juergen.Zimmermann do-not-reply at jboss.com
Sun Feb 4 20:17:42 EST 2007


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



More information about the jboss-user mailing list