Sorry to post again - almost forgot - make sure you change your torque.properties so that the following property is replaced with:
torque.defaults.pool.validationQuery = SELECT 1 FROM DUAL (instead of "SELECT 1") Also, I happen to use the ojdbc14.jar version of Oracle's drivers - don't know if it makes a bit of difference, but something to maybe try... Bradford A. Folkens [EMAIL PROTECTED] > -----Original Message----- > From: John Harris [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 23, 2004 1:20 PM > To: [EMAIL PROTECTED] > Subject: DataBackendException and Oracle 8i > > I'm trying to learn Turbine 2.3 and am using the default > skeleton built by doing "maven -Dturbine.app.name=sample > turbine:setup" - with the build.properties file appropriately > configured. > > 1. I use the default config files, tweaking the database > params as needed. > 2. The oracle database already exists, so I use the > torque:jdbc target to generate my sample-schema.xml file 3. > Next I generate and insert the sql files into the db - so > that TURBINE_USER, etc are created within my schema 4. I > created a test Login.vm to authenticate against the > TURBINE_USER table 5. I then compile (java:compile) and > deploy (turbine:deploy) 6. Verify classes12.jar is in place - > Oracle's jdbc driver > > I keep getting the error > "org.apache.turbine.util.security.DataBackendException: > Failed to retrieve user 'admin': doSelect failed". I'm not > sure what I'm doing wrong - I can't find anything in the > archives. I'm using the antelope sample app as a guide, but > instead of using their Fulcrum Security Service - I'm just > trying to use the one already configured out of the box. > > Thanks, > > John > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
