Re: Problem enabling Remote Commit Events

2009-09-21 Thread Rick Curtis
The javadoc for org.apache.openjpa.event.RemoteCommitProvider states "A remote commit provider must not fire remote events for commits that originated with a local broker" ...so, if you are operating against a single EMF, your remote events won't ever be invoked. Hopefully this helps.? -

Problem enabling Remote Commit Events

2009-09-14 Thread Ricardo Gladwell
Hi All, I'm trying to enable remote commit events within a single JVM using the following code: OpenJPAEntityManagerFactorySPI emf = (OpenJPAEntityManagerFactorySPI) OpenJPAPersistence.cast(entityManagerFactory); OpenJPAConfiguration configuration = emf.getConfiguration(); configuration.setRemot