Archive for the ‘java’ Category

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)

Put .; in front of your classpath stupid

Thursday, March 23rd, 2006

I need to remember this……