Archive for March, 2011

Weblogic jdbc resource out of sync

For some development task we added a jdbc resource needed for one of our business services which was based on the database adapter. For a test we added environment settings for let's say development1, but later on we needed to switch this setup to development2. Easy task by just editting the jdbc resource setup in the console, change the settings and go (or restart the server and go). But in both cases the resource kept pointing to the development1 environment. The config for the jdbc...