2 Replies Latest reply on May 20, 2009 12:42 PM by ainze

    We need some setter methods to integrate jBPM4 with spring

      I would like submit a suggestion for jBPM4,Now it using reflection to access properties and does not have setter methods. So it is hard to integrate with Spring. We have to write sub classes to inherit the class which in jBPM4, and add setter methods for the sub classes. So it is kind if Tom could add these setter methods in jBPM4, and then we could use these classes directly in Spring.