Re: Java 8-compatible version of Ant task "wocompile"?

2016-08-04 Thread Paul Hoadley
Hi Marco, On 5 Aug 2016, at 8:16 AM, Marco A Gonzalez wrote: > The woproject.jar we're using is from community jenkins WOLips46 most recent > successful build. > (org.objectstyle.wolips.woproject.ant_4.6.20160626.9.jar) > > So our current assumption is that the wocompile ant task on which we r

Java 8-compatible version of Ant task "wocompile"?

2016-08-04 Thread Marco A Gonzalez
We are getting the following output from an ant build script running on linux with Java 8. We think the the problem is that Java 8 has renamed the pre-Java 8 class "OptionName" to "Option". (Gleaned from https://groups.google.com/forum/#!topic/cofoja/3q8Ol5nVnOY) Just in case it made a differ

Re: EODatabaseContext.initializeObject(): No snapshot for gid

2016-08-04 Thread Chuck Hill
I agree with Maik. Chuck From: on behalf of Musall Maik Date: Thursday, August 4, 2016 at 1:46 AM To: WebObjects-Dev Subject: Re: EODatabaseContext.initializeObject(): No snapshot for gid Hi Paul, usually when something like that happened, I ended up violating one of the EOF commandments [

Re: EODatabaseContext.initializeObject(): No snapshot for gid

2016-08-04 Thread Paul Hoadley
Hi Maik, On 4 Aug 2016, at 6:16 PM, Musall Maik wrote: > usually when something like that happened, I ended up violating one of the > EOF commandments [1] again. Might be worth to check them every once in a > while as a reminder when something strange happens in EOF where you don't > have a c

Re: EODatabaseContext.initializeObject(): No snapshot for gid

2016-08-04 Thread Musall Maik
Hi Paul, usually when something like that happened, I ended up violating one of the EOF commandments [1] again. Might be worth to check them every once in a while as a reminder when something strange happens in EOF where you don't have a clue what might have caused it. I also had things like t

Re: WOWODC slides/videos

2016-08-04 Thread Troy Lumasag
I have a question. I purchased the membership, is it possible for me access the latest WOWODC videos? WO community app seems down: https://wocommunity.org/apps/WebObjects/WOCommunity.woa Cheers! --Troy On 7/07/2016 9:42 PM, Andrus Adamchik wrote: I also started a LinkMove support forum at h

EODatabaseContext.initializeObject(): No snapshot for gid

2016-08-04 Thread Paul Hoadley
Hello, I’m seeing very occasional stack traces from the wild that look like this: java.lang.IllegalStateException: initializeObject: No snapshot for gid _EOIntegralKeyGlobalID[Teacher (java.lang.Integer)317] at com.webobjects.eoaccess.EODatabaseContext.initializeObject(EODatabaseContext