Nevermind, I traced this to a typo in the property name for the adapter in Torque.properties file. Perhaps we should have Torque throw an exception if an adapter is not specified for a configured database.
-james On Mon, 2002-05-27 at 15:56, James A. Hillyerd wrote: > I recently updated my CVS and rebuilt to try out the new datasource > stuff. Some stuff is working, but it seems like trying to use an order > by column fails with a NullPointerException. I traced it back to this: > > (line 1050, BasePeer.java) > > DB db = Torque.getDB( criteria.getDbName() ); > > It's returning null, so later when it tries to add an orderByClause: > > (line 1277) > > orderByClause.add(db.ignoreCaseInOrderBy( > orderByColumn.substring(0, spacePos)) > + orderByColumn.substring(spacePos) ); > > It fails. > > -james > > -- > [] James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer > [] PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- [] James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer [] PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
