Re: MySQL generate SQL problem

2008-11-26 Thread Chuck Hill
Hi, You might find some ideas here: http://lists.apple.com/archives/webobjects-dev/2005/Nov//msg00445.html Chuck On Nov 26, 2008, at 7:11 PM, Eleni Manou wrote: Hello dear, Details of my system is : Mac OS X Server, version 10.5.5, WebObjects version 5.4, Eclipse 3.3.2, WOLips MyS

Re: MySQL generate SQL problem

2008-11-26 Thread Andrew Lindesay
Hello Eleni; What are the model's connection details in entity modeller? cheers. Failed to generate SQL. Communications link failure due to underlying exception: **BEGIN NESTED EXCEPTION** java.net.ConnectException MESSAGE: Connection refused ___ Andrew Lindesay www.lindesay.co.nz __

MySQL generate SQL problem

2008-11-26 Thread Eleni Manou
Hello dear, Details of my system is : Mac OS X Server, version 10.5.5, WebObjects version 5.4, Eclipse 3.3.2, WOLips MySQL is pre installed and working since using NAVICAT I connect and work normally. The error message I get when trying to generate SQL from WOLips is : Failed to gene

Re: https and WO

2008-11-26 Thread Chuck Hill
On Nov 26, 2008, at 12:20 PM, Mat Johnson wrote: I have a need to have access to an application via https and am having a problem. I am using Linux RedHat 7 and Apache 2 with WO 5.3 and doing a split install for my app. When I access the app via https it loads and is there properly but t

https and WO

2008-11-26 Thread Mat Johnson
I have a need to have access to an application via https and am having a problem. I am using Linux RedHat 7 and Apache 2 with WO 5.3 and doing a split install for my app. When I access the app via https it loads and is there properly but the images for the app don't appear. I suspect the

Re: The object with globalID cannot be found

2008-11-26 Thread Chuck Hill
On Nov 26, 2008, at 10:21 AM, Henrique Prange wrote: Hi Guido, Guido Neitzer wrote: The whole connection dictionary has to be equals(). Is connection dictionary equals? true :( Is that with or without my test code? Did you try switching off the JDBC2Info? I'm just guessing here ... n

Re: The object with globalID cannot be found

2008-11-26 Thread Henrique Prange
Hi Guido, Guido Neitzer wrote: The whole connection dictionary has to be equals(). Is connection dictionary equals? true :( Did you try switching off the JDBC2Info? I'm just guessing here ... no real idea. There is no JDBC2Info in any model. And the following message appears in the c

Re: The object with globalID cannot be found

2008-11-26 Thread Chuck Hill
On Nov 26, 2008, at 9:22 AM, Henrique Prange wrote: Hi Chuck, Chuck Hill wrote: From your descriptions, it sounds like the models are not getting connected with the same connection dictionary. Try using the EOUtilities method: public static EODatabaseContext databaseContextForModelName

Re: The object with globalID cannot be found

2008-11-26 Thread Mike Schrag
Is connection url equals? true Is user name equals? true The whole connection dictionary has to be equals(). That USED to be true, I think ... If you look now (now being 5.3.3), though, it actually only checks URL, Password, User, and a couple others. I think this would also manifest as two

Re: The object with globalID cannot be found

2008-11-26 Thread Guido Neitzer
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 chec

Re: The object with globalID cannot be found

2008-11-26 Thread Henrique Prange
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

Re: The object with globalID cannot be found

2008-11-26 Thread Guido Neitzer
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? cug On 26.11.2008, at 10:20, Henrique Prange wrote: Hi Lachlan, Sorr

Re: The object with globalID cannot be found

2008-11-26 Thread Henrique Prange
Hi Chuck, Chuck Hill wrote: From your descriptions, it sounds like the models are not getting connected with the same connection dictionary. Try using the EOUtilities method: public static EODatabaseContext databaseContextForModelNamed(EOEditingContext ec, String name) To get the EODatabas

Re: The object with globalID cannot be found

2008-11-26 Thread Henrique Prange
Hi Lachlan, Sorry for the long time to answer. Lachlan Deck wrote: Hi Henrique, what's the full stack trace? It's in end of this mail. Do you have cache in memory checked in the model? I search the entire project for 'cachesObjects'. No occurrences found. Are you using JGroupSynchron

Re: WOCheckBoxList...what happeend?

2008-11-26 Thread David Avendasora
I believe that with WOCheckboxMatrix you don't use a display string as a parameter of the Matrix, you next it inside as a WOString: Dave On Nov 26, 2008, at 8:47 AM, Mersida Kurti wrote: Hi, We're using the WOCheckbox with WO 5.2, however, now that we switched to WO 5.4 the c

WOCheckBoxList...what happeend?

2008-11-26 Thread Mersida Kurti
Hi, We're using the WOCheckbox with WO 5.2, however, now that we switched to WO 5.4 the check box, looks more like a text box...has it been deprecated?  I tried to use WOCheckboxMatrix, however, it does not seem to like my displayString property...am I missing something here? Thanks in advance

Re: Eclipse and Resource Urls

2008-11-26 Thread David Avendasora
This bug also likely the same that causes a problem with Java Client where it can't seem to find client-side jars it needs to download from /WebServerResources/Java I demonstrated it for Daryl Lee and filed a bug (with a full demo app) back at WWDC. Dave On Nov 25, 2008, at 9:21 PM, Andr

Re: Eclipse and Resource Urls

2008-11-26 Thread Q
On 26/11/2008, at 5:54 PM, Andrew Lindesay wrote: Hello Quinton and Lachlan; Thanks for the work-around. Strangely this seems to fix the problem on my real project, but not on my experiment project (as per email). You can enable logging for NSLOG.DebugGroupResources to see what it is doi