Try this:
@FooCache@Produces @ApplicationScopedCache<String, Foo> fooCache() { return container.<String, Foo>getCache("foo").getAdvancedCache().with(Foo.class.getClassLoader());}
Reply to this message by going to Community
Start a new discussion in JBoss AS 7 Development at Community