[jboss-user] [JBossWS] - Re: Inject EJB problem in web service method !!

boby do-not-reply at jboss.com
Fri Sep 29 08:40:01 EDT 2006


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



More information about the jboss-user mailing list