Bug 1204813 - JSR-107 Support for cacheResolverFactory annotation property
Summary: JSR-107 Support for cacheResolverFactory annotation property
Keywords:
Status: ASSIGNED
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Infinispan
Version: 6.5.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 6.5.1
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-23 14:31 UTC by Matej Čimbora
Modified: 2015-07-08 09:42 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
JCache annotations provide way to define custom cache resolver factory, used to produce cache resolver, which purpose is to decide which cache is used for storing results of annotated methods. Specifying cache resolver factory currently has no effect, as the support is not provided yet. Workaround: Define CDI managed cache resolver, which will be used instead.
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-5318 0 Major New JSR-107 Support for cacheResolverFactory annotation property 2020-01-16 02:32:42 UTC

Description Matej Čimbora 2015-03-23 14:31:17 UTC
Currently, there is no mechanism which handles specifying cacheResolverFactory attribute of JSR-107 annotations. Can be workarounded by injecting custom cacheResolver implementation.
Note: Not yet covered by TCK tests.


Note You need to log in before you can comment on or make changes to this bug.