Re: Problems running Isis from Quartz Jobs

2016-01-03 Thread Óscar Bou
Also relevant, here is the execution log. Please, notice how there’s a failure closing the JDO persistenceManager and a transaction abort afterwards. 23:02:09,854 [Native main DEBUG] UPDATE "sales_backend"."ProductSupplierTerms" SET "purchasePrice"=<3.61> WHERE "Produc

Problems running Isis from Quartz Jobs

2016-01-03 Thread Óscar Bou
Hi all. I’m implementing custom Quartz Jobs using as the base class literally the same “AbstractIsisQuartzJob” class described in [1]. Copied directly from my Eclipse (not from [1]): public abstract class AbstractIsisQuartzJob implements Job { public static enum ConcurrentInstancesPolicy

Re: [ANN] Apache Isis version 1.11.0 Released

2016-01-03 Thread Dan Haywood
On 2 January 2016 at 10:31, Stephen Cameron wrote: > Good news. > > I am experimenting with the new JAXB support, but starting from a provided > XML Schema document. I've come across one simple suggestion, which is to > take the @MemberOrder#sequence ordering of the ViewModel instead from the > @