This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: refactoring of Execution class into pvm (from lightningtom.baeyens Jul 26, 2007 3:08 AM (in response to blachonm)1) please use 
 Execution e = new Execution();
 e.setNode(node);
 instead of the mentioned execution constructor.
 2) i added the createExecution methods
 3) i added the executionsMap
 The implementation has changed a bit. So it might be that you run into other issues as well. I'll summarize those changes in a separate pvm post.
 
    