[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2002-04-11 Thread Dain Sundstrom
User: dsundstrom Date: 02/04/11 09:39:20 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Fixed bug [ 536502 ] CMR Cascade Delete Fails. This was due to createing the wrong pk class when loading a foreign key. Revis

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2002-02-12 Thread David Jencks
User: d_jencks Date: 02/02/12 18:35:08 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Made GlobalTxEntityMap only contain read-write dirty entities, to avoid calling ejbStore unnecessarily. Moved beforeCompletion sync code

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2002-01-15 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/15 14:24:25 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Converted field arrays to field lists. Revision ChangesPath 1.13 +30 -26 jboss/src/main/org/jboss/ejb/plugins/cmp/

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2001-11-13 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/13 12:15:24 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Fixed a bug where if a related entity was related two ways with cascade delete, the command would attempt to remove the entity twice.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2001-11-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/10 14:50:25 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Synchronize entities in tx befor remove, is entity had CMR fields. Revision ChangesPath 1.6 +6 -1 jboss/src/mai

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2001-08-26 Thread Dain Sundstrom
User: dsundstrom Date: 01/08/26 12:35:04 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Fixed NullPointerException when removing in a one-to-one relationship. Revision ChangesPath 1.4 +5 -3 jboss/src