Patches item #489531, was opened at 2001-12-05 12:49
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=489531&group_id=22866

Category: JBossCMP
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Frank Langelage (lafr)
Assigned to: Nobody/Anonymous (nobody)
Summary: foreign key constraints

Initial Comment:
I found a bug in creation of foreign keys.

Created tables are stored in an HashSet.
Accesses to HashSet are not synchronized by default and
there seems to be more than one instances of
JDBCStartCommand at deployment time.

HashSet createdTables had max of 1 Table, although 2 or
three were generated already.

I made HashSet createdTables static and put access of
it in an synchronized block.

diff of JDBCStartCommand is attached.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=489531&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to