i got error:
javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException:BranchProcessorLocal not bound]
in my EJB-Hibernet project
I am using jboss-4.0.2, NetBeans-6.8, JavaEE 5
Project is build successfully in NetBeans but when i try to deploy it and run application i got above error.
I had put .ear
files into lib directory also.
How do I resolve this exception?