[jira] Commented: (TORQUE-68) DatabaseMap remains empty if Torque is stopped and restarted, causes NPEs

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-68?page=comments#action_12459344 ] Thomas Fischer commented on TORQUE-68: -- In principle I agree. But you are opening a big box here. If you remove all static references to runtime-dependent obje

[jira] Closed: (TORQUE-73) Missing log4j.jar for Torque Generator?

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-73?page=all ] Thomas Fischer closed TORQUE-73. Resolution: Fixed Added log4j-1.2.14 to the dependencies and verified that it shows up in the lib directory when building a distribution. > Missing log4j.jar f

[jira] Updated: (TORQUE-73) Missing log4j.jar for Torque Generator?

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-73?page=all ] Thomas Fischer updated TORQUE-73: - Fix Version/s: 3.3 Affects Version/s: 3.3-RC1 (was: 3.3) > Missing log4j.jar for Torque Generator? > ---

svn commit: r488269 - in /db/torque: generator/trunk/project.xml site/trunk/xdocs/changes.xml

2006-12-18 Thread tfischer
Author: tfischer Date: Mon Dec 18 05:46:48 2006 New Revision: 488269 URL: http://svn.apache.org/viewvc?view=rev&rev=488269 Log: added log4j to the generator dependencies. Fixes TORQUE-73. Modified: db/torque/generator/trunk/project.xml db/torque/site/trunk/xdocs/changes.xml Modified: db/

[jira] Closed: (TORQUE-75) Map XML column informations to the generated Objects

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-75?page=all ] Thomas Fischer closed TORQUE-75. Fix Version/s: 3.3 Resolution: Fixed Is implemented already > Map XML column informations to the generated Objects >

[jira] Commented: (TORQUE-73) Missing log4j.jar for Torque Generator?

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-73?page=comments#action_12459315 ] Thomas Fischer commented on TORQUE-73: -- I'd also add the log4j dependency. What concerns me more is that we did not notice the problem before. Somehow the depe

[jira] Commented: (TORQUE-72) Beans should not require torque.objectIsCaching = true setting to create all complexModel methods.

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-72?page=comments#action_12459300 ] Thomas Fischer commented on TORQUE-72: -- I'm not sure whether the FK get methods make sense without complexObjectModel set to true. If one changes the value of

[jira] Commented: (TORQUE-69) Record.save() may not work if there is no primary key but no error is thrown.

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-69?page=comments#action_12459285 ] Thomas Fischer commented on TORQUE-69: -- After discussion on the mailing list whether to maintain field state, the exception seems the only sensible thing to to

svn commit: r488235 - /db/torque/test/trunk/test-project/src/java/org/apache/torque/DataTest.java

2006-12-18 Thread tfischer
Author: tfischer Date: Mon Dec 18 03:35:20 2006 New Revision: 488235 URL: http://svn.apache.org/viewvc?view=rev&rev=488235 Log: Added a check to the dataTest in the test project whether updating an object with a primary key works. Modified: db/torque/test/trunk/test-project/src/java/org/apac

[jira] Commented: (TORQUE-68) DatabaseMap remains empty if Torque is stopped and restarted, causes NPEs

2006-12-18 Thread Thomas Vandahl (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-68?page=comments#action_12459268 ] Thomas Vandahl commented on TORQUE-68: -- I strongly believe that the reinstantiation of the component should work without any copying. If I start a new instance

[jira] Commented: (TORQUE-68) DatabaseMap remains empty if Torque is stopped and restarted, causes NPEs

2006-12-18 Thread Thomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/TORQUE-68?page=comments#action_12459263 ] Thomas Fischer commented on TORQUE-68: -- The title of this issue is misleading. Not the torque shutdown and reinitialisation is the problem, but the reinstantia

svn commit: r488187 - /db/torque/test/trunk/test-project/src/java/org/apache/torque/DataTest.java

2006-12-18 Thread tfischer
Author: tfischer Date: Mon Dec 18 02:03:49 2006 New Revision: 488187 URL: http://svn.apache.org/viewvc?view=rev&rev=488187 Log: improved the shutdown test case in the test project to see whether reinitialisation is possible. Modified: db/torque/test/trunk/test-project/src/java/org/apache/tor