mwiezik wrote:
I already have. The problem is it needs synchronization. Remote db would be used by many instances of the application, each of which has its own local db. Therefore, any operation on dbs needs copying from remote db to local db thos resources, which are not updated/created on local db. Particulary I found it hard to copy collections. So, are there any already created classes for that? I don't want to reinvent the wheel...
Thnx for response.
i have never tried to accomplish transaction management across different databases using hibernate. but i have done it using transaction management using Resin 3.x. does a pretty good job.