RE: NamingException using custom UserManager with stand alone applications

2001-02-06 Thread kkvarfordt
Hi Marcel, The web application works using either the jndi name (java:comp/env/ejb/Customer) or the ejb-name (ejb/Customer). However, the "naming convention" doesn't seem to matter when I try to use a stand alone application. The NamingException is thrown either way. Thanks for the help,

Re: NamingException using custom UserManager with stand alone applications

2001-02-05 Thread jbirchfield
The problem lies in getting a connection to the database. You can only get a connection to the database using JNDI in the constructor of the UserManager. Nowhere else. This is supposed to be fixed in 1.4.6, but I haven't had a chance to test it. The limitation to this is that the connection