View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821552#3821552
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821552 Hi, when running the client program SessionClient an exception is raised in class StoreAccessDAOImpl in line rs = ps.executeQuery(); The select looks like this String queryString = "select userid from storeaccess where username = ? and password = ?"; The log shows the following message Inside StoreAccessDAOImpl.loginUser()java.sql.SQLException: Table not found: STOREACCESS in statement [select userid from storeaccess where username = 'ANDY' and password = 'PASSWD'] Most likely i did something in configuration but i canÃÂÃÂÃÂÃÂt find it. Similiar messages about this problem did not help me. Thanks for your help, Christof By accident i posted this question as a seperate question below beginners. This is now a copy ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
