Hi there, I've two questions regarding the BPELTestAbstract class:
a) Would it be possible to move it from bpel-test:src/test to src/main? This would allow external developers to write tests in separate modules (to not tainting the ode working copy) as this class is then included in the ode-bpel-test jar. b) Most of the bpel-test currently fail in line 559 because finalstat is null. Some debugging unveiled that it is null because line 544 returns null (If I'm not mistaken because the status gets removed once the MEX is completed). However, replacing finalstat with mex.getStatus() in this block helps, but of course I have no idea whether this breaks the actual intension of this code - haven't dive into too much yet. Maybe you can shed some light? Best regards, Tammo -- Tammo van Lessen - [EMAIL PROTECTED] - http://www.taval.de
