svn commit: r1147155 - /db/torque/torque4/trunk/torque-runtime/pom.xml

2011-07-15 Thread tfischer
Author: tfischer Date: Fri Jul 15 13:56:52 2011 New Revision: 1147155 URL: http://svn.apache.org/viewvc?rev=1147155view=rev Log: - update to newest java 1.5 compatible dbcp version - update to newest commons-lang version - remove direct dependency on commons-pool as we only have an indirect

[jira] [Reopened] (TORQUE-163) Map builders are emptied on Torque.shutdown() and not rebuilt on subsequent init()

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox reopened TORQUE-163: --- In an exotic use case the problem exists. I have a normal TorqueInstance and init() and shutdown() it.

[jira] [Created] (TORQUE-164) Fix foreign key storage in database map

2011-07-15 Thread Thomas Fox (JIRA)
Fix foreign key storage in database map --- Key: TORQUE-164 URL: https://issues.apache.org/jira/browse/TORQUE-164 Project: Torque Issue Type: Bug Components: Runtime, Templates Affects

[jira] [Created] (TORQUE-165) Implement cascading deletes

2011-07-15 Thread Thomas Fox (JIRA)
Implement cascading deletes --- Key: TORQUE-165 URL: https://issues.apache.org/jira/browse/TORQUE-165 Project: Torque Issue Type: Improvement Reporter: Thomas Fox If the flag criteria.cascade is set to

[jira] [Commented] (TORQUE-165) Implement cascading deletes

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13065992#comment-13065992 ] Thomas Fox commented on TORQUE-165: --- There are two ways to implement this. The first is

[jira] [Assigned] (TORQUE-165) Implement cascading deletes

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox reassigned TORQUE-165: - Assignee: Thomas Fox Implement cascading deletes ---

[jira] [Commented] (TORQUE-163) Map builders are emptied on Torque.shutdown() and not rebuilt on subsequent init()

2011-07-15 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066004#comment-13066004 ] Thomas Vandahl commented on TORQUE-163: --- Agreed. The general idea of the Avalon

[jira] [Commented] (TORQUE-165) Implement cascading deletes

2011-07-15 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066010#comment-13066010 ] Thomas Vandahl commented on TORQUE-165: --- Well, in my book cascading deletes would be

svn commit: r1147194 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueInstance.java

2011-07-15 Thread tfischer
Author: tfischer Date: Fri Jul 15 15:35:45 2011 New Revision: 1147194 URL: http://svn.apache.org/viewvc?rev=1147194view=rev Log: TORQUE-163: Do not empty map builders on shutdown Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueInstance.java Modified:

[jira] [Commented] (TORQUE-163) Map builders are emptied on Torque.shutdown() and not rebuilt on subsequent init()

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066012#comment-13066012 ] Thomas Fox commented on TORQUE-163: --- I agree. But changing the peer registration process

[jira] [Resolved] (TORQUE-163) Map builders are emptied on Torque.shutdown() and not rebuilt on subsequent init()

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox resolved TORQUE-163. --- Resolution: Fixed Fix Version/s: 4.0 Map builders are emptied on Torque.shutdown() and not

[jira] [Commented] (TORQUE-165) Implement cascading deletes

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066021#comment-13066021 ] Thomas Fox commented on TORQUE-165: --- Cascading deletes for known foreign keys is quite

[jira] [Assigned] (TORQUE-166) remove the getOMClass() method, the CLASS_DEFAULT constant and the initClass() method in the generated peers

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox reassigned TORQUE-166: - Assignee: Thomas Fox remove the getOMClass() method, the CLASS_DEFAULT constant and the

[jira] [Commented] (TORQUE-166) remove the getOMClass() method, the CLASS_DEFAULT constant and the initClass() method in the generated peers

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066038#comment-13066038 ] Thomas Fox commented on TORQUE-166: --- This was discussed on the dev list, see

[jira] [Created] (TORQUE-166) remove the getOMClass() method, the CLASS_DEFAULT constant and the initClass() method in the generated peers

2011-07-15 Thread Thomas Fox (JIRA)
remove the getOMClass() method, the CLASS_DEFAULT constant and the initClass() method in the generated peers Key: TORQUE-166 URL:

[jira] [Created] (TORQUE-167) Remove the filed Criteria.Criterion.db

2011-07-15 Thread Thomas Fox (JIRA)
Remove the filed Criteria.Criterion.db -- Key: TORQUE-167 URL: https://issues.apache.org/jira/browse/TORQUE-167 Project: Torque Issue Type: Improvement Components: Runtime Reporter:

[jira] [Updated] (TORQUE-167) Remove the field Criteria.Criterion.db

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox updated TORQUE-167: -- Summary: Remove the field Criteria.Criterion.db (was: Remove the filed Criteria.Criterion.db)

svn commit: r1147286 - in /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque: sql/SqlBuilder.java util/Criteria.java

2011-07-15 Thread tfischer
Author: tfischer Date: Fri Jul 15 19:16:02 2011 New Revision: 1147286 URL: http://svn.apache.org/viewvc?rev=1147286view=rev Log: TORQUE-167: remove the field db from Criteria.Criterion Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/SqlBuilder.java

[jira] [Resolved] (TORQUE-167) Remove the field Criteria.Criterion.db

2011-07-15 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox resolved TORQUE-167. --- Resolution: Fixed Fix Version/s: 4.0 Remove the field Criteria.Criterion.db