Hi..

When I do the lookup with "ejb/mgmt/MEJB"  in Jboss 3.2.1 its working fine.

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

InitialContext ctx = new InitialContext(env);
Object objref = ctx.lookup("ejb/mgmt/MEJB");

But When i tried with Jboss 3.2.3 its not working... So pls. give me the solution here 
or mail me with  the lookp mapping for Jboss 3.2.3

mail : [EMAIL PROTECTED]

Regards,
Srikanth Kondeti

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826990#3826990";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826990>Reply 
to the post</a>


-------------------------------------------------------
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