You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@openjpa.apache.org by Pinaki Poddar <pp...@apache.org> on 2008/03/28 19:53:55 UTC

Re: (no subject)

> if there is an easy way to make a copy of the object such that it can be
serialized without impacting the > current transaction.

There is no easy answer to tis question :)
Depends on what is being 'copied' in the serialized object.

OpenJPA does provide a facility known as RemoteCommitProvider [1] that can
transmit/broadcast committed instances (not in their serialized form but
only their persistent identities) to other processes over a variety of
transport protocols (TCP, JMS etc.). 
 
This out-of-the-box facility may serve your purpose. 

[1]
http://openjpa.apache.org/docs/latest/manual/manual.html#ref_guide_event_conf
   


-- 
View this message in context: http://www.nabble.com/%28no-subject%29-tp16338591p16359700.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.