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]
