Hi,
I have two stateless beans, callerBean and Search bean. Search bean has method which lookup on jboss server to "discover"  home and remote interface of beans having JNDI name starting with "interest/.....".
 
callerBean and search bean have JNDI name "interest/caller" and "interest/search" respectively. When I run client to call search bean through callerBean it gives "ClassCastException".
 
But when I hot deploy callerBean is works OK and gives name of home and remote interface class of callerBean and search bean. I have two more beans having JNDI name starting with "interest/...", but details of its interfaces are not displayed.
 
how to remove these errors? I want to avoid hot deployment every time. How to get details of other beans having JNDI name starting with "interest/ ...".
 
TIA
Rajesh

Reply via email to