Date: 2004-03-19T22:22:31
Editor: 208.147.1.1 <>
Wiki: DB Torque Wiki
Page: TutorialErrata
URL: http://wiki.apache.org/db-torque/TutorialErrata
no comment
Change Log:
------------------------------------------------------------------------------
@@ -73,8 +73,9 @@
Finished at: Wed Mar 17 16:25:13 PST 2004
}}}
+----
-= Torque.properties should be changed =
+= I suppose Torque.properties in the tutorial should be updated? =
I've spend a day figuring out what's wrong with my code in the bookstore tutorial as
I always get
{{{
[WARN] IDBroker - -IDBroker is being used with db 'bookstore', which does not support
transactions. IDBroker attempts to use transactions to limit the possibility of
duplicate key generation. Without transactions, duplicate key generation is possible
if multiple JVMs are used or other means are used to write to the database.
@@ -98,7 +99,7 @@
}}}
The above '''Torque.properties''' does not work. So I tried the new one indicated in
-[Pool-config Howto|http://db.apache.org/torque/configuration-howto.html]
+[http://db.apache.org/torque/configuration-howto.html Pool-config Howto]
{{{
torque.dsfactory.bookstore.factory=
org.apache.torque.dsfactory.SharedPoolDataSourceFactory
@@ -111,5 +112,5 @@
torque.dsfactory.bookstore.connection.password = 1234
}}}
-Then I could run the bookstore example
+Then I could run the bookstore example.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]