Hi, I am struck up with a problem with class loader. I was porting my product from WebLogic to JBoss. The scenario is like this :
My product basically has a client and the server operating at remote machines. The Server provides an interface which is a remote object . This interface is implemented by the client . This callbackobject (implemented by the client) is passed as an input parameter to one of the methods of a Session Bean. When the client calls this method, the server throws... java.lang.ClassNotFoundException: x.y.sample ERROR [RMI TCP Connection(1)-10.18.8.178] (?:?) - at java.net.URLClassLoader$1.run(URLClassLoa der.java:199) ERROR [RMI TCP Connection(1)-10.18.8.178] (?:?) - at java.security.AccessController.doPrivileg ed(Native Method) ERROR [RMI TCP Connection(1)-10.18.8.178] (?:?) - at java.net.URLClassLoader.findClass(URLClas sLoader.java:187) ERROR [RMI TCP Connection(1)-10.18.8.178] (?:?) - at java.lang.ClassLoader.loadClass(ClassLoad er.java:289) ........ Any help is highly appreciated View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845103#3845103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845103 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
