Andrey Aleksandrov created IGNITE-12026:
-------------------------------------------
Summary: DOC: JavaDoc for MemoryEventStorageSpi contains incorrect example
Key: IGNITE-12026
URL:
https://issues.apache.org/jira/browse/IGNITE-12026 Project: Ignite
Issue Type: Bug
Components: documentation
Affects Versions: 2.7.5
Reporter: Andrey Aleksandrov
Fix For: 2.8
h2. Spring Example
MemoryEventStorageSpi can be configured from Spring XML configuration file:
<bean id="grid.custom.cfg" class="org.apache.ignite.configuration.IgniteConfiguration" singleton="true">
...
<property name="discoverySpi">
<bean class="org.apache.ignite.spi.eventStorage.memory.MemoryEventStorageSpi">
<property name="expireCount" value="2000"/>
</bean>
</property>
...
</bean>
But MemoryEventStorageSpi can't be applied to discoverySpi. It should be "eventStorageSpi"
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)