Archive for March, 2009

Datasources in Weblogic

Tuesday, March 17th, 2009

Yay for JDeveloper 11g and Weblogic. I have to learn everything all over again. Like datasources. These are the things I need to think about when creating a datasource in Weblogic:

- In the target section I need to tick the AdminServer checkbox.

- The JNDI name of the datasource should be jdbc/somethingDS

- The name of the connection in JDeveloper should also be “something” (don’t know why)