Re: The object with globalID cannot be found
Re: The object with globalID cannot be found
- Subject: Re: The object with globalID cannot be found
- From: Guido Neitzer <email@hidden>
- Date: Wed, 26 Nov 2008 11:01:22 -0700
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden