[jboss-jira] [JBoss JIRA] Closed: (JBPM-769) Identity Component should be configurable
Tom Baeyens (JIRA)
jira-events at jboss.com
Thu Nov 2 02:45:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBPM-769?page=all ]
Tom Baeyens closed JBPM-769.
----------------------------
Resolution: Rejected
the assignment expression is *a special shortcut* that cannot be customized. you can however freely specify any other assignment handler in a swimlane or in a task. also you are free to specify any configurations as input for your own assignment handlers. e.g:
<task name="create jira task">
<assignment handler="com.owens.OwensAssignment">
<expression>this.expressiontext-->is[injected].in.the.expression.field=>of-the<--assignment[handler].class</expression>
</assignment>
</task>
> Identity Component should be configurable
> -----------------------------------------
>
> Key: JBPM-769
> URL: http://jira.jboss.com/jira/browse/JBPM-769
> Project: JBoss jBPM
> Issue Type: Feature Request
> Components: Core Engine
> Affects Versions: jBPM 3.1.3
> Reporter: David Owens
> Assigned To: Tom Baeyens
>
> It seems the only way to change the Identity Component is by extending the ExpressionAssignmentHandler, however, this cannot be done because the the JpdlXmlReader has hard coded the assignment delegation class:
> assignmentDelegation.setClassName("org.jbpm.identity.assignment.ExpressionAssignmentHandler");
> It would be great to be able to make this configurable so a new ExpressionAssignmnetHandler can be used, thus allowing a new Identity
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list