On 26.11.2008, at 10:55, Henrique Prange wrote:

Hi Guido,

Guido Neitzer wrote:
I had a similar issue with a project where the connection dictionaries where not equal. If the URL and the username are the same, they have to respond true to equals() or you'll see weird problems. Can you check that?

I'm using the Wonder properties to ensure this is not happening. Anyway, I added some code to verify:

Model A URL: jdbc:oracle:thin:@192.168.1.37:1521:xe
Model B URL: jdbc:oracle:thin:@192.168.1.37:1521:xe

Model A username: my_username
Model B username: my_username

Is connection url equals? true
Is user name equals? true

The whole connection dictionary has to be equals().

Did you try switching off the JDBC2Info? I'm just guessing here ... no real idea.

cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to