[infinispan-issues] [JBoss JIRA] (ISPN-6250) The keys/values in TaskContext.getCache() are serialized in Server Task
Michał Szynkiewicz (JIRA)
issues at jboss.org
Tue Feb 23 05:18:01 EST 2016
[ https://issues.jboss.org/browse/ISPN-6250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166808#comment-13166808 ]
Michał Szynkiewicz commented on ISPN-6250:
------------------------------------------
After further investigation: It seems that the cache obtained via getCache() is the same as the cache returned by cacheManager.getCache(CACHE_NAME).
In other words, elements put into one cache are obtainable from the other.
> The keys/values in TaskContext.getCache() are serialized in Server Task
> -----------------------------------------------------------------------
>
> Key: ISPN-6250
> URL: https://issues.jboss.org/browse/ISPN-6250
> Project: Infinispan
> Issue Type: Bug
> Components: Server, Test Suite - Server
> Reporter: Anna Manukyan
> Assignee: Michał Szynkiewicz
> Attachments: LocalServerTaskIT.java, LocalTestServerTask.java
>
>
> While trying to access cache entries in Server task, marshaller is required for unmarshalling them.
> The test is running on the https://github.com/infinispan/infinispan/blob/master/server/integration/testsuite/src/test/resources/config/infinispan/customtask.xml configuration.
> Please find the sources attached.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list