The JPAReferenceStore does not track XA transaction so force a journal recover always. Fixes the QuickJPAStoreXARecoveryBrokerTest

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@561103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-07-30 19:57:34 +00:00
parent c07b23352c
commit 0e87c01f22
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class JPAReferenceStoreAdapter extends JPAPersistenceAdapter implements R
* @see org.apache.activemq.store.ReferenceStoreAdapter#isStoreValid()
*/
public boolean isStoreValid(){
return true;
return false;
}
/**