Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using OLite as database testing

Kevin Li-OracleAug 16 2006 — edited Aug 20 2006
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 17 2006
Added on Aug 16 2006
2 comments
668 views