Re: split install issue with 5.4.3

2009-01-13 Thread D Tim Cummings
On 13/01/2009, at 4:38 PM, Lachlan Deck wrote: On 13/01/2009, at 11:14 AM, D Tim Cummings wrote: Yes, bug radar 6487590 This may, of course, not be a bug of Apple's but with the final build. Check the executable script for your app. i.e., $ less YourApp.woa/YourApp The last line of

How do I debug this jdbc error?

2009-01-13 Thread James Cicenia
How do I debug this error. I have never seen it before. I am working with SYBASE as the database. Is this the jdbc adaptor issue? thanks James Cicenia [2009-01-13 08:15:51 CST] WorkerThread7 com.webobjects.appserver._private.WOComponentRequestHandler: Exception occurred while handling

Re: How do I debug this jdbc error?

2009-01-13 Thread Ken Anderson
James, What are you doing when this occurs? Do other operations work? Ken On Jan 13, 2009, at 9:21 AM, James Cicenia wrote: How do I debug this error. I have never seen it before. I am working with SYBASE as the database. Is this the jdbc adaptor issue? thanks James Cicenia [2009-01-13

Re: split install issue with 5.4.3

2009-01-13 Thread Mike Schrag
This is definitely an Apple bug. It doesn't occur in WebObjects 5.3.3 but does occur in WebObjects 5.4.3. Yes, it's definitely an Apple bug in 5.4.3 and it affects ApplicationBaseURL also, if you set that. ms ___ Do not post admin requests to the

Re: How do I debug this jdbc error?

2009-01-13 Thread James Cicenia
OK - The old app does write without the exception. It uses the same model, adaptor, etc. The new app crashes upon: currentObject.editingContext().saveChanges(); Thoughts? Thanks James On Jan 13, 2009, at 8:29 AM, Ken Anderson wrote: James, What are you doing when this occurs?

Re: How do I debug this jdbc error?

2009-01-13 Thread Mike Schrag
wo version? wonder/version? did you diff your model? what changed? do any of your changes look suspicious? On Jan 13, 2009, at 7:22 AM, James Cicenia wrote: OK - The old app does write without the exception. It uses the same model, adaptor, etc. The new app crashes upon:

Re: Bug ID 6342679: NSTimestamp Happy New Year Bug

2009-01-13 Thread Ken Anderson
Bardi, OK - it took me all of 10 minutes to solve this. 1. You choose Atlantic/Reykjavik, not GMT, like we suggested. 2. In 1969, Iceland stopped respecting Daylight Savings Time: http://www.timeanddate.com/worldclock/timezone.html?n=211syear=1960 date in yearFromDate : 1968-01-01

Re: OpenBase WebObjects for scaling

2009-01-13 Thread Joe Moreno
Andrew, Another thing that's impressed me with OpenBase is the clustering failover. I doubt many people have used this feature. Any SQL written to any database in the cluster is automatically propagated to other OpenBase databases in that cluster within five seconds without any primary

Re: split install issue with 5.4.3

2009-01-13 Thread Lachlan Deck
On 13/01/2009, at 7:30 PM, D Tim Cummings wrote: On 13/01/2009, at 4:38 PM, Lachlan Deck wrote: On 13/01/2009, at 11:14 AM, D Tim Cummings wrote: Yes, bug radar 6487590 This may, of course, not be a bug of Apple's but with the final build. Check the executable script for your app. i.e.,

Re: Problem File Upload WO 5.4 WONDER 5.0.0.8764

2009-01-13 Thread Chuck Hill
Hi Sergio, On Dec 31, 2008, at 9:23 AM, Sergio Sánchez Maffet wrote: Chuck, finally I got it running. Thanks a lot for your help. The language is set to German and the default form value encoding for German is iso8859-1 in ERXMessageEncoding. That seems a little odd. That class is

Re: Determining which bundle an EOModel comes from

2009-01-13 Thread Chuck Hill
How about checking if model.pathURL().startsWith(aBundle.bundlePathURL()). With aBundle being one of NSBundle.allBundles()? Chuck On Jan 2, 2009, at 4:50 AM, Hugi Thordarson wrote: Hi all, happy new year! Does anyone here have a reliable way to find what bundle a loaded EOModel is

Re: EO Not deleting

2009-01-13 Thread Chuck Hill
On Jan 2, 2009, at 4:00 PM, Joe Moreno wrote: I've made this mistake before and I keep forgetting... I forgot to remove the EO from it's relationship before deleting it. Once I did that, the EOs were deleted as expected. With the right delete rules, you should only need to remove it from

Re: WebObjects jar frameworks and classpaths

2009-01-13 Thread Chuck Hill
On Jan 6, 2009, at 5:18 AM, John Pollard wrote: Hi List, A bit off topic, but I am struggling to make sense of this. Simply put I want to understand why I can't put a couple of jars into a WO framework and have the code still work as it does when the same jars are in

Re: A relationship in a converted model now throws an exception on save

2009-01-13 Thread Chuck Hill
On Jan 6, 2009, at 3:31 PM, David Holt wrote: An application that I have converted from XCode to Eclipse is throwing an error when I save a new document EO. I went back in and looked at the old version of the model in the XCode app and the relationship is marked as to-one optional. The

Re: WebObjects jar frameworks and classpaths

2009-01-13 Thread Chuck Hill
On Jan 8, 2009, at 8:14 AM, John Pollard wrote: List, I have now updated my build.xml file from a new dummy application created using the latest WOLips as advised in the WOLips blog for the new hotness. I also did this for my WO framework that contains the jars I need to link in to,

Re: split install issue with 5.4.3

2009-01-13 Thread D Tim Cummings
On 14/01/2009, at 8:00 AM, Lachlan Deck wrote: Sure. I'm just suggesting to double check the end of the app script i.e., $ tail YourApp.woa/YourApp Hi Lachlan Thanks for your interest. The last lines of the launch script look good. I also tried setting -WOFrameworksBaseURL in

Re: Can't get locking exception

2009-01-13 Thread Chuck Hill
On Jan 10, 2009, at 6:13 AM, Mike Schrag wrote: What could be causing this? No, the two ec's in your example will properly update (you're not holding an ec lock across requests, so the first EC is causing the second EC to update). The easiest way to force an optimistic lock is to go

