Hi, I am trying to deploy entity ejb using weblogic.Even i am able to deploy it successfully but when i try to see that ejb from console ,i am able to see ejb as deployed but while testing through window i m getting following message.
There are no EJBs defined in this module.
But i have not got any error message during deploying. Also when i try to run client i m getting following message.
" The client was unable to lookup the EJBHome. Please make sure that you have deployed the ejb with the JNDI name ejb20-beanManaged-AccountHome on the WebLogic server at t3://localhost:7001 Unable to look up the beans home: Unable to resolve 'ejb20-beanManaged-AccountHo me' Resolved"
Can anyone help me. Any advice will be appriciated.
check your weblogic-ejb-jar.xml for the jndi name that you have given for the bean (<jndi-name>) and verify whether you are using the same to find the home object.