Hi , I have two different EJBs each has its own persistence units (persistence.xml) and deployed as two different applications. Both have DataCache enabled and RemoteCommitProvider set to sjvm. Committing EntityA in EJBA results in broadcasting this event to event manager in EJBB. As EntityA is not present in EJBB, it results in ClassNotFoundException of EntityA.
How can I avoid events (commits) for entities in EJBA to be broadcasted to event manager in EJBB ? Regards, Ravi. -- View this message in context: http://openjpa.208410.n2.nabble.com/About-DataCache-and-RemoteCommitProvider-in-application-server-context-tp6221096p6221096.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.
