I have a stand-alone Java client that needs to be able to get an initial JNDI 
context.  It worked fine in JBoss 3.2.x but no longer works when I run it 
against a JBoss 4.0.x server.  The trouble is that at runtime, my client cannot 
get an initial context because of the NoClassDefNotFoundError which happens 
when trying to find javax.net.SocketFactory.

In JBoss 3.2.x, the \client folder had a file called jnet.jar which contained a 
class definition for javax.net.SocketFactory.  

In JBoss 4.0.x, the \client folder does NOT contain a jnet.jar file.  Also, I 
looked into ALL of the JARs in the \client folder and cannot find one that has 
a class definition for javax.net.SocketFactory.

Finally, when I try to use the version 3.2.x jnet.jar with the version 4.0.x 
client JARs, I get an error about not being the correct version.  So, I have to 
ask, "What happened to the ..\client\jnet.jar file in JBoss 4.0.x?"

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to