Re: [appfuse-user] DBUnit, Oracle and time data

2007-11-20 Thread Rob Hills
Hi Nathan, Nathan Anderson wrote: I have not used Oracle in a while, but if you need to set some parameter at the time the connection is made there is a good chance the driver is set up to accept parameters in the jdbc url. I've recently needed to do the same for a DB2 database, an old MSSQL

Re: [appfuse-user] DBUnit, Oracle and time data

2007-11-20 Thread Nathan Anderson
I have not used Oracle in a while, but if you need to set some parameter at the time the connection is made there is a good chance the driver is set up to accept parameters in the jdbc url. I've recently needed to do the same for a DB2 database, an old MSSQL, and an old MySQL database. Nathan

[appfuse-user] DBUnit, Oracle and time data

2007-11-20 Thread Rob Hills
Hi All, I am trying to deploy my AppFuse 2 app to a test environment that uses Oracle 10g as the database. I'm running into problems with DBUnit and my test data. One of my POJOs stores time data and my sample-data.xml file which has worked fine so far for HSQLDB and PostgreSQL is now causi