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 07:48:32 UTC

svn commit: r279956 - in /db/torque/test/trunk/profile: axion/ db2400/ jmcnally/ sybase/

Author: tfischer
Date: Fri Sep  9 22:48:22 2005
New Revision: 279956

URL: http://svn.apache.org/viewcvs?rev=279956&view=rev
Log:
copied the settings of more profiles from the runtime

Added:
    db/torque/test/trunk/profile/axion/
    db/torque/test/trunk/profile/axion/Torque.properties   (with props)
    db/torque/test/trunk/profile/axion/project.properties   (with props)
    db/torque/test/trunk/profile/axion/project.xml   (with props)
    db/torque/test/trunk/profile/db2400/
    db/torque/test/trunk/profile/db2400/Torque.properties   (with props)
    db/torque/test/trunk/profile/db2400/project.properties   (with props)
    db/torque/test/trunk/profile/db2400/project.xml   (with props)
    db/torque/test/trunk/profile/jmcnally/
    db/torque/test/trunk/profile/jmcnally/Torque.properties   (with props)
    db/torque/test/trunk/profile/jmcnally/project.properties   (with props)
    db/torque/test/trunk/profile/jmcnally/project.xml   (with props)
    db/torque/test/trunk/profile/sybase/
    db/torque/test/trunk/profile/sybase/Torque.properties   (with props)
    db/torque/test/trunk/profile/sybase/project.properties   (with props)
    db/torque/test/trunk/profile/sybase/project.xml   (with props)

Added: db/torque/test/trunk/profile/axion/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/axion/Torque.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/axion/Torque.properties (added)
+++ db/torque/test/trunk/profile/axion/Torque.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,31 @@
+# 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 axion test profile
+#
+# $Id$
+#
+
+torque.database.default = bookstore
+torque.database.bookstore.adapter = axion
+
+#Using commons-dbcp
+torque.dsfactory.bookstore.factory = org.apache.torque.dsfactory.SharedPoolDataSourceFactory
+torque.dsfactory.bookstore.connection.driver = org.axiondb.jdbc.AxionDriver
+torque.dsfactory.bookstore.connection.url = jdbc:axiondb:sqltest:target/test
+torque.dsfactory.bookstore.connection.user = sa
+torque.dsfactory.bookstore.connection.password =
+
+torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/axion/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/axion/project.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/axion/project.properties (added)
+++ db/torque/test/trunk/profile/axion/project.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,37 @@
+# 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 axion 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
+torque.database.createUrl = jdbc:axiondb:sqltest:target/test
+torque.database.buildUrl = jdbc:axiondb:sqltest:target/test
+torque.generateBeans = true
+
+#settings for both generator and runtime
+torque.database = axion
+torque.database.driver = org.axiondb.jdbc.AxionDriver
+torque.database.user = sa
+torque.database.password =
+
+#settings for runtime
+torque.database.url = jdbc:axiondb:sqltest:target/test
+torque.database.validationQuery = SELECT 1
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/axion/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/axion/project.xml?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/axion/project.xml (added)
+++ db/torque/test/trunk/profile/axion/project.xml Fri Sep  9 22:48:22 2005
@@ -0,0 +1,36 @@
+<?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 axion test profile
+ $Id$
+
+-->
+
+<project>
+  <extend>../base/project.xml</extend>
+  <artifactId>torque-axion-test</artifactId> 
+  <name>Torque-axion-test</name>
+  <dependencies>
+    <dependency>
+      <artifactId>axion</artifactId>
+      <groupId>axion</groupId>
+      <version>1.0-M1</version>
+    </dependency> 
+  </dependencies>
+</project>
+

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

Added: db/torque/test/trunk/profile/db2400/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/db2400/Torque.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/db2400/Torque.properties (added)
+++ db/torque/test/trunk/profile/db2400/Torque.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,31 @@
+# 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 db2400 test profile
+#
+# $Id$
+#
+
+torque.database.default = bookstore
+torque.database.bookstore.adapter = db2400
+
+#Using commons-dbcp
+torque.dsfactory.bookstore.factory = org.apache.torque.dsfactory.SharedPoolDataSourceFactory
+torque.dsfactory.bookstore.connection.driver = com.ibm.as400.access.AS400JDBCDriver
+torque.dsfactory.bookstore.connection.url = jdbc:as400://testhost/torquetest
+torque.dsfactory.bookstore.connection.user =
+torque.dsfactory.bookstore.connection.password =
+
+torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/db2400/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/db2400/project.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/db2400/project.properties (added)
+++ db/torque/test/trunk/profile/db2400/project.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,37 @@
+# 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 db2400 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
+torque.database.createUrl = jdbc:as400://testhost/torquetest
+torque.database.buildUrl = jdbc:as400://testhost/torquetest
+torque.generateBeans = true
+
+#settings for both generator and runtime
+torque.database = db2400
+torque.database.driver = com.ibm.as400.access.AS400JDBCDriver
+torque.database.user =
+torque.database.password =
+
+#settings for runtime
+torque.database.url = jdbc:as400://testhost/torquetest
+torque.database.validationQuery = SELECT 1
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/db2400/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/db2400/project.xml?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/db2400/project.xml (added)
+++ db/torque/test/trunk/profile/db2400/project.xml Fri Sep  9 22:48:22 2005
@@ -0,0 +1,36 @@
+<?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 db2400 test profile
+ $Id$
+
+-->
+
+<project>
+  <extend>../base/project.xml</extend>
+  <artifactId>torque-db2400-test</artifactId> 
+  <name>Torque-db2400-test</name>
+  <dependencies>
+    <dependency>
+      <artifactId>jtopen</artifactId>
+      <groupId>jtopen</groupId>
+      <version>4.8</version>
+      <url>http://jt400.sourceforge.net/</url>
+    </dependency> 
+  </dependencies>
+</project>
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/jmcnally/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/jmcnally/Torque.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/jmcnally/Torque.properties (added)
+++ db/torque/test/trunk/profile/jmcnally/Torque.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,30 @@
+# 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 jmcnally's test profile
+#
+# $Id$
+#
+torque.database.default = bookstore
+torque.database.bookstore.adapter = mysql
+
+#Using commons-dbcp
+torque.dsfactory.bookstore.factory = org.apache.torque.dsfactory.SharedPoolDataSourceFactory
+torque.dsfactory.bookstore.connection.driver = org.gjt.mm.mysql.Driver
+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/jmcnally/Torque.properties
------------------------------------------------------------------------------
    svn:keywords = Id

