Am 29.01.2013 17:10, schrieb Tommaso De Sica:
> Goodevening,
>
> I need to retrieve lock_areas from CDO DB, because I want to know the user associated with a particular ID.
With "ID" are you referring to a durableLockingID like in CDOSession.openTransaction(String durableLockingID)?
Tommaso De Sica Messages: 110 Registered: March 2012 Location: Italy
Senior Member
Thanks for fast reply.
But I can't understand how get repository from my client application. I have repositoryInfo in my session, but I need the repository for getLockingManager.
Am 30.01.2013 11:00, schrieb Tommaso De Sica:
> Thank for fast reply.
> But I can't understand how get repository from my client application. I have repositoryInfo in my session, but I need
> the repository for getLockingManager.
You can't get access to the server-side IRepository (unless you use an embedded repository). I repeat my advice from the
previous reply:
If you need the infos at the client side you'll have to write a custom IQueryHandler and contribute it to the repository.