• 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:

NameNotFoundException (Urgently)

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi everybody,
i need your help. would you mind telling me what happens? i met an exception as "javax.naming.NameNotFoundException: SessionPersonHome not bound" when i run a program as client to call session bean.
the environment : In a folder as TestClient containing the following files or folders:
-TestPerson.java
-TestPerson.class
-jbossall-client.jar
-TestPersonEJB4.jar
Notice: TestPersonEJB4.jar including any folders with three classes as SessionPerson.class, SessionPersonHome.class, SessionPersonBean.class and a folder as META-INF containing jboss.xml, ejb-jar.xml
The command for running the client program as:
C:\ClientTest>java -classpath .;jbossall-client.jar;TestPersonEJB4.jar TestPerson
Then the output as the exception:
javax.naming.NameNotFoundException: SessionPersonHome not bound
Please tell me!! Thank you very much..
Best regards,
Benjamin
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like your ejb-jar.xml is not defined correctly. Like I suggested go to the offical Jboss forum to get expert help. http://www.jboss.org/jive.jsp And when you post a problem there include your code samples such as ejb-jar.xml.
Brian
 
I was born with webbed fish toes. This tiny ad is my only friend:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic