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 to...@db.apache.org on 2004/07/08 00:46:42 UTC

[DB Torque Wiki] Updated: TutorialErrata

   Date: 2004-07-07T15:46:42
   Editor: 213.39.130.142 <>
   Wiki: DB Torque Wiki
   Page: TutorialErrata
   URL: http://wiki.apache.org/db-torque/TutorialErrata

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -116,3 +116,17 @@
 Then I could run the bookstore example.  I'm not too sure if this type of configuration should be mention  
 in the tutorial but it sure works for me.  Thanks
 
+=  Another reason for "... no DataSourceFactory configured ..."  =
+
+I am using SAPDB had some problems to get my test application running. The reason was that some code uses upper case. So, when my database property is:
+{{{
+torque.database.default=foo
+}}}
+
+I have to use upper case in all other properties:
+{{{
+torque.dsfactory.FOO.factory=org.apache.torque.dsfactory.SharedPoolDataSourceFactory
+...
+}}}
+
+At least it works for me now.

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