-
Feature Request
-
Resolution: Obsolete
-
Major
-
None
-
None
If the database you use with CMP contains a tables named e g "user" you have to remove that word from the list of reserved words in standardjbosscmp-jdbc.
I would suggest that the CMP plugin instead quotes all table and column names with whatever the method getIdentifierQuoteString on the database meta data returns. Both Sun AS and BEA WebLogic quote the identifiers so they have no problem with tables named "user".
This feature would also solve http://jira.jboss.com/jira/browse/JBAS-1140.