"sasoj" wrote : I spend a whole day debuging a problem that involved a database table called "user". Finally, discovered that "user" is a reserved word (defined in standardjbosscmp-jdbc.xml in conf). Removing the "user" from that list solved the problem. | | I really don't like how this problem was sillently masked by JBoss, without even a debug level message. It will just add X at the begining of the table name, and continue, which of course will cause problems latter in the application.
Had the same problem: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47620 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854946#3854946 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854946 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
