Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Steve Ebersole
WRT JAXB (XJC) I am completely lost. Sanne I tried your solution of specifying an addmod for jaxb to GRADLE_OPTS but get the same result (ExceptionInInitializerError) with and without that change. So not sure how you got that to work. I did try the alternative we discussed of defining an explici

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Steve Ebersole
I started a discussion on Gradle forums to start getting some resolution to this: https://discuss.gradle.org/t/does-gradle-3-m1-honor-gradle-opts/18070 On Wed, Jun 15, 2016 at 1:29 PM Steve Ebersole wrote: > WRT JAXB (XJC) I am completely lost. > > Sanne I tried your solution of specifying an a

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Sanne Grinovero
On 15 June 2016 at 19:29, Steve Ebersole wrote: > WRT JAXB (XJC) I am completely lost. > > Sanne I tried your solution of specifying an addmod for jaxb to GRADLE_OPTS > but get the same result (ExceptionInInitializerError) with and without that > change. So not sure how you got that to work. Ste

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Steve Ebersole
No worries, I understand. On Wed, Jun 15, 2016 at 3:13 PM Sanne Grinovero wrote: > On 15 June 2016 at 19:29, Steve Ebersole wrote: > > WRT JAXB (XJC) I am completely lost. > > > > Sanne I tried your solution of specifying an addmod for jaxb to > GRADLE_OPTS > > but get the same result (Exceptio