]
Manik Surtani updated ISPN-1215:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
OverrideConfigurationVisitor implementation is incomplete
---------------------------------------------------------
Key: ISPN-1215
URL:
https://issues.jboss.org/browse/ISPN-1215
Project: Infinispan
Issue Type: Bug
Components: Configuration, Core API
Affects Versions: 5.0.0.CR6
Reporter: Vladimir Rodionov
Assignee: Vladimir Blagojevic
Fix For: 5.0.0.FINAL
OK, I found this issue while working on integration of OffHeap data storage into ISPN
5.0. There is no way to override dataContainer settings in ISPN 5.0 CR6 as since
OverrideConfigurationVisitor which extends AbstractConfigurationBeanVisitor does not
implement
{code}
public void visitDataContainerType(DataContainerType bean)
{code}
method.
I fixed the particular issue and fix is described here:
http://community.jboss.org/thread/167641?start=15&tstart=0
Btw, the whole *OverrideConfigurationVisitor* class looks like a template which is yet
to be implemented.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: