You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/10 09:07:49 UTC

svn commit: r279964 - in /db/torque/test/trunk/profile: axion/ db2400/ derby/ firebird/ henning/ hsqldb/ jmcnally/ mysql/ oracle/ postgresql/ sybase/

Author: tfischer
Date: Sat Sep 10 00:07:23 2005
New Revision: 279964

URL: http://svn.apache.org/viewcvs?rev=279964&view=rev
Log:
- added the license and a short text to explain what each file is for
- removed trailing empty lines
- added the validation query to the Torque.properties where I forgot them (oops)
- corrected a wrong validation query in sybase
- added svn:ignore properties to the directories where they were missing

Modified:
    db/torque/test/trunk/profile/axion/   (props changed)
    db/torque/test/trunk/profile/axion/project.xml
    db/torque/test/trunk/profile/db2400/   (props changed)
    db/torque/test/trunk/profile/derby/   (props changed)
    db/torque/test/trunk/profile/derby/Torque.properties   (contents, props changed)
    db/torque/test/trunk/profile/derby/project.properties   (contents, props changed)
    db/torque/test/trunk/profile/derby/project.xml   (contents, props changed)
    db/torque/test/trunk/profile/firebird/   (props changed)
    db/torque/test/trunk/profile/firebird/Torque.properties   (contents, props changed)
    db/torque/test/trunk/profile/firebird/project.properties   (contents, props changed)
    db/torque/test/trunk/profile/firebird/project.xml   (contents, props changed)
    db/torque/test/trunk/profile/henning/   (props changed)
    db/torque/test/trunk/profile/henning/Torque.properties
    db/torque/test/trunk/profile/henning/project.properties
    db/torque/test/trunk/profile/henning/project.xml
    db/torque/test/trunk/profile/hsqldb/   (props changed)
    db/torque/test/trunk/profile/hsqldb/Torque.properties   (contents, props changed)
    db/torque/test/trunk/profile/hsqldb/project.properties   (contents, props changed)
    db/torque/test/trunk/profile/hsqldb/project.xml   (contents, props changed)
    db/torque/test/trunk/profile/jmcnally/   (props changed)
    db/torque/test/trunk/profile/mysql/Torque.properties   (contents, props changed)
    db/torque/test/trunk/profile/mysql/project.properties   (contents, props changed)
    db/torque/test/trunk/profile/mysql/project.xml   (contents, props changed)
    db/torque/test/trunk/profile/oracle/   (props changed)
    db/torque/test/trunk/profile/oracle/Torque.properties   (contents, props changed)
    db/torque/test/trunk/profile/oracle/project.properties   (contents, props changed)
    db/torque/test/trunk/profile/oracle/project.xml   (contents, props changed)
    db/torque/test/trunk/profile/postgresql/Torque.properties   (contents, props changed)
    db/torque/test/trunk/profile/postgresql/project.properties   (contents, props changed)
    db/torque/test/trunk/profile/postgresql/project.xml   (contents, props changed)
    db/torque/test/trunk/profile/sybase/   (props changed)
    db/torque/test/trunk/profile/sybase/Torque.properties

Propchange: db/torque/test/trunk/profile/axion/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/axion/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/axion/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/axion/project.xml (original)
+++ db/torque/test/trunk/profile/axion/project.xml Sat Sep 10 00:07:23 2005
@@ -32,5 +32,4 @@
       <version>1.0-M1</version>
     </dependency> 
   </dependencies>
-</project>
-
+</project>
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/db2400/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Propchange: db/torque/test/trunk/profile/derby/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/derby/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/derby/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/derby/Torque.properties (original)
+++ db/torque/test/trunk/profile/derby/Torque.properties Sat Sep 10 00:07:23 2005
@@ -1,3 +1,23 @@
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Runtime settings for the derby test profile
+#
+# $Id$
+#
+
 torque.database.default = bookstore
 torque.database.bookstore.adapter = derby
 
@@ -7,4 +27,5 @@
 torque.dsfactory.bookstore.connection.url = jdbc:derby:net://localhost/test
 torque.dsfactory.bookstore.connection.user = test
 torque.dsfactory.bookstore.connection.password = test
-torque.database.validationQuery = values(1)
+
+torque.dsfactory.bookstore.pool.validationQuery = values(1)
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/derby/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/derby/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/derby/project.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/derby/project.properties (original)
+++ db/torque/test/trunk/profile/derby/project.properties Sat Sep 10 00:07:23 2005
@@ -1,4 +1,24 @@
-#settings for the schema file
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Generator and build settings for the derby test profile
+#
+# $Id$
+#
+
+#build settings for replacing tokens in the schema files
 torque.test.base.idMethod = idbroker
 
 #settings that will go straight through to the generator
@@ -14,4 +34,4 @@
 
 #settings for runtime
 torque.database.url = jdbc:derby:net://localhost/test
-torque.database.validationQuery = values(1)
+torque.database.validationQuery = values(1)
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/derby/project.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/derby/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/derby/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/derby/project.xml (original)
+++ db/torque/test/trunk/profile/derby/project.xml Sat Sep 10 00:07:23 2005
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ ---------------------------------------------------------------------------
+ 
+ project descriptor for the derby test profile
+ $Id$
+
+-->
+
 <project>
   <extend>../base/project.xml</extend>
   <artifactId>torque-derby-test</artifactId> 
@@ -10,5 +32,4 @@
       <version>10.0.2.1</version>
     </dependency> 
   </dependencies>
-</project>
-
+</project>
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/derby/project.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: db/torque/test/trunk/profile/firebird/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/firebird/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/firebird/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/firebird/Torque.properties (original)
+++ db/torque/test/trunk/profile/firebird/Torque.properties Sat Sep 10 00:07:23 2005
@@ -1,3 +1,23 @@
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Runtime settings for the firebird test profile
+#
+# $Id$
+#
+
 torque.database.default = bookstore
 torque.database.bookstore.adapter = interbase
 
@@ -7,4 +27,6 @@
 torque.dsfactory.bookstore.connection.url = jdbc:firebirdsql://192.168.1.101:3050/torquetest.fdb
 torque.dsfactory.bookstore.connection.user = sysdba
 torque.dsfactory.bookstore.connection.password = password
+torque.dsfactory.bookstore.pool.validationQuery = SELECT CAST(1 AS INTEGER) FROM rdb$database
+
 torque.dsfactory.bookstore.pool.validationQuery = SELECT CAST(1 AS INTEGER) FROM rdb$database

Propchange: db/torque/test/trunk/profile/firebird/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/firebird/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/firebird/project.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/firebird/project.properties (original)
+++ db/torque/test/trunk/profile/firebird/project.properties Sat Sep 10 00:07:23 2005
@@ -1,4 +1,24 @@
-#settings for the schema file
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Generator and build settings for the firebird test profile
+#
+# $Id$
+#
+
+#build settings for replacing tokens in the schema files
 torque.test.base.idMethod = idbroker
 
 #settings that will go straight through to the generator
@@ -14,4 +34,4 @@
 
 #settings for runtime
 torque.database.url = jdbc:firebirdsql://192.168.1.101:3050/torquetest.fdb
-torque.database.validationQuery = SELECT CAST(1 AS INTEGER) FROM rdb$database
+torque.database.validationQuery = SELECT CAST(1 AS INTEGER) FROM rdb$database
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/firebird/project.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/firebird/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/firebird/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/firebird/project.xml (original)
+++ db/torque/test/trunk/profile/firebird/project.xml Sat Sep 10 00:07:23 2005
@@ -1,8 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ ---------------------------------------------------------------------------
+ 
+ project descriptor for the firebird test profile
+ $Id$
+
+-->
+
 <project>
   <extend>../base/project.xml</extend>
