[JBoss JIRA] Created: (JBPM-769) Identity Component should be configurable
by David Owens (JIRA)
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
18 years, 11 months
[JBoss JIRA] Closed: (JBRULES-244) Auto un-boxing/boxing
by Mark Proctor (JIRA)
[ http://jira.jboss.com/jira/browse/JBRULES-244?page=all ]
Mark Proctor closed JBRULES-244.
--------------------------------
Resolution: Won't Fix
We aren't fixing this. With 3.1 now working with both primitives and objects the jdk1.5 autoboxing works fine.
> Auto un-boxing/boxing
> ---------------------
>
> Key: JBRULES-244
> URL: http://jira.jboss.com/jira/browse/JBRULES-244
> Project: JBoss Rules
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Rule Assemply/SPI
> Reporter: Michael Neale
> Assigned To: Mark Proctor
> Fix For: 3.1-m1
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> When we bind to fields, we autobox.
> It would be nice if we could remember what the original primitive was, and then unbox it when passing it into code bocks.
> Also, for retvals, we should box up the result, so it JUST WORKS etc...
> Mark, please embellish where in the code this stuff should go, as you know it best. One of us can then tackle it.
--
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
18 years, 11 months