[jboss-user] [JBoss jBPM] - Re: Ripping out identity component
kukeltje
do-not-reply at jboss.com
Wed Jul 26 17:22:24 EDT 2006
Extending the ExpressionAssignmentHandler is indeed one thing to implement. Replacing the existing one is another.
The reason it was probably not answered may have to do that if the source is used (a very good source of information), you will see a limited number of references and a conclusion could be very easy to draw:
Currently, from what I FOUND, it is not configurable, at least not without adapting the source. The file org.jbpm.jpdl.xml.JpdlXmlReader contains a fixed reference to the default ExpressionAssignmentHandler : assignmentDelegation.setClassName("org.jbpm.identity.assignment.ExpressionAssignmentHandler");
so it could be that changing this, recompiling the code and running it, solves it. Give it a go....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961136#3961136
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961136
More information about the jboss-user
mailing list