-  <artifactId>torque-oracle-test</artifactId> 
-  <name>Torque-oracle-test</name>
+  <artifactId>torque-firebird-test</artifactId> 
+  <name>Torque-firebird-test</name>
   <dependencies>
     <dependency>
       <artifactId>firebirdsql</artifactId>

Propchange: db/torque/test/trunk/profile/firebird/project.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: db/torque/test/trunk/profile/henning/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/henning/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/henning/Torque.properties (original)
+++ db/torque/test/trunk/profile/henning/Torque.properties Sat Sep 10 00:07:23 2005
@@ -1,3 +1,17 @@
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 #
 # Runtime settings for Henning's test profile
 #
@@ -13,3 +27,5 @@
 torque.dsfactory.bookstore.connection.url = jdbc:postgresql://127.0.0.1:5432/bookstore
 torque.dsfactory.bookstore.connection.user = postgres
 torque.dsfactory.bookstore.connection.password = 
+
+torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
\ No newline at end of file

Modified: db/torque/test/trunk/profile/henning/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/project.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/henning/project.properties (original)
+++ db/torque/test/trunk/profile/henning/project.properties Sat Sep 10 00:07:23 2005
@@ -1,10 +1,24 @@
+# Copyright 2005 The Apache Software Foundation.
 #
-# Generator settings for Henning's test profile
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Generator and build settings for Henning's test profile
 #
 # $Id$
-# 
+#
 
-#settings for the schema file
+#build settings for replacing tokens in the schema files
 torque.test.base.idMethod = idbroker
 
 #settings that will go straight through to the generator
@@ -36,4 +50,4 @@
 
 #load special driver jar
 maven.jar.override = on
-maven.jar.postgresql = /usr/share/java/postgresql.jar
+maven.jar.postgresql = /usr/share/java/postgresql.jar
\ No newline at end of file

Modified: db/torque/test/trunk/profile/henning/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/henning/project.xml (original)
+++ db/torque/test/trunk/profile/henning/project.xml Sat Sep 10 00:07:23 2005
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ ---------------------------------------------------------------------------
+ 
+ project descriptor for Henning's test profile
+ $Id$
+
+-->
+
+<!--
  project descriptor for Henning's test profile
  $Id$
 -->

Propchange: db/torque/test/trunk/profile/hsqldb/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/hsqldb/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/hsqldb/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/hsqldb/Torque.properties (original)
+++ db/torque/test/trunk/profile/hsqldb/Torque.properties Sat Sep 10 00:07:23 2005
@@ -1,3 +1,23 @@
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Runtime settings for the hsqldb test profile
+#
+# $Id$
+#
+
 torque.database.default = bookstore
 torque.database.bookstore.adapter = hypersonic
 
@@ -7,3 +27,5 @@
 torque.dsfactory.bookstore.connection.url = jdbc:hsqldb:sqltest
 torque.dsfactory.bookstore.connection.user = sa
 torque.dsfactory.bookstore.connection.password = 
+
+torque.dsfactory.bookstore.pool.validationQuery = CALL NOW
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/hsqldb/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/hsqldb/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/hsqldb/project.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/hsqldb/project.properties (original)
+++ db/torque/test/trunk/profile/hsqldb/project.properties Sat Sep 10 00:07:23 2005
@@ -1,4 +1,24 @@
-#settings for the schema file
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Generator and build settings for the hsqldb test profile
+#
+# $Id$
+#
+
+#build settings for replacing tokens in the schema files
 torque.test.base.idMethod = idbroker
 
 #settings that will go straight through to the generator
@@ -14,4 +34,4 @@
 
 #settings for runtime
 torque.database.url = jdbc:hsqldb:sqltest
