[infinispan-issues] [JBoss JIRA] (ISPN-2404) The current cache is not injected into Reducer
Anna Manukyan (JIRA)
jira-events at lists.jboss.org
Tue Oct 16 03:42:01 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726715#comment-12726715 ]
Anna Manukyan commented on ISPN-2404:
-------------------------------------
Yes, both @Inject and @Input at Inject work for Mapper.
For Reducer: @Inject works fine, the default cache is injected, but the cache variable annotated with @Inject at Input is null. Shouldn't in this case it be at least default cache and not null?
> The current cache is not injected into Reducer
> ----------------------------------------------
>
> Key: ISPN-2404
> URL: https://issues.jboss.org/browse/ISPN-2404
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Execution and Map/Reduce
> Reporter: Anna Manukyan
> Assignee: Vladimir Blagojevic
>
> The bug relates to ISPN-2181.
> The current cache is not injected into Reducer.
> The cache is not injected at all when the @Input annotation is used.
> The pull request with the reproduction and verification case is:
> https://github.com/infinispan/infinispan/pull/1394
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list