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?
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?