Re: problem opening projectbuilder

2009-01-13 Thread Chuck Hill
On Jan 10, 2009, at 8:14 AM, katia vanhauwaert wrote: Hi, We bought the webobjects 5.2 program, and there seems to be a problem with this program. I asked a technical agent at Apple for support but they dont support this software. This was the only option available to get some kind of

Re: Wonder AjaxSlider

2009-01-13 Thread Chuck Hill
On Jan 12, 2009, at 7:24 AM, John Ours wrote: Hi All, Quick question about the Ajax Slider component in Wonder. What is the rationale behind the OnChangeServer binding? The behavior seems to be that if the binding is set - regardless of its value - an ajax post occurs to set the

Re: Wonder AjaxSlider

2009-01-13 Thread John Ours
On Jan 14, 2009, at 12:11 AM, Chuck Hill wrote: On Jan 12, 2009, at 7:24 AM, John Ours wrote: Hi All, Quick question about the Ajax Slider component in Wonder. What is the rationale behind the OnChangeServer binding? The behavior seems to be that if the binding is set - regardless of

Re: Wonder AjaxSlider

2009-01-13 Thread Chuck Hill
On Jan 13, 2009, at 9:35 PM, John Ours wrote: On Jan 14, 2009, at 12:11 AM, Chuck Hill wrote: On Jan 12, 2009, at 7:24 AM, John Ours wrote: Hi All, Quick question about the Ajax Slider component in Wonder. What is the rationale behind the OnChangeServer binding? The behavior seems