Skip to content

Commit

Permalink
ISPN-8710 JCacheTwoCachesExpirationTest.testExpiration failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rvansa committed Jan 19, 2018
1 parent f5df062 commit ff0fda4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.infinispan.factories.KnownComponentNames;
import org.infinispan.factories.annotations.ComponentName;
import org.infinispan.factories.annotations.Inject;
import org.infinispan.factories.annotations.Start;
import org.infinispan.marshall.core.MarshalledEntry;
import org.infinispan.metadata.InternalMetadata;
import org.infinispan.util.logging.Log;
Expand Down Expand Up @@ -60,8 +59,9 @@ public ExecutorService getAsyncExecutor() {
return asyncExecutor;
}

@Start
@Override
public void start() {
super.start();
// Data container entries are retrieved directly, so we don't need to worry about an encodings
this.cache = AbstractDelegatingCache.unwrapCache(cache).getAdvancedCache();
needTransaction = configuration.transaction().transactionMode().isTransactional();
Expand Down

0 comments on commit ff0fda4

Please sign in to comment.