Hi Geeks

I run into a difficult problem when I tried to
dynamically load classes for an EJB. In my
case the EJB-Adaptor which does not know
which client calls him and therefore cannot
know which Stubs it has to load (RMI).

I tried to create a simple JSR file containing
these lines:
  <classpath archives="
    jmx-ejb-connector-server.jar
  "/>
The JSR then deployed create a ZClassLoader
but the previously deployed EJB does not pick up
the class. When the server is restarted I worked.

Any ideas ?

Andy


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to