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.