Author: tfischer
Date: Thu May 10 09:06:39 2012
New Revision: 1336546
URL: http://svn.apache.org/viewvc?rev=1336546&view=rev
Log:
Reverted accidental commit
Modified:
db/torque/torque4/trunk/torque-test/src/test/profile/derbyEmbedded/Torque.properties
db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties
db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties
db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties
Modified:
db/torque/torque4/trunk/torque-test/src/test/profile/derbyEmbedded/Torque.properties
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/derbyEmbedded/Torque.properties?rev=1336546&r1=1336545&r2=1336546&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-test/src/test/profile/derbyEmbedded/Torque.properties
(original)
+++
db/torque/torque4/trunk/torque-test/src/test/profile/derbyEmbedded/Torque.properties
Thu May 10 09:06:39 2012
@@ -20,7 +20,6 @@
torque.database.default = bookstore
torque.database.bookstore.adapter = derby
-torque.transactionManager = org.apache.torque.util.TransactionManagerImpl
#Using commons-dbcp
torque.dsfactory.bookstore.factory =
org.apache.torque.dsfactory.SharedPoolDataSourceFactory
Modified:
db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties?rev=1336546&r1=1336545&r2=1336546&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties
(original)
+++
db/torque/torque4/trunk/torque-test/src/test/profile/mssql/Torque.properties
Thu May 10 09:06:39 2012
@@ -27,12 +27,8 @@ torque.database.bookstore.adapter = mssq
# Using commons-dbcp
torque.dsfactory.bookstore.factory =
org.apache.torque.dsfactory.SharedPoolDataSourceFactory
torque.dsfactory.bookstore.connection.driver = net.sourceforge.jtds.jdbc.Driver
-torque.dsfactory.bookstore.connection.url =
jdbc:jtds:sqlserver://localhost:1433/torque
-torque.dsfactory.bookstore.connection.user = torque
-torque.dsfactory.bookstore.connection.password = torqueUserPassword
+torque.dsfactory.bookstore.connection.url =
jdbc:jtds:sqlserver://fastnet.dukece.com:1433/bookstore
+torque.dsfactory.bookstore.connection.user = sa
+torque.dsfactory.bookstore.connection.password =
-torque.dsfactory.bookstore.pool.defaultAutoCommit = false
torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
-
-# use Caching. This property is only used if managers are used by generators.
-torque.manager.useCache = true
Modified:
db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties?rev=1336546&r1=1336545&r2=1336546&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties
(original)
+++
db/torque/torque4/trunk/torque-test/src/test/profile/mysql/Torque.properties
Thu May 10 09:06:39 2012
@@ -29,7 +29,7 @@ torque.dsfactory.bookstore.factory = org
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 = mysql
+torque.dsfactory.bookstore.connection.password =
torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
Modified:
db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties?rev=1336546&r1=1336545&r2=1336546&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties
(original)
+++
db/torque/torque4/trunk/torque-test/src/test/profile/postgresql/Torque.properties
Thu May 10 09:06:39 2012
@@ -28,10 +28,7 @@ torque.database.bookstore.adapter = post
torque.dsfactory.bookstore.factory =
org.apache.torque.dsfactory.SharedPoolDataSourceFactory
torque.dsfactory.bookstore.connection.driver = org.postgresql.Driver
torque.dsfactory.bookstore.connection.url =
jdbc:postgresql://localhost:5432/bookstore
-torque.dsfactory.bookstore.connection.user = postgres
-torque.dsfactory.bookstore.connection.password = postgresql
+torque.dsfactory.bookstore.connection.user = torque
+torque.dsfactory.bookstore.connection.password = torque
torque.dsfactory.bookstore.pool.validationQuery = SELECT 1
-
-# use Caching. This property is only used if managers are used by generators.
-torque.manager.useCache = true
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]