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: Lachlan Deck <email@hidden>
- Date: Thu, 29 Jan 2009 08:06:08 +1100
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();
with regards,
--
Lachlan Deck
_______________________________________________
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