Added: db/torque/test/trunk/profile/jmcnally/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/jmcnally/project.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/jmcnally/project.properties (added)
+++ db/torque/test/trunk/profile/jmcnally/project.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,38 @@
+# 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 jmcnally's 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
+torque.database.createUrl = jdbc:mysql://localhost:3306/mysql
+torque.database.buildUrl = jdbc:mysql://localhost:3306/bookstore
+torque.useManagers = true
+torque.generateBeans = true
+
+#settings for both generator and runtime
+torque.database = mysql
+torque.database.driver = org.gjt.mm.mysql.Driver
+torque.database.user = root
+torque.database.password = 
+
+#settings for runtime
+torque.database.url = jdbc:mysql://localhost:3306/bookstore
+torque.database.validationQuery = SELECT 1
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/jmcnally/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/jmcnally/project.xml?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/jmcnally/project.xml (added)
+++ db/torque/test/trunk/profile/jmcnally/project.xml Fri Sep  9 22:48:22 2005
@@ -0,0 +1,35 @@
+<?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 jmcnally's test profile
+ $Id$
+
+-->
+
+<project>
+  <extend>../base/project.xml</extend>
+  <artifactId>torque-jmcnally-test</artifactId> 
+  <name>Torque-jmcnally-test</name>
+  <dependencies>
+    <dependency>
+      <artifactId>mysql-connector-java</artifactId>
+      <groupId>mysql</groupId>
+      <version>2.0.7-bin</version>
+    </dependency> 
+  </dependencies>
+</project>
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/sybase/Torque.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/sybase/Torque.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/sybase/Torque.properties (added)
+++ db/torque/test/trunk/profile/sybase/Torque.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,31 @@
+# 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 sybase test profile
+#
+# $Id$
+#
+
+torque.database.default = bookstore
+torque.database.bookstore.adapter = sybase
+
+#Using commons-dbcp
+torque.dsfactory.bookstore.factory = org.apache.torque.dsfactory.SharedPoolDataSourceFactory
+torque.dsfactory.bookstore.connection.driver = com.sybase.jdbc2.jdbc.SybDriver
+torque.dsfactory.bookstore.connection.url = jdbc:sybase:Tds:localhost:5000/bookstore
+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

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

Added: db/torque/test/trunk/profile/sybase/project.properties
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/sybase/project.properties?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/sybase/project.properties (added)
+++ db/torque/test/trunk/profile/sybase/project.properties Fri Sep  9 22:48:22 2005
@@ -0,0 +1,37 @@
+# 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 sybase 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
+torque.database.createUrl = jdbc:sybase:Tds:localhost:5000/master
+torque.database.buildUrl = jdbc:sybase:Tds:localhost:5000/bookstore
+torque.generateBeans = true
+
+#settings for both generator and runtime
+torque.database = sybase
+torque.database.driver = com.sybase.jdbc2.jdbc.SybDriver
+torque.database.user = sa
+torque.database.password =
+
+#settings for runtime
+torque.database.url = jdbc:sybase:Tds:localhost:5000/bookstore
+torque.database.validationQuery = SELECT 1
\ No newline at end of file

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

Added: db/torque/test/trunk/profile/sybase/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/sybase/project.xml?rev=279956&view=auto
==============================================================================
--- db/torque/test/trunk/profile/sybase/project.xml (added)
+++ db/torque/test/trunk/profile/sybase/project.xml Fri Sep  9 22:48:22 2005
@@ -0,0 +1,35 @@
+<?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 sybase test profile
+ $Id$
+
+-->
+
+<project>
+  <extend>../base/project.xml</extend>
+  <artifactId>torque-sybase-test</artifactId> 
+  <name>Torque-sybase-test</name>
+  <dependencies>
+    <dependency>
+      <artifactId>sybase</artifactId>
+      <groupId>jconnect</groupId>
+      <version>5.5</version>
+    </dependency> 
+  </dependencies>
+</project>
\ No newline at end of file

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



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