Re: [WORKED AROUND] Re: Bug in client side EOF locking?
Re: [WORKED AROUND] Re: Bug in client side EOF locking?
- Subject: Re: [WORKED AROUND] Re: Bug in client side EOF locking?
- From: Stamenkovic Florijan <email@hidden>
- Date: Wed, 28 Jan 2009 17:11:35 -0400
On Jan 28, 2009, at 17:06, Lachlan Deck wrote:
On 29/01/2009, at 6:17 AM, Stamenkovic Florijan wrote:
As you suggested, adding this to my EO superclass seems to do it:
private static final Integer monitor = new Integer(345345);
In case you weren't aware, you can declare your monitor as
private static final Object monitor = new Object();
I was, but for some bizarre reason I prefer to stick to mumbo jumbo
integers, makes me feel warmer on the inside :D
F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden