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 :( Cheers, Henrique _______________________________________________ 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]
