OK. Did this, but still seeing the same exception.
class SetUpIgniteBinaries extends LifecycleBean {
override def onLifecycleEvent(evt: LifecycleEventType): Unit =
if(evt ==
LifecycleEventType.AFTER_NODE_START) {
ignite$.binary().`type`(classOf[DailyEventTheta])
ignite$.binary().`type`(classOf[DailyEventThetaKey])
}
} -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
