I made some changes to my packages
First, my package had three items: a rule definition, a model jar, and the bmpn2 process;
I created a second package, and moved the bmpn2 to that package, so now i have:
packageA: the rules definition (drl file), and the model (uploaded jar)
packageB: the bpmn2 process
after that, the processes show in the rest api, and the jbpm console
Why is this happening ?? It is not possible to have mixed resources in a package ???