I am a little bit confused. I think the authenticateAgainstServer is called cause you 
try to instantiate a Bean, right ?

Here how i set the properties:

anonymous wrote : 
  |          Properties prop = new Properties();
  |          prop.put(Context.INITIAL_CONTEXT_FACTORY, 
"org.jnp.interfaces.NamingContextFactory");
  |          prop.put(Context.PROVIDER_URL, "jnp://JBossServer:1099");
  |          prop.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
  |          ctx = new InitialContext(prop);
  | 

I have activated authentification, too. And it works well.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to