Build failed in Jenkins: torque4-test-project-derby #217

2012-08-19 Thread Apache Jenkins Server
See -- [...truncated 2334 lines...] [ERROR] Failed to execute: drop table types_object [ERROR] java.sql.SQLException: 'DROP TABLE' cannot be performed on 'TYPES_OBJECT' because it does not exi

Build failed in Jenkins: torque4-test-project-derby » Torque Test Project #216

2012-08-19 Thread Apache Jenkins Server
See -- [...truncated 2438 lines...] [ERROR]

Build failed in Jenkins: torque4-test-project-derby #216

2012-08-19 Thread Apache Jenkins Server
See -- [...truncated 2451 lines...] symbol : method doSelect(org.apache.torque.criteria.Criteria,org.apache.torque.om.mapper.IntegerMapper) location: class org.apache.torque.util.BasePeer [ER

svn commit: r1374911 - in /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque: oid/IDBroker.java oid/IdGenerator.java util/BasePeerImpl.java

2012-08-19 Thread tfischer
Author: tfischer Date: Mon Aug 20 04:21:08 2012 New Revision: 1374911 URL: http://svn.apache.org/viewvc?rev=1374911&view=rev Log: TORQUE-219 IdGenerator interface should throw TorqueException not Exception Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torqu

[jira] [Resolved] (TORQUE-221) Move MapBuilder functionality to Peer class

2012-08-19 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox resolved TORQUE-221. --- Resolution: Fixed > Move MapBuilder functionality to Peer class > ---

LargeSelect serialization issue

2012-08-19 Thread Thomas Fox
In trunk we have an issue with LargeSelect. This class needs to be serializable, in order to be stored in a session. This means that all of its fields need to be serializable. It currently holds an instance of BasePeerImpl, which itself holds an instance of TableMap, which was not serializable. I

Build failed in Jenkins: torque4-test-project-derby #215

2012-08-19 Thread Apache Jenkins Server
See -- [...truncated 2456 lines...] symbol : method doSelect(org.apache.torque.criteria.Criteria,org.apache.torque.om.mapper.IntegerMapper) location: class org.apache.torque.util.BasePeer [ER

Build failed in Jenkins: torque4-test-project-derby » Torque Test Project #215

2012-08-19 Thread Apache Jenkins Server
See -- [...truncated 2442 lines...] [ERROR]

svn commit: r1374908 - in /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/map: ColumnMap.java DatabaseMap.java ForeignKeyMap.java InheritanceMap.java TableMap.java

2012-08-19 Thread tfischer
Author: tfischer Date: Mon Aug 20 03:35:49 2012 New Revision: 1374908 URL: http://svn.apache.org/viewvc?rev=1374908&view=rev Log: make Database Map classes serializable so BasePeerImpl is serializable Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/map/Column

Re: BasePeerImpl, was: Re: RFD: RecordMappers, Peers and MapBuilders

2012-08-19 Thread Thomas Fox
Thomas Vandahl wrote: > On 16.08.12 14:26, Thomas Fox wrote: > > The best solution for this I can come up with is to move all methods to the > > generated static wrapper and thus only have one instance. > > Inheritance with static classes is always a bit of a challenge. Although > your suggesti

svn commit: r1374905 [2/2] - in /db/torque/torque4/trunk: torque-runtime/src/main/java/org/apache/torque/oid/ torque-runtime/src/main/java/org/apache/torque/util/ torque-runtime/src/test/java/org/apac

2012-08-19 Thread tfischer
Modified: db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/doSelect.vm URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/doSelect.vm?rev=137