-torque.database.validationQuery = CALL NOW
+torque.database.validationQuery = CALL NOW
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/hsqldb/project.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/hsqldb/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/hsqldb/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/hsqldb/project.xml (original)
+++ db/torque/test/trunk/profile/hsqldb/project.xml Sat Sep 10 00:07:23 2005
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ ---------------------------------------------------------------------------
+ 
+ project descriptor for the hsqldb test profile
+ $Id$
+
+-->
+
 <project>
   <extend>../base/project.xml</extend>
   <artifactId>torque-hsqldb-test</artifactId> 
@@ -10,5 +32,4 @@
       <version>1.8.0.1</version>
     </dependency> 
   </dependencies>
-</project>
-
+</project>
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/hsqldb/project.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: db/torque/test/trunk/profile/jmcnally/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/mysql/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/mysql/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/mysql/Torque.properties (original)
+++ db/torque/test/trunk/profile/mysql/Torque.properties Sat Sep 10 00:07:23 2005
@@ -1,3 +1,23 @@
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Runtime settings for the mysql test profile
+#
+# $Id$
+#
+
 torque.database.default = bookstore
 torque.database.bookstore.adapter = mysql
 
@@ -7,3 +27,5 @@
 torque.dsfactory.bookstore.connection.url = jdbc:mysql://localhost:3306/bookstore
 torque.dsfactory.bookstore.connection.user = root
 torque.dsfactory.bookstore.connection.password = 
+
+torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/mysql/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/mysql/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/mysql/project.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/mysql/project.properties (original)
+++ db/torque/test/trunk/profile/mysql/project.properties Sat Sep 10 00:07:23 2005
@@ -1,4 +1,24 @@
-#settings for the schema file
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Generator and build settings for the mysql test profile
+#
+# $Id$
+#
+
+#build settings for replacing tokens in the schema files
 torque.test.base.idMethod = idbroker
 
 #settings that will go straight through to the generator
@@ -14,4 +34,4 @@
 
 #settings for runtime
 torque.database.url = jdbc:mysql://localhost:3306/bookstore
-torque.database.validationQuery = SELECT 1
+torque.database.validationQuery = SELECT 1
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/mysql/project.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/mysql/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/mysql/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/mysql/project.xml (original)
+++ db/torque/test/trunk/profile/mysql/project.xml Sat Sep 10 00:07:23 2005
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ ---------------------------------------------------------------------------
+ 
+ project descriptor for the mysql test profile
+ $Id$
+
+-->
+
 <project>
   <extend>../base/project.xml</extend>
   <artifactId>torque-mysql-test</artifactId> 
@@ -10,5 +32,4 @@
       <version>3.1.6-bin</version>
     </dependency> 
   </dependencies>
-</project>
-
+</project>
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/mysql/project.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: db/torque/test/trunk/profile/oracle/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/oracle/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/oracle/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/oracle/Torque.properties (original)
+++ db/torque/test/trunk/profile/oracle/Torque.properties Sat Sep 10 00:07:23 2005
@@ -1,3 +1,23 @@
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Runtime settings for the oracle test profile
+#
+# $Id$
+#
+
 torque.database.default = bookstore
 torque.database.bookstore.adapter = oracle
 
@@ -7,3 +27,5 @@
 torque.dsfactory.bookstore.connection.url = jdbc:oracle:thin:@alpha.tucana.at:1521:oracle
 torque.dsfactory.bookstore.connection.user = torque
 torque.dsfactory.bookstore.connection.password = torque
+
+torque.dsfactory.bookstore.pool.validationQuery = SELECT 1 FROM DUAL
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/oracle/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/oracle/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/oracle/project.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/oracle/project.properties (original)
+++ db/torque/test/trunk/profile/oracle/project.properties Sat Sep 10 00:07:23 2005
@@ -1,4 +1,24 @@
-#settings for the schema file
+## Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Generator and build settings for the oracle test profile
+#
+# $Id$
+#
+
+#build settings for replacing tokens in the schema files
 torque.test.base.idMethod = idbroker
 
 #settings that will go straight through to the generator
