Hi,
I had the same problem. I realize that the jbpm5 does not have that mechanism (at least I didn't find it) and I don't want to use guvnor.
I ended the problem by creating a table in my db where I save the process definitions. Just a simple table where I save the process definitions as a byte array.
I'm still in dev, and so far it works well...