When I deploy my ejb in weblogic, I am getting the following exception. Can anybody tell me what may be the reason for this.
The stace trace is
Unable to deploy EJB: TheShoppingClientController from petstoreEjb.jar:
weblogic.deployment.EnvironmentException: Could not resolve ejbLink: TheCatalog
at weblogic.ejb20.deployer.EnvironmentBuilder.addEJBLinkRef(EnvironmentBuilder.java:7
56)
at weblogic.ejb20.deployer.EnvironmentBuilder.addEJBLocalReferences(EnvironmentBuilde
r.java:653)
Thanks in Advance.
-
Could not resolve ejbLink (1 messages)
- Posted by: aaa bbb
- Posted on: July 15 2003 08:37 EDT
Threaded Messages (1)
- Re:Could not resolve ejbLink by Badrish Agarwal on July 21 2003 05:04 EDT
-
Re:Could not resolve ejbLink[ Go to top ]
- Posted by: Badrish Agarwal
- Posted on: July 21 2003 05:04 EDT
- in response to aaa bbb
Guess you have Catalog class which is accessed by the EJB.
This class is not accessible to the EJB, try adding catalog class in the ejb jar file.
Badrish