I am not exactly confident that I understand your question, but you can do
things like that outside of EJB.  See, for example:

        http://java.sun.com/j2se/1.3/docs/guide/rmi/codebase.html

Obviously, you need to be able to locate the home interface from somewhere
by the time EJB gets involved, but you can get code from anywhere.

-- Mike


On 2001-05-14 at 14:19 +0300, Lucian Bargaoanu wrote:

> I need to look up a bean without knowing about it's home interface.
> Can i do that? I tried and it tells me that it cannot find the home
> interface.
> Can't i download somehow that .class file from the server?
> Maybe with the RMI classloader.
> 
> Sorry if this is a silly question.



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

Reply via email to