Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EJB Container doesn't survive first bean access

Status
Not open for further replies.

bovi

Programmer
Oct 12, 2001
6
NO
I'm new to EJB, and I've created an entity bean for an Oracle database.

When I run the container and my test client, the connection works fine. Then, when I run the test client again, I get a javax.naming.NameNotFoundException; it doesn't seem to be able to find the container anymore after the first run, even though the container is still running.

Also, if I use the debugger, I never get the connection at all. The debug run choice adds a -classic parameter to the VM for some reason, how can I override this? What are the other options? The release running doesn't have any parameters.

I am using JBuilder 5 Enterprise trial, in case that makes a difference. What could I be doing wrong?
 
Never mind, I found out that it's just JBuilder's internal appserver that is useless. The dedicated appserver works fine (most of the time).

On a side note, this board looks nearly dead...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top