Hi.
I'm trying to use a stand-alone Swing application as a client to JBoss, 
using Java Web Start.
The application works when i use it without Web Start, but i encounter the 
following problem using it with Web Start:

Caught an unexpected exception into 
searchjavax.naming.NoInitialContextException: Cannot instantiate class: 
org.jnp.interfaces.NamingContextFactory [Root exception is 
java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]

It doesn't obtain an Initial Context, since this exception occurs at th 
following line:
  Context initial = new InitialContext();

I signed the application file and the EJB file.....but i still have this 
problem.
May you help me?

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Reply via email to