Hi, On Tue, Jun 23, 2009 at 9:30 AM, Lachlan Deck<[email protected]> wrote: > On 23/06/2009, at 3:21 PM, Mallesh wrote: > >> We are using WebObjects 5.4.2 for our project development from last 4 >> years. > > I doubt that very much :-) > > 5.2.4 I could imagine you would have. > >> We have plans for moving it to WebObjects 5.4.3, but before that we are >> planning to resolve some of the issues with EOEditingContext locking and >> unlocking. So, we have choosed Project Wonder for resolving locking and >> unlocking issues with EOEditingContext. > > Right.. So locking issues will go away when you switch to using wonder. > > > my dashboard stickies have: > > extend ERXApplication > extend ERXSession > use ERXEC.newEditingContext() > > Properties: > er.extensions.ERXAApplication.useEditingContextUnlocker=true > er.extensions.ERXEC.defaultAutomaticLockUnlock=true > er.extensions.ERXEC.useSharedEditingContext=false > er.extensions.ERXEC.defaultCoalesceAutoLocks=true > > I might have missed something more recent (Mike?)
There is also a shortcut for locking properties - er.extensions.ERXEC.safeLocking=true And the properties in Wonder Application project template are: # EOF er.extensions.ERXEC.safeLocking=true er.extensions.ERXEC.useSharedEditingContext=false er.extensions.ERXEnterpriseObject.applyRestrictingQualifierOnInsert=true er.extensions.ERXEnterpriseObject.updateInverseRelationships=true > >> We are using Java 1.4.17. > > Is that the limit? Can you use 1.5? If not you're in for pain (i.e., > checking out the last known java 1.4 version of wonder .. I think it was > just prior to vs 5 but there was one method I remember having to fix in > ERXApplication that was java 1.5 specific). Bottom line .. 1.5 == less pain > and more widely used. > >> ----- Original Message ----- From: "Lachlan Deck" <[email protected]> >> To: "Mallesh" <[email protected]> >> Cc: "WebObjects-Dev Apple" <[email protected]> >> Sent: Tuesday, June 23, 2009 10:46 AM >> Subject: Re: Project Wonder Version for WebObjects 5.2.4 >> >> >>> On 23/06/2009, at 3:04 PM, Mallesh wrote: >>> >>>> We are using WebObjects 5.2.4 for our project development. We are >>>> planning to add Project Wonder framework to our project. Can anybody >>>> provide >>>> me the compatible version of Project Wonder framework for WebObjects 5.2.4. >>> >>> A couple of questions: >>> a) any reason why you've not updating to WebObjects 5.3 at the very >>> least? Wonder is certainly compatible with 5.3. I believe there's a branch >>> for 5.2 that some are using. >>> b) are you restricted to <= Java 1.4 also? If so you'll need Wonder >>> prior to version 5 or 4. >>> >>> The move from 5.2 to 5.3 is pretty painless. Depending on what you're >>> doing, moving to 5.4 might also be easy enough. >>> >>> with regards, >>> -- >>> >>> Lachlan Deck >>> >>> >>> >> >> > > with regards, > -- > > Lachlan Deck > > > > _______________________________________________ > 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/dfrolov%40demax.ru > > This email sent to [email protected] > _______________________________________________ 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]