@@ -14,4 +34,4 @@
 
 #settings for runtime
 torque.database.url = jdbc:oracle:thin:@alpha.tucana.at:1521:oracle
-torque.database.validationQuery = SELECT 1 FROM DUAL
+torque.database.validationQuery = SELECT 1 FROM DUAL
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/oracle/project.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/oracle/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/oracle/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/oracle/project.xml (original)
+++ db/torque/test/trunk/profile/oracle/project.xml Sat Sep 10 00:07:23 2005
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ ---------------------------------------------------------------------------
+ 
+ project descriptor for the oracle test profile
+ $Id$
+
+-->
+
 <project>
   <extend>../base/project.xml</extend>
   <artifactId>torque-oracle-test</artifactId> 
@@ -10,5 +32,4 @@
       <version>9.2.0.6</version>
     </dependency> 
   </dependencies>
-</project>
-
+</project>
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/oracle/project.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/postgresql/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/postgresql/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/postgresql/Torque.properties (original)
+++ db/torque/test/trunk/profile/postgresql/Torque.properties Sat Sep 10 00:07:23 2005
@@ -1,3 +1,23 @@
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Runtime settings for the postgresql test profile
+#
+# $Id$
+#
+
 torque.database.default = bookstore
 torque.database.bookstore.adapter = postgresql
 
@@ -7,3 +27,5 @@
 torque.dsfactory.bookstore.connection.url = jdbc:postgresql://localhost:5432/bookstore
 torque.dsfactory.bookstore.connection.user = torque
 torque.dsfactory.bookstore.connection.password = torque
+
+torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/postgresql/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/postgresql/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/postgresql/project.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/postgresql/project.properties (original)
+++ db/torque/test/trunk/profile/postgresql/project.properties Sat Sep 10 00:07:23 2005
@@ -1,4 +1,24 @@
-#settings for the schema file
+# Copyright 2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Generator and build settings for the postgresql test profile
+#
+# $Id$
+#
+
+#build settings for replacing tokens in the schema files
 torque.test.base.idMethod = idbroker
 
 #settings that will go straight through to the generator
@@ -14,4 +34,4 @@
 
 #settings for runtime
 torque.database.url = jdbc:postgresql://localhost:5432/bookstore
-torque.database.validationQuery = SELECT 1
+torque.database.validationQuery = SELECT 1
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/postgresql/project.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: db/torque/test/trunk/profile/postgresql/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/postgresql/project.xml?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/postgresql/project.xml (original)
+++ db/torque/test/trunk/profile/postgresql/project.xml Sat Sep 10 00:07:23 2005
@@ -1,4 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ ---------------------------------------------------------------------------
+ 
+ project descriptor for the postgresql test profile
+ $Id$
+
+-->
+
 <project>
   <extend>../base/project.xml</extend>
   <artifactId>torque-postgresql-test</artifactId> 
@@ -12,5 +34,4 @@
       <url>http://www.postgresql.org/</url>
     </dependency>
   </dependencies>
-</project>
-
+</project>
\ No newline at end of file

Propchange: db/torque/test/trunk/profile/postgresql/project.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: db/torque/test/trunk/profile/sybase/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 10 00:07:23 2005
@@ -0,0 +1,3 @@
+target
+build.properties
+velocity.log

Modified: db/torque/test/trunk/profile/sybase/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/sybase/Torque.properties?rev=279964&r1=279963&r2=279964&view=diff
==============================================================================
--- db/torque/test/trunk/profile/sybase/Torque.properties (original)
+++ db/torque/test/trunk/profile/sybase/Torque.properties Sat Sep 10 00:07:23 2005
@@ -28,4 +28,4 @@
 torque.dsfactory.bookstore.connection.user = sa
 torque.dsfactory.bookstore.connection.password =
 
-torque.dsfactory.bookstore.pool.validationQuery = SELECT CAST(1 AS INTEGER) FROM rdb$database
\ No newline at end of file
+torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org