FrontBase DB support by Cayenne

2019-05-02 Thread Andrus Adamchik
Hi Sven and FB support! As the subject says, this is about supporting FrontBase DB (further referred to as "FB") in Apache Cayenne. I cc'd Cayenne dev list to keep the community in the loop. Some background.. Due to many people in the Cayenne community coming from Apple WebObjects technology,

Re: FrontBase DB support by Cayenne

2019-05-02 Thread Andrus Adamchik
Hi Geert, We will take a look at the crashes. But since luckily it doesn't crash on Linux, the JDBC issues can still be reproduced per CAY-2574 (and they are more essential for Cayenne support). So no need to wait for us on the crash report :) Thanks, Andrus > On May 2, 2019, at 1:04 PM, Ge

Re: FrontBase DB support by Cayenne

2019-05-02 Thread Geert B. Clemmensen
Hello Andrus, Thank you for getting back to us. > FB crashes a lot on MacOS Huhm, what version of FrontBase and MacOS are we talking about? FrontBase is in 24x7 use on MacOS also in mission critical systems and is never crashing. I’m not sure what is going on, but if we can get a reproducible

Build failure with Java 11

2019-05-02 Thread John Huss
I'm seeing a build failure with Java 11 on the master branch (below). It would be nice to get this fixed up since Java 11 has been released for a while now. Thanks! [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.166 s <<< FAILURE! - in org.apache.cayenne.cache.invalidati

Re: Build failure with Java 11

2019-05-02 Thread Andrus Adamchik
Odd, considering that CI runs a bunch of builds on Java 11 on every commit: https://travis-ci.org/apache/cayenne/builds/527314653 Andrus > On May 2, 2019, at 5:10 PM, John Huss wrote: > > I'm seeing a build failure with Java 11 on the master branch (below). It > would be nice to get this fixed

Re: Build failure with Java 11

2019-05-02 Thread John Huss
This is the corretto version from Amazon, based on OpenJDK. On Thu, May 2, 2019 at 9:23 AM Andrus Adamchik wrote: > Odd, considering that CI runs a bunch of builds on Java 11 on every commit: > > https://travis-ci.org/apache/cayenne/builds/527314653 > > Andrus > > > On May 2, 2019, at 5:10 PM, J

Re: Build failure with Java 11

2019-05-02 Thread Lon Varscsak
I've compiled it against OpenJDK 11 (not Corretto) without an issue. On Thu, May 2, 2019 at 7:38 AM John Huss wrote: > This is the corretto version from Amazon, based on OpenJDK. > > On Thu, May 2, 2019 at 9:23 AM Andrus Adamchik > wrote: > > > Odd, considering that CI runs a bunch of builds on

Re: Build failure with Java 11

2019-05-02 Thread John Huss
It must have just had a bad cache somewhere. I touched the file and rebuilt and now it is working. ¯\_(ツ)_/¯ On Thu, May 2, 2019 at 1:26 PM Lon Varscsak wrote: > I've compiled it against OpenJDK 11 (not Corretto) without an issue. > > On Thu, May 2, 2019 at 7:38 AM John Huss wrote: > > > This

cgen ant class generation on master (4.2)

2019-05-02 Thread John Huss
I'm trying to generate classes using the cgen ant task and I'm getting this error. Did this get broken or is it me? org.apache.cayenne.di.DIRuntimeException: DI container has no binding for key at org.apache.cayenne.di.spi.DefaultInjector.getProvider(DefaultInjector.java:158) at org.apache.caye