Skip to Main Content

Java Development Tools

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!

Data Sources for shared libraries JDBC DataSource vs JDBC URL

user6003393Mar 19 2015 — edited Mar 19 2015

Hi,

I am using JDeveloper 11.1.2.4.0.

When deploying an application, I can specify the Connection Type of the application module as JDBC DataSource or JDBC URL.

I use the JDBC DataSource type.

Now, I recently modified my app to include Model and View components from another app, which were exported and import as jar files.

I noticed that JDeveloper also imported the database connections from the other app.

But, when deploying my app, those imported connections are deployed as JDBC URLs and not JDBC DataSources.

I would like to use JDBC Datasources.

Where would I specify such settings?

Do I need to modify the application module settings of the other app or is that some I can specify in my app, even though the connections come from the other app?

Do I need to delete the connections of the other app, which were automatically created?

Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2015
Added on Mar 19 2015
2 comments
146 views