Hello Friends
I Have one ear project in its
EJB part I have different pakages for sesion beans and entities.
But while deploying all entities are successfully deployed , but session beans are not deployed properly
when I am accessing the session beans from a
jsp page its throwing this exception.I am looking up session beans
using Intial Context an lookUp method.
But One interesting thing I have seen when i have created that session bean again with other name its working sometimes.
I am not getting what is the problem ?? Why its working with other Name.
This unexpected behavior of
Jboss 5.0.1GA I am not getting.
Please help me to sort out this.