Thomas, That was it. thanks!! One other thing, just to be sure, and I'll pass it along to all Torque users here..
If anyone has: Torque.closeConnection(dbConn); Torque.shutdown(); It should be replaced with: dbConn.close(); dbConn = null; Correct? Jim --- Thomas Fischer <[EMAIL PROTECTED]> wrote: > > > > > > Jim, > > look at the example given for Torque.properties in > the tutorial I sent you > yesterday. Replace all occurences of the word > "bookstore" in the _KEYS_ of > the properties by essMarine. Set the value > torque.database.default=essMarine > and modify the values according to your database > settings. Then both the > Idbroker warning and the null pointer exception > should go away. > > Thomas > > Jim Caserta <[EMAIL PROTECTED]> schrieb am > 05.10.2005 16:27:22: > > > Your right Henning. My apologies.. I received a > Null > > pointer Exception after receiving that warning, > and I > > thought they might be connected. > > > > I'm attempting to do a join using: > > rows = BasePeer.doSelect(criteria,conn); and > received > > > > java.lang.NullPointerException: There was no > > DataSourceFactory configured for the connection > > essMarine > > > > Does that sound like it might be the property > file? I > > checked it and all seems ok.. > > > > Thanks, > > Jim > > > > --- "Henning P. Schmiedehausen" <[EMAIL PROTECTED]> > > wrote: > > > > > Jim Caserta <[EMAIL PROTECTED]> writes: > > > > > > This is not an error. That is why there is > "WARN" > > > written in front of > > > it. :-) > > > > > > The problem mentioned in the message persists, > > > however. You are > > > probably using MySQL. > > > > > > Best regards > > > Henning > > > > > > > > > > > > >Thank you, > > > > > > >I switched over to the SharedPool and I am > getting > > > >this error in my WSAD console. > > > > > > >IDBroker W org.apache.torque.oid.IDBroker > > > >IDBroker is being used with db 'essMarine', > 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. > > > > > > >I never had this error in 3.0. The IDBroker > class > > > does > > > >come with the 3.2 jar. > > > > > > >The reference to "essMarine" must be coming > from > > > the > > > >peer classes. Each one has the following line: > > > > public static final String DATABASE_NAME = > > > >"essMarine"; > > > >So I'm not sure if I have my Torque propereties > > > file > > > >is setup incorrectly or the problem could be > else > > > >where.. > > > > > > >Thanks! > > > >Jim > > > > > > >--- Thomas Fischer <[EMAIL PROTECTED]> > wrote: > > > > > > >> > > > >> > > > >> > > > >> > > > >> Hi, > > > >> > > > >> you cannot use the DataSourceFactory, as it > is > > > only > > > >> an interface which > > > >> cannot be instantiated. Use > > > >> SharedPoolDataSourceFactory instead. > > > >> > > > >> See also the sample configuration in the > > > Tutorial, > > > >> > > > >> > > > > > >http://db.apache.org/torque/releases/torque-3.2- > > rc2/runtime/tutorial/step4.html > > > >> > > > >> Thomas > > > >> > > > >> Jim Caserta <[EMAIL PROTECTED]> schrieb > am > > > >> 04.10.2005 20:26:12: > > > >> > > > >> > Hi, > > > >> > > > > >> > I'm converting from Torque 3.0 to 3.2, and > I'm > > > >> > accessing a DB2 database. The Torque > > > >> initialization is > > > >> > throwing the following exception. > > > >> > org.apache.torque.TorqueException: > > > >> > java.lang.InstantiationException > > > >> > > > > >> > I'm attempting to use the > DataSourceFactory. > > > Here > > > >> is > > > >> > my properties file.. > > > >> > > > > >> > torque.applicationRoot = . > > > >> > > > > >> > log4j.category.org.apache.torque = ALL, > > > >> > org.apache.torque > > > >> > log4j.appender.org.apache.torque = > > > >> > org.apache.log4j.FileAppender > > > >> > log4j.appender.org.apache.torque.file = > > > >> > logs/torque.log > > > >> > log4j.appender.org.apache.torque.layout = > > > >> > org.apache.log4j.PatternLayout > > > >> > > > > >> > > > > > > >log4j.appender.org.apache.torque.layout.conversionPattern > > > >> > = %d [%t] %-5p %c - %m%n > > > >> > log4j.appender.org.apache.torque.append = > false > > > >> > torque.defaults.pool.maxWait = 10000 > > > >> > torque.defaults.pool.maxIdle = 8 > > > >> > torque.defaults.pool.maxActive = 10 > > > >> > > > > >> > > > > torque.defaults.pool.timeBetweenEvictionRunsMillis= > > > >> > 300000 > > > >> > torque.defaults.connection.driver = > > > >> > COM.ibm.db2.jdbc.app.DB2Driver > > > >> > torque.defaults.connection.url = > jdbc:db2:DB2B > > > >> > torque.defaults.connection.user = itdmegb > > > >> > torque.defaults.connection.password = > chubb99 > > > >> > > > > >> > torque.database.default=DB2B > > > >> > torque.database.DB2B.adapter=db2app > > > >> > > > > >> > #Using commons-dbcp > > > >> > > > > >> > > > > > > >torque.dsfactory.DB2B.factory=org.apache.torque.dsfactory.DataSourceFactory > > > > >> > > > > >> > #torque.dsfactory.DB2B.pool.maxIdle=8 > > > >> > #torque.dsfactory.DB2B.pool.maxActive=10 > > > >> > > #torque.dsfactory.DB2B.pool.testOnBorrow=true > > > >> > > > > >> > === message truncated === __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]