Skip to content

Commit

Permalink
HHH-7179 QueryResultsRegionImpl needs the @Listener annotation (other…
Browse files Browse the repository at this point in the history
…wise org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase will fail)
  • Loading branch information
scottmarlow committed Apr 3, 2012
1 parent 5fa28e8 commit 52d5d37
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import javax.transaction.Transaction;
import javax.transaction.TransactionManager;

import org.infinispan.notifications.Listener;

import org.hibernate.cache.CacheException;
import org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion;
import org.hibernate.cache.infinispan.util.CacheAdapter;
Expand All @@ -16,6 +18,7 @@
* @author Galder Zamarreño
* @since 3.5
*/
@Listener
public class QueryResultsRegionImpl extends BaseTransactionalDataRegion implements QueryResultsRegion {
private boolean localOnly;

Expand Down

0 comments on commit 52d5d37

Please sign in to comment.