Bugs item #872889, was opened at 2004-01-08 09:46
Message generated for change (Settings changed) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=872889&group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Carlos Villegas (cvill)
>Assigned to: Alexey Loubyansky (loubyansky)
Summary: CMP using audit-updated-by failing to deploy in v3.2.3

Initial Comment:
A have a CMP bean working on 3.2.2. The bean uses the 
audit features. If I try to deploy the same bean in 3.2.3 
it fails on creating the table. The error is that the 
updated-by column is duplicated in the SQL statement 
sent to the database, e.g.

CREATE TABLE mytable (
  col1 type1,
  ...
  updated_by TEXT,
  ...
  updated_by TEXT )

If I create the table manually, some queries give the 
same type of SQL syntax errors, the updated-by column 
is duplicated.

It works correctly in v3.2.2.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=872889&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to