Re: Issue with maven.wocommunity.org? [Was: Re: certficate on wocommunity.org]

2018-03-05 Thread Maik Musall
Hi Paul, maven.wocommunity.org was a redirect to sites that no longer respond at all: http://wo-repository.doit.com.br/ http://wo-repository.moleque.com.br/nexus/ So I disabled the entire subdomain (except the DNS record) until someone can tell me where to point this at. It's not hosted at us.

Issue with maven.wocommunity.org? [Was: Re: certficate on wocommunity.org]

2018-03-05 Thread Paul Hoadley
Hi Maik, On 21 Feb 2018, at 17:53, Maik Musall wrote: > I just noticed that the TLS certificate on wocommunity.org > has expired, and I thought I already had set up > letsencrypt so I ignored the warning emails from Comodo. Turns out I had not. > So hang on, I will f

Re: invalidate relationship cache

2018-03-05 Thread Aaron Rosenzweig
Hi Chris, If you the “color” attribute was originally “red” when it was fetched an hour ago but in the unsaved EO object cache you changed it to “blue” …. and now you fetched from the DB and someone else made it “yellow”…. you want to know what will happen? Try it :-) I’m actually not sure bu

Re: invalidate relationship cache

2018-03-05 Thread Aaron Rosenzweig
Hi André and Chuck, I asked my wife about invalidating the relationship cache. She looked at me and said: “Love is grand, divorce is 100 grand” I would: 1) create a fetch specification 2) set “refreshesRefetchedObjects()” to true. 3) set up a prefetch path that traverses to the second object

Re: invalidate relationship cache

2018-03-05 Thread Chuck Hill
Hi André, Invalidating the GlobalIds won’t work. That will just refresh the objects that you have a list of already. From your description, I think that you want to refresh what is in list (get an updated list with inserted and deleted rows that match the databse). This should work ERXEOCont

invalidate relationship cache

2018-03-05 Thread André Rothe
Hi, I have an EO with a relationship to a second EO. The database in the background will be changed by another application, so it will be necessary to refetch the associated EOs of the relationship on every access. How I can invalidate the list of the associated EOs? This is the generated method