Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread Chuck Hill
ne. Chuck From: "ocs@ocs" mailto:o...@ocs.cz>> Date: Tuesday, August 21, 2018 at 12:23 PM To: Chuck Hill mailto:ch...@gevityinc.com>> Cc: "webobjects-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>" mailto:webobjects-dev@lists.apple.com>> Su

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread ocs@ocs
mailto:o...@ocs.cz>> > Date: Tuesday, August 21, 2018 at 12:23 PM > To: Chuck Hill mailto:ch...@gevityinc.com>> > Cc: "webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com>" > mailto:webobjects-dev@lists.apple.com>> > Subject: R

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread Chuck Hill
lists.apple.com" Subject: Re: Should ERXEC get sharedEC automagically? P.S. It seems ERX completely ignores the default shared EC, using its own one. If I try e.g., this: === println "The default sharedEC is ${EOSharedEditingContext.defaultSharedEditingContext()}" 6.times {

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread ocs@ocs
18 at 11:21 AM >> To: Chuck Hill mailto:ch...@gevityinc.com>> >> Cc: "webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com>" >> mailto:webobjects-dev@lists.apple.com>> >> Subject: Re: Should ERXEC get sharedEC automagically? >>

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread Tim Worman
Hey OC, All of the build products, including javadoc documentation can be found at https://jenkins.wocommunity.org. For Wonder 7 builds, you can find everything here: https://jenkins.wocommunity.org/job/Wonder7/ And this is a good starting point for the GitHub repo for Wonder.

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread ocs@ocs
Tim, well where then can one find the right and up-to-date documentation? I have tried https://wiki.wocommunity.org/display/documentation/ERExtensions+Framework and that one seems completely unuseable, though, of course, it might be just my own fault. Thanks, OC > On 21 Aug 2018, at 8:36

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread ocs@ocs
gt; Date: Tuesday, August 21, 2018 at 11:21 AM > To: Chuck Hill mailto:ch...@gevityinc.com>> > Cc: "webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com>" > mailto:webobjects-dev@lists.apple.com>> > Subject: Re: Should ERXEC get sharedEC

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread Chuck Hill
Once an EC has objects in it, its shared EC won’t get changed if a new default is set. The notification is ignored. From: "ocs@ocs" Date: Tuesday, August 21, 2018 at 11:21 AM To: Chuck Hill Cc: "webobjects-dev@lists.apple.com" Subject: Re: Should ERXEC get sharedEC a

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread Tim Worman
On Aug 21, 2018, at 11:21 AM, ocs@ocs wrote: > > Chuck, > >> On 21 Aug 2018, at 7:50 PM, Chuck Hill wrote: >> >> See er.extensions.ERXEC.useSharedEditingContext at >> https://wiki.wocommunity.org/display/documentation/Explanation+of+the+default+properties+in+a+Wonder+project > > Thanks a

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread ocs@ocs
Chuck, > On 21 Aug 2018, at 7:50 PM, Chuck Hill wrote: > > See er.extensions.ERXEC.useSharedEditingContext at > https://wiki.wocommunity.org/display/documentation/Explanation+of+the+default+properties+in+a+Wonder+project Thanks a lot! (Why on earth don't they mention this on the ERXEC

Re: Should ERXEC get sharedEC automagically?

2018-08-21 Thread Chuck Hill
See er.extensions.ERXEC.useSharedEditingContext at https://wiki.wocommunity.org/display/documentation/Explanation+of+the+default+properties+in+a+Wonder+project Did that fix it? Chuck On 2018-08-21, 9:43 AM, "Webobjects-dev on behalf of ocs@ocs" wrote: Hi there, the EOEditing