I added my JCache attempt in my test project https://github.com/sgjava/my-jaxrs-test
I'm not sure the <interceptors> in beans.xml are being loaded or that I have the container set up right for the unit test https://github.com/sgjava/my-jaxrs-test/blob/master/src/test/java/com/codeferm/services/jaxrs/CacheBeanTest.java I'm using the EHCache provider and it fires up fine and can interact with it, but CDI doesn't appear to be working. Any help getting the working in TomEE 7 is appreciated. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/JCache-CDI-tp4675943p4675948.html Sent from the TomEE Users mailing list archive at Nabble.com.
