Using OLite as database testing
Hi,
I have tried to create a connection to OLite database through the latest version of JDev. I could successfully connected to the OLite database and browse the tables and data. So far so good.
When I create a new project using TopLink as the persistent layer, the configuration of the session.xml is correct, but not the data-source.xml file for the Embedded OC4J Server. The Data source class should be java.lite.poljdbc.POLJDBCDriver, instead it is putting the configuration as oracle.jdbc.pool.OracleDataSource.
So when I try to run the project, I am getting error message Invalid Oracle URL specifiedError Code: 17067
I have also tried to edit the file by hand, but when I run the project, it just overwritten the wrong class to the configuration file.
Please help.
Cheers,
Kevin