Re: [JBoss-user] Qurey about classpath

2001-06-07 Thread danch (Dan Christopherson)
Raghu Rao wrote: > Hi, > I have 2 EJBeans. In one bean(say A) i am trying to invoke other bean > (say B) through Java Reflection API (This is my absoulte necessity. I > don't want to do JNDI lookup). Heh? If you don't do a JNDI lookup, you can't get an instance of the bean. > CASE 1:- When

[JBoss-user] Qurey about classpath

2001-06-07 Thread Raghu Rao
Hi, I have 2 EJBeans. In one bean(say A) i am trying to invoke other bean (say B) through Java Reflection API (This is my absoulte necessity. I don't want to do JNDI lookup). CASE 1:- When i try to do this, the Exception i get is that the bean B's Home Interface Class not found. CASE 2:- Then