When using the Move/Copy functionality for either stories or tasks, the copy functionality tosses an exception.
I traced it somewhat for a task and a
java.lang.reflect.InvocationTargetException is being thrown in the cloneObject() method of com.technoetic.xplanner.actions.Continuer (TaskContinuer)
when calling the Spring BeanUtils.copyProperties () method. Both from and to objects are not null.
The copyProperties fails on the firsst property (acceptorId) it finds. Note that the value retrieved from the from object is 0 - but it should be non-zero (since an acceptor is selected).
This happens on Demo as well as the trunk (as of 7/13).
ps. I just tried it with your latest war file and it fails there as well..