Bugs item #872889, was opened at 2004-01-08 09:46
Message generated for change (Comment added) 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: Closed
>Resolution: Fixed
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.


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

>Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-01-11 17:11

Message:
Logged In: YES 
user_id=543482

It is fixed in Branch_3_2 (JBoss-3.2.4RC1) and HEAD. Thanks.

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

Comment By: Carlos Villegas (cvill)
Date: 2004-01-11 05:17

Message:
Logged In: YES 
user_id=165693

I attached a testcase. Just deploy in 3.2.2 and 3.2.3. It 
includes the sources. I tested in Windows and JDK 1.4.2 with 
no changes to the jboss distribution.

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

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-01-08 11:59

Message:
Logged In: YES 
user_id=543482

Please, provide your auditing configuration. Thanks.

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

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