The Artima Developer Community
Sponsored Link

Java Answers Forum
unable to fine ejb after deploying it properly

2 replies on 1 page. Most recent reply: Nov 10, 2003 8:51 AM by simran01

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
simran01

Posts: 2
Nickname: simran01
Registered: Nov, 2003

unable to fine ejb after deploying it properly Posted: Nov 7, 2003 7:25 AM
Reply to this message Reply
Advertisement
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.


Senthilnathan

Posts: 13
Nickname: ssnathan
Registered: Jul, 2003

Re: unable to fine ejb after deploying it properly Posted: Nov 7, 2003 7:10 PM
Reply to this message Reply
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.

simran01

Posts: 2
Nickname: simran01
Registered: Nov, 2003

Re: unable to fine ejb after deploying it properly Posted: Nov 10, 2003 8:51 AM
Reply to this message Reply
yes,i got it,The JNDI name was not getting properly saved in deployment tool.Thats why i was getting this problem.Now its solved.Thanks for help

Flat View: This topic has 2 replies on 1 page
Topic: Packet Sniffing Previous Topic   Next Topic Topic: any software that can convert *.java file to *.exe file ??

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use