svn commit: r1336543 - in /db/torque/torque4/trunk: torque-runtime/src/main/java/org/apache/torque/ torque-runtime/src/main/java/org/apache/torque/adapter/ torque-runtime/src/main/java/org/apache/torq

2012-05-10 Thread tfischer
Author: tfischer Date: Thu May 10 08:56:52 2012 New Revision: 1336543 URL: http://svn.apache.org/viewvc?rev=1336543view=rev Log: - TORQUE-201: Change the interface IDMethod to an enum - use final modifier for unchanged fields - us @Deprecated annotation for deprecated methods Modified:

svn commit: r1336546 - in /db/torque/torque4/trunk/torque-test/src/test/profile: derbyEmbedded/Torque.properties mssql/Torque.properties mysql/Torque.properties postgresql/Torque.properties

2012-05-10 Thread tfischer
Author: tfischer Date: Thu May 10 09:06:39 2012 New Revision: 1336546 URL: http://svn.apache.org/viewvc?rev=1336546view=rev Log: Reverted accidental commit Modified: db/torque/torque4/trunk/torque-test/src/test/profile/derbyEmbedded/Torque.properties

[jira] [Commented] (TORQUE-202) Postgres Timestamp not interpreted the same way on two different environnements with the same local settings

2012-05-10 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13272207#comment-13272207 ] Thomas Fox commented on TORQUE-202: --- This is a rather old torque version, so I do not

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

2012-05-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/torque4-test-project-derby/79/changes Changes: [tfischer] Reverted accidental commit [tfischer] TORQUE-170: remove profiles for removed adapters -- [...truncated 2254 lines...] drop table save_method_in_peer [ERROR]

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

2012-05-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/torque4-test-project-derby/org.apache.torque$torque-test/79/changes Changes: [tfischer] Reverted accidental commit [tfischer] TORQUE-170: remove profiles for removed adapters -- [...truncated 2236 lines...] [ERROR]

[jira] [Resolved] (TORQUE-201) Change the interface org.apache.torque.adapter.IDMethod to an enum

2012-05-10 Thread Thomas Fox (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox resolved TORQUE-201. --- Resolution: Fixed Fix Version/s: 4.0 Change the interface

svn commit: r1336995 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/AbstractFunction.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 01:11:17 2012 New Revision: 1336995 URL: http://svn.apache.org/viewvc?rev=1336995view=rev Log: fixed @version tag Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/AbstractFunction.java Modified:

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

2012-05-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/torque4-test-project-derby/80/ -- [...truncated 2361 lines...] [ERROR] Failed to execute: drop table types_object [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TYPES_OBJECT' because it

svn commit: r1336999 - in /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util: BasePeer.java BasePeerImpl.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 01:49:07 2012 New Revision: 1336999 URL: http://svn.apache.org/viewvc?rev=1336999view=rev Log: TORQUE-200 also add methods to retrieve single objects to BasePeer Modified:

svn commit: r1337000 - in /db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque: generated/peer/SelectFunctionTest.java util/SummaryHelperTest.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 01:51:25 2012 New Revision: 1337000 URL: http://svn.apache.org/viewvc?rev=1337000view=rev Log: TORQUE-177: Tests for function re-works Added: db/torque/torque4/trunk/torque-test/src/test/java/org/apache/torque/generated/peer/SelectFunctionTest.java

svn commit: r1337001 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/map/DatabaseMap.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 02:01:25 2012 New Revision: 1337001 URL: http://svn.apache.org/viewvc?rev=1337001view=rev Log: - Class is not serializable because instance field contains a non-serializable class - fixed checkstyle errors Modified:

Re: TORQUE-177 (SQLFunction interface should extend Column)

2012-05-10 Thread Thomas Fox
I have checked in a suggestion on how to resolve the issue. Please review. Suggestions and Questions are ,as always, welcome. A remaining question is if we still need the CountHelper and SumarizeHelper classes because now you can do Criteria criteria = new Criteria().addSelectColumn(new

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

2012-05-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/torque4-test-project-derby/81/changes Changes: [tfischer] TORQUE-177: Tests for function re-works -- [...truncated 2563 lines...] symbol : class Sum location: class org.apache.torque.util.SummaryHelperTest [ERROR]

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

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 02:38:13 2012 New Revision: 1337009 URL: http://svn.apache.org/viewvc?rev=1337009view=rev Log: - Class is not serializable because instance field contains a non-serializable class - added final modifiers to non-modifiable fields Modified:

svn commit: r1337012 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/sql/whereclausebuilder/AbstractWhereClausePsPartBuilder.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 03:00:29 2012 New Revision: 1337012 URL: http://svn.apache.org/viewvc?rev=1337012view=rev Log: Make setter for ObjectOrColumnPsPartBuilder public and static Modified:

svn commit: r1337014 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/BasePeerImpl.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 03:03:45 2012 New Revision: 1337014 URL: http://svn.apache.org/viewvc?rev=1337014view=rev Log: use Integer.valueOf() instead of new Integer() (makes Findbugs happy) Modified:

svn commit: r1337016 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/JdbcTypedValue.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 03:13:33 2012 New Revision: 1337016 URL: http://svn.apache.org/viewvc?rev=1337016view=rev Log: Move license header to the correct place Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/JdbcTypedValue.java Modified:

Jenkins build is back to normal : torque4-test-project-derby » Torque Test Project #82

2012-05-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/torque4-test-project-derby/org.apache.torque$torque-test/82/ - To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org

Jenkins build is back to normal : torque4-test-project-derby #82

2012-05-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/torque4-test-project-derby/82/ - To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org

svn commit: r1337019 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/map/ForeignKeyMap.java

2012-05-10 Thread tfischer
Author: tfischer Date: Fri May 11 03:24:53 2012 New Revision: 1337019 URL: http://svn.apache.org/viewvc?rev=1337019view=rev Log: - Class is not serializable because instance field contains a non-serializable class - added final modifiers to non-modifiable fields Modified:

failed builds on derby test project

2012-05-10 Thread Thomas Fox
it seems that the failed builds appear because there is some delay between finishing the trunk build and the artifacts being available in the maven repo for the test project run... I do not have an explanation, my local runs of the test project were fine. Anyway, the build is fixed now, so let's

Jenkins build is back to normal : torque4-test-project-hsqldb #2

2012-05-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/torque4-test-project-hsqldb/2/changes - To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org