Hi Tammo,

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.


Yep, good point. That's fixed.

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?


Yeah, actually there was a couple of wrong assumption in that test. First
that the future was returning the mex status and second that this could be
done outside of a transaction. I've replaced it by an explicit status
interrogation done inside a transaction, which fixed some of those tests.
Thanks a lot for the debugging!

Matthieu

Best regards,
  Tammo

--
Tammo van Lessen - [EMAIL PROTECTED] - http://www.taval.de

Reply via email to