Re: Maven and eclipse #2 - problem with missing bundle? null mainBundleName()

2016-10-15 Thread Paul Hoadley
Hi Mark, On 6 Sep 2016, at 10:04 PM, Mark Wardle wrote: > It isn’t quite right from eclipse. I can run a newly created application from > within eclipse, but when I try to run a migrated application, I get this > error: > > java.lang.ExceptionInInitializerError > at > com.webobjects.a

Re: quick followup: ERXExistsQualifier blocks *all coordinators* even before a SELECT?!?

2016-10-15 Thread Samuel Pelletier
Hi OC, You may also try to fetch without the exists qualifier and apply it in memory on the fetched objects to see if the locking will append too. I looked a bit into the code and there is at least a global lock involved in the execution, EOModel._EOGlobalModelLock. These are in methods to get