<?xml version="1.0"?> <!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd"> <!-- Autogenerated by JDBCToXMLSchema! --> <database>
Try setting the name attribute for database. That was a change from 2.1 to 2.2 that caused more than a few problems.
Other than that, make sure you have logging levels set to DEBUG. You could surround the code in a try-catch block and catch an Exception. This should be working for you, so I'm trying to think of a way to find the problem. You might even try P6Spy to inspect the SQL going to the database.
What database server are you using?
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
