Gaurav Agarwal [http://community.jboss.org/people/Gauravag] replied to the 
discussion

"JAAS + EJB3.0 + Jboss unable to propaogate"

To view the discussion, visit: http://community.jboss.org/message/549409#549409

--------------------------------------------------------------
Ya i made modifiacation according to that in my code...
even then now the new code is like this



        Properties properties = new Properties();
 
        
properties.setProperty(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
        
properties.setProperty(Context.URL_PKG_PREFIXES,"org.jboss.naming.client");
        properties.setProperty(Context.PROVIDER_URL,"jnp://localhost:1099");



Even after that its giving me unauthorised user.

Thanks in advance.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/549409#549409]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to