With Jdeveloper 12c and before we were able to create a datasource directly in the intergrated WLS.
We simply started the integrated WLS and created the datasource.
In the bc4j.xcfg file we chose datasource and set the name to our configured datasource (jdbc/xxxxx)
Now with Jdeveloper 14c this no longer works.
We create our datasource in the integrated WLS with the weblogic remote console but when we start our application from Jdeveloper the datasource has disappeared from the intergrated WLS.
It would seem that when the intergrated WLS starts it removes the datasource.
How can we define a datasource which is not automatically removed.
( we are now currently using a JDBC URL to workaround the problem)
KR
Paul