0 Replies Latest reply on Dec 10, 2005 11:53 PM by bobo1025

    Download dynamic classes

    bobo1025

      Hi,

      I don't know if this is the right section, but I really need some help.

      In the session bean I am writing, the return object is a dynamically created class type using java dynamic proxy. I have a remote client call the session bean, but keep getting a ClassNotFoundException. I have enable the security manager, and I have try to point the URLClassLoader all the known JBoss ports on the client side to download the class definition. But none of them seems to be able download the dynamically created class definition to the client.

      I am using the latest JBoss AS 4.0.3SP1.

      Fendy