Aoife wrote:

>I've trying to get the Interest example to ensure my installation is 
>okay.  The EJB container is starting up okay most of them time, (although 
>sometimes I just get a core) and is successfully deploying my 
>bean.  However, my client never gets past the JNDI lookup. I don't get an 
>exception, it just never returns.  Can anyone tell me what's going on here?

Which client are you using? Are you following these old directions?
   http://www.jboss.org/documentation/jboss_win32_trail_index.html
They were written before 2.0 FINAL came out, and they need some updating, 
but they can help point you in the right direction.

Odds are you don't have your JNDI naming context set up right and you need 
to add these two -D options to your java.exe command line:

-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory 
-Djava.naming.provider.url=localhost:1099


-- Ken Jenks, http://abiblion.com/

    Tools for reading.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to