Re: Linking iOS and WebObjects

2014-02-27 Thread Mark Wardle
Related to this, has anyone used NSIncrementalDataStore as the glue linking core data to the remote API? Mark On 20 Feb 2014, at 09:59, Mark Wardle m...@wardle.org wrote: Wow Ken - that sounds fantastic. I’m just at the early stages - but would rather work on something more generic than

ERRest date value coercion per key format

2014-02-27 Thread Robert Hanviriyapunt
Is there some way to have control of date string coercion per attribute? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: Problem in new Wonder project; Solved

2014-02-27 Thread Elizabeth Lynch
Hi Just in case this helps anyone else with the same or similar problem: this turned out to be because there was a commons-lang-2.5.jar in /Library/Java/Extensions which overrode the commons-lang-2.6 used by the Wonder frameworks nowadays. Liz On 26 Feb 2014, at 15:17, Liz Lynch

validateXXX not called on a relationship set to null

2014-02-27 Thread John Pollard
Hi List, I am trying to pin down where a to-one relationship is getting set to null inappropriately. I added validateMyRelationship() to trap and throw and this is triggered ok when the base object is created / updated. However, it wasn't called when the relationship was set to null and hence

Re: Problem in new Wonder project; Solved

2014-02-27 Thread Aaron Rosenzweig
Nice find Liz, Thanks for reporting back what the issue was. AARON ROSENZWEIG / Chat 'n Bike e: aa...@chatnbike.com t: (301) 956-2319 On Feb 27, 2014, at 4:29 AM, Elizabeth Lynch l...@plsys.co.uk wrote: Hi Just in case this helps anyone else with the same or similar

Re: validateXXX not called on a relationship set to null

2014-02-27 Thread Aaron Rosenzweig
Hi John, Could be you did it in “validateForSave()” You shouldn’t be changing values there, only throwing validation errors. Grab the snake by its tail, start pulling, keep doing it until you find the head. Namely, put your break point not in your “validateRelationship” method but more

Re: Linking iOS and WebObjects

2014-02-27 Thread John Huss
I've not used it. It looks very convenient, however, this sort of approach does have pitfalls - mainly that firing a faulted relationship results in a network request and it will probably run on the main thread unless you're being very careful. It is sort of a mine field that way. I would much

Re: validateXXX not called on a relationship set to null

2014-02-27 Thread Chuck Hill
Try the set… method then. Also check the relationships to this entity in the model. Is one set to Nullify? It could be EOF doing this as part of a save. Chuck On 2/27/2014, 5:43 AM, John Pollard wrote: Hi List, I am trying to pin down where a to-one relationship is getting set to null

Re: validateXXX not called on a relationship set to null

2014-02-27 Thread Ramsey Gurley
On Feb 27, 2014, at 6:43 AM, John Pollard j...@pollardweb.com wrote: Hi List, I am trying to pin down where a to-one relationship is getting set to null inappropriately. Override takeStoredValueForKey on the EO and look for the null value for that key. That will pinpoint the moment it

Mailing List Test

2014-02-27 Thread Phil Wright
Greetings, Just a test. -Phil ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: Mailing List Test

2014-02-27 Thread Phil Wright
Greetings Everyone, Seems like I haven't successfully registered on this list since I haven't received my mail below. How do I register? -Phil On 2/28/2014 2:05 AM, Phil Wright wrote: Greetings, Just a test. -Phil ___ Do not post admin requests

Re: Mailing List Test

2014-02-27 Thread Aaron Rosenzweig
Phil, I’m not sure you ever get your own messages. I see your messages just fine. AARON ROSENZWEIG / Chat 'n Bike e: aa...@chatnbike.com t: (301) 956-2319 On Feb 27, 2014, at 1:18 PM, Phil Wright philipxwri...@gmail.com wrote: Greetings Everyone, Seems like I

Re: Windows Deployment

2014-02-27 Thread Markus Stoll
Hi, I do have a hudson server running under Windows for compiling Wonder and my own WO-Apps. I do run ant without options and have these config files c:/Users/Default/Library/wobuild.properties with the following content wo.wosystemroot=C:/Apple wo.wolocalroot=C:/Apple/Local