Hello,

While waiting for the 1.0.5 release, which files should i get in CVS to
get LockManagerRemoteImpl work?

Thanks Armin






On 1/28/06, Armin Waibel <[EMAIL PROTECTED]> wrote:

Hi,

is fixed in SVN and will be included in upcoming 1.0.5 maintenance
release.

regards,
Armin

Armin Waibel wrote:
> Armin Waibel wrote:
>> A workaround will be to configure once LockManagerRemoteImpl by hand
>> before the first use of odmg-api:
>>
>> LockManager lm = LockManagerFactory.getLockManager();
>> if(lm instanceof Configurable)
>> {
>> Configurator configurator = OjbConfigurator.getInstance();
>> configurator.configure((LockManager)lm);
>> }
>>
>
> Sorry this doesn't work, because the LockManagerFactory always wraps
> LockManager instances with LockManagerOdmgImpl.
>
> I try to fix the LockManagerFactory bug till tomorrow - stay tuned.
>
> regards,
> Armin
>
>
>
>> HTH
>> regards,
>> Armin
>>
>>
>>>
>>> --Phil
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to