If I explicitly declare my model class in my binary configuration - just the
class name, no special settings - everything starts working. This causes
org.apache.ignite.internal.binary.BinaryContext#configure will register the
class; I assume something should cause that to happen on the fly, but that
is not happening for me...

 <property name="binaryConfiguration">
            <bean
class="org.apache.ignite.configuration.BinaryConfiguration">
                <property name="typeConfigurations">
                    <list>
                        <bean
class="org.apache.ignite.binary.BinaryTypeConfiguration">
                            <property name="typeName"
value="com.fico.ignite.model.Employees"/>
                        </bean>
                    </list>
                </property>
            </bean>
        </property>



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Failure-to-deserialize-simple-model-object-tp15440p15490.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to