• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

unable to find ejb module in console after deploying

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to deploy entity bean using weblogic.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 deployment.
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.
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My colleague ran into same problem. My best guess is if you are using ear to deploy your EJB's check the application.xml file. I strongly believe you have missed to specify your ejb inside <module> tag.
HTH
PS: Please specify the WebLogic version when you post. It helps in answering.
 
reply
    Bookmark Topic Watch Topic
  • New Topic