Date: 2004-03-19T22:14:27
   Editor: 208.147.1.1 <>
   Wiki: DB Torque Wiki
   Page: TutorialErrata
   URL: http://wiki.apache.org/db-torque/TutorialErrata

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -73,3 +73,14 @@
 Finished at: Wed Mar 17 16:25:13 PST 2004
 }}}
 
+
+=  Torque.properties should be changed =
+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.
+java.lang.NullPointerException: There was no DataSourceFactory configured for the 
connection bookstore
+
+}}}
+Only to discovered later that I should've used the one indicated in the new tutorial
+
+

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to