2 Replies Latest reply on Nov 11, 2004 5:56 AM by camel

    JBoss prefixing table names with X

    sasoj

      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.

      Saso