HI all,

Using RMI I can implement Dynamic Class loading easy.

but how with EJB?
I would like to have SessionBean for returning Objects  (A1, A2, ...An) extended by 
one interface class (A).
lets image class A has function echo() and Classes A1, A2, ...An has functions echo()

In the client side i would like to call SessionBean::getObject().echo().

Now  public A getObject() returns class A2 
After I call SessionBean::getObject().echo() i getting 
java.lang.reflect.UndeclaredThrowableException

How to do it?
Any tips?

Thanks in advance,
D&D






Darius Davidavicius
Living-Source
http://www.living-source.com/team_employee.php3?e_id=9&e_nextid=2
ICQ: 18325334



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to