I installed the last version of jbossws and now that works.
I have the annotation authentification with the context propagation.

  | @WebService(name = "EndpointInterface")
  | @SOAPBinding(style = SOAPBinding.Style.RPC)
  | @PortComponent(authMethod = "BASIC", transportGuarantee = "NONE")
  | @Stateless
  | @SecurityDomain("Protected-Web-Services")
  | @Interceptors( { LoggerInterceptor.class, ConnectionInterceptor.class })
  | @RemoteBinding(jndiBinding = "TestSession")
  | public class TestSessionBean implements TestSession { code }
  | 

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

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

Reply via email to