Title: Enable Cache Annotations Describe the issue: org.infinispan.jcache.annotation.CacheResultInterceptor is not supported. we need to remove this from the docs and replace with whatever is appropriate for 6.3 Suggestions for improvement: Additional information:
Checking with Galder and Wolf about patch contents to document this issue.
Thanks, Wolf. Looking into this now.
So I've changed the following to the text available for 6.1 for the same: * 13.2.3.1. Configure Cache Annotations * 13.2.3.2. Enable Cache Annotations * 13.2.3.3. Caching the Result of a Method Invocation * 13.2.3.3.1. Specify the Cache Used * 13.2.3.3.2. Cache Keys for Cached Results * 13.2.3.3.3. Generate a Custom Key Click here for verification: http://docbuilder.usersys.redhat.com/12540/#sect-Storage_and_Retrieval_Using_CDI_Annotations Martin, can you or someone from your team have a look and confirm this content is now appropriate for our jcache fix?
Misha, this looks good to me. Just one note: * 13.2.3.3. Caching the Result of a Method Invocation -> syntax highlighting is broken for 3 code snippets
Odd. I can't spot any syntax issues, so checking with Tristan and Mircea about this.
Created attachment 922034 [details] Developer guide wrong syntax highlighting
Attached a screenshot. The first code snippet is just in black color. The second is red, probably contains an error. The third one is same as the first one.
Yes, sorry. I should have been clearer. I meant that the second one (which is red) should only be this color if there is a syntax issue. I'm not really a java programmer, but I can't spot any basic issues (missing semi-colon or mismatched brackets). If there is nothing wrong with the snippet, I'll just adjust the formatting to manually remove the red color.
Right, I can't see any syntax error either.
Setting this to Tomas since Martin is away for two weeks.
I can see it properly -- even with code highlights now. Thanks! Verified
The fix for this bug is now available on access.redhat.com: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.3/