[jboss-user] [Beginners Corner] - Rmi Class Downloading problem for class generated at runtime
esalagea
do-not-reply at jboss.com
Thu Aug 7 12:40:02 EDT 2008
Hello, its been several days since I have this problem with jboss.
My Configuration: jboss AS 4.2.3 GA, on a fedora machine (tried with jdk1.5 and jdk 1.6)
This is the problem:
My application generates a class using javassist; this class is downloaded through RMI ClassLoading (when my application makes a remote call putting an object of this class in argument). In j2se I use my own class file server by setting the appropriate codebase and everything works fine.
When my application is deployed in JBoss (the application-side that generates the clss) my remote application cannot load this class anymore.
I note that, in the jboss version of my application, there are two ClassServers (one started by JBoss and one started by my application) and the codebase has two entries (one for jboss and one for my application). I also note that I can download my class with a firefox browser on the ClassServer started by my application.
Everything looks like JBoss uses its own codebase property when marshaling objects.
Thank you,
Emil
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169352#4169352
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169352
More information about the jboss-user
mailing list