Re: Sad news

2016-03-31 Thread Chuck Hill
From the original article: "On Sunday, the longtime Apple software engineer was returning home from kitesurfing at Waddell Beach in Davenport when a suspected drunken driver crossed the double-yellow line on La Honda Road and hit him head-on. Jouaux, 46, of Woodside, died at the scene." A fine

Re: Sad news

2016-03-31 Thread Philippe Rabier
Chuck, why do you say that? François didn't drink. He just did kitesurfing with a friend… Philippe - http://twitter.com/prabier Sent from my iPhone > On 31 Mar 2016, at 21:07, Chuck Hill wrote: > > That is very sad news indeed. > > > If you drink, don’t drive. Please.

Re: Deadlock / stack interpretation

2016-03-31 Thread Chuck Hill
Hi Mark Found one Java-level deadlock: = "WorkerThread127": waiting for ownable synchronizer 0xec9b7b48, (a java.util.concurrent.locks.ReentrantLock$NonfairSync), which is held by "Thread-5” So this is waiting for an OSC lock: "WorkerThread127": at sun.mis

Re: Sad news

2016-03-31 Thread Chuck Hill
That is very sad news indeed. If you drink, don’t drive. Please. On 2016-03-31, 11:00 AM, "webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of Gavin Eadie" wrote: >> On Mar 31, 2016, at 12:37 PM, Jean Pierre Malrieu wrote: >> >> According to a French site he had bee

Deadlock / stack interpretation

2016-03-31 Thread Mark Wardle
Hi all, I have a deadlocked app and I am not sure how to interpret the jstack output. jstack output is shown below. I have er.extensions.ERXEC.safeLocking=true It looks to me that in each case it is the auto-locking that is causing the problem. i.e. I am not manually locking or unlocking. Th

Re: Sad news

2016-03-31 Thread Gavin Eadie
> On Mar 31, 2016, at 12:37 PM, Jean Pierre Malrieu wrote: > > According to a French site he had been involved in WebObjects first > developments and in the transition to the java version. .. a nice (old) article about early days, with a little more context for Francois Jouaux: http://www

Sad news

2016-03-31 Thread Jean Pierre Malrieu
http://www.mercurynews.com/san-mateo-county-times/ci_29705797/woodside-apple-software-killed-crash-worked-hard-played According to a French site he had been involved in WebObje

Deployment on Wildfly 10

2016-03-31 Thread jazzsalsa
Hi list, Using these build files I could deploy on Wildfly 10: https://github.com/plotters/wowildfly (includes also a little how-to) Does someone have an Ant script to generate the web.xml automatically? On github I put what I found on WebObjects 5.3 / OS X 10.4. Also the build.xml file is old.

Re: ERXElse concurrency

2016-03-31 Thread Samuel Pelletier
Maik, It is not really a global static dictionary, it is stored in thread storage so no concurrency problem... This does not help you much though. I would try to catch the exception to add log context information like the current request of page being rendered. Samuel > Le 30 mars 2016 à 07: