-
Bug
-
Resolution: Done
-
Major
-
4.1.0.BETA2
-
None
From Trustin:
The test classes in cachestore-remote are stored in the wrong directory:
src/test/java/org.infinispan.loaders.remote
where it should be in:
src/test/java/org/infinispan/loaders/remote
What's funny is what Eclipse says about this problem: The declared package "org.infinispan.loaders.remote" does not match the expected package "org.infinispan.loaders.remote" Hence, it took be quite a while to figure out why.