B4J Question CKVS with UI ok, but No-UI with ABMaterial don't refresh data from server

jcohedman

Member
Licensed User
Longtime User
I wrote an app using CKVS that runs ok with UI, but when I modified it to use No-UI with ABMaterial, in ClientKVS Private Sub JobDone(job As HttpJob), appears this error:

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: b4j.cloudkvs.server.abmpagetemplate$_task

and don't refresh data from server.

ckvs.get(user, key) reads local data...

Where can be my mistake?
 
Top