The new org.jboss.soa.esb.actions.jbpm.CommandInterpreter class uses the jBPM api, that in turn, needs (among others) hibernate, cglib and asm jar files.
There seems to be a compatibility problem with the cglib jarfile that is currently in our product/lib/ext folder (
cglib-full-2.0-RC2.jar). Thanks to Tom Baeyens for helping to find this problem.
I have replaced it with cglib-2.1_2jboss.jar (the one included in the jbpm-3.1.3 distribution) in my local environment. Unit and integration tests run without problems after replacement.
Before replacing this jar in SVN, I'll wait (not too long, MP1 release date is pretty soon) to see if anyone has any comment/objection/suggestion about this jar replacement.
Thanks. Esteban