I'm getting the following error when I try to submit the spt through Studio.
Could not submit Process Type because there are java code integrity problems.
This often happens when an SPT is copied without its accompanying studio-src folder, or when the project has not been refreshed after source files were modified outside of studio.
The specific problems encoutered were:
Class file not found for Asset Buffer/UpdateOnhand
Class file not found for Asset Buffer/UpdateBufferParameters
...
What is causing this problem and how do I fix it?
Make sure your Dataset project as well as all projects your Dataset depends on are "building" without errors in Studio. If there are build errors, it won't submit properly.
Also, make sure that any projects that your Dataset depends on is built properly.