@admin055 Last night I woke up and realized - hey that .state
method might be the problem
since it just returns Object
and is some magic on there
so I'd use definterface and make a deftype that implements that interface
or, just write a java class and call namespace methods yourself
at least that will be explicit