The weblogic 6.1
comes with the following example:
examples.ejb20.basic.containerManaged
I have deployed it on server, datasource and connection pool established with cloudscape, but not able to run its client.
It gives the following error:
C:\bea\wlserver6.1\config\examples\clientclasses>
java examples.ejb20.basic.conta
inerManaged.Client "t3://localhost:7001" 10020
Beginning containerManaged.Client...
The client was unable to lookup the EJBHome. Please make sure that you have dep
loyed the
ejb with the JNDI name ejb20-containerManaged-AccountHome on the WebLo
gic server at
t3://localhost:7001 Unable to look up the beans home: Unable to resolve 'ejb20-containerManaged-Acco
untHome' Resolved: '' Unresolved:'ejb20-containerManaged-AccountHome'
Kindly help.
Thanks