aspose file tools
The moose likes JBoss and the fly likes NameNotFoundException (Urgently) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "NameNotFoundException (Urgently)" Watch "NameNotFoundException (Urgently)" New topic
Author

NameNotFoundException (Urgently)

Benjamin Ho
Greenhorn

Joined: Nov 19, 2003
Posts: 16
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
Brian Boyle
Greenhorn

Joined: Nov 17, 2003
Posts: 13
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 agree. Here's the link: http://aspose.com/file-tools
 
subject: NameNotFoundException (Urgently)
 
Similar Threads
EJB3.0 deployment on jboss4.0.4GA
ejb3.proxy erro
Accessing JNDI names outside the server
unable to run ejb client
Remote Client Deployment: Which Supporting Jars?