Hello list,
I get the following message whenever I deploy my beans:
[Container factory] Deploying authBean
[Container factory] Deploying authenticatorBean
[JAWS] Table 'authBean' already exists
When I try to access the database with java:comp/env/dbname it blows up.
authbean is a CMP Entity and authenticatorBean is a Stateless Session bean.
I'm trying to get a list of users directly from the database using a method
in my session bean.
[authenticatorBean] ERROR: Couldn't list logins!
[authenticatorBean] TRANSACTION ROLLBACK EXCEPTION:null; nested exception
is: javax.ejb.EJBException
[authenticatorBean] java.sql.SQLException: Table not found: AUTH in
statement [select login from auth]
All I changed was the way to access the database to jndi namespace, now it
seems it's using
JAWS to map the fields and something is wrong because it can't find the
table in db.
Thanks in advance,
Carlos Ferr�o
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user