[jboss-user] [JBossWS] - Re: EJB3 SessionBean endpoint and security

cboatwright do-not-reply at jboss.com
Mon Dec 4 00:07:18 EST 2006


Thought I would answer my own question again now that jbossws 1.0.4.GA (http://labs.jboss.com/portal/jbossws) is out. They fixed the issue with the transportGuarantee parameter with the org.jboss.ws.annotation.PortComponent annotation. When I upgraded things started working.


  | @PortComponent(authMethod="BASIC", urlPattern="/lists.ws",transportGuarantee="CONFIDENTIAL")
  | @RolesAllowed("BLDADM")
  | @SecurityDomain("BuildLinksWs")
  | 

I no longer had to create my own web.xml (nor jboss-web.xml) files.

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

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



More information about the jboss-user mailing list