NullPointerException using bcc recipients in org.jbpm.mail.Mail
----------------------------------------------------------------
Key: JBPM-1756
URL: https://jira.jboss.org/jira/browse/JBPM-1756
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jPDL 3
Affects Versions: jBPM 3.2.1
Reporter: Christiane Hausleiter
The "getBccRecipients" method uses the "to" field …
[View More]instead of "bcc", leading to a NPE if one works with actors and bcc recipients.
public List getBccRecipients() {
List recipients = new ArrayList();
...
if (bcc!=null) {
String resolvedTo = evaluate(to);
recipients.addAll(tokenize(resolvedTo));
}
...
return recipients;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Process type view: Find process type hotspots
---------------------------------------------
Key: JBPM-1407
URL: https://jira.jboss.org/jira/browse/JBPM-1407
Project: JBoss jBPM
Issue Type: Sub-task
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: jPDL 3.2.4
KPF:
- Number of executions per node
- Average exectime per node type (only consider main nodes, i.e. tasks,custom activities, 3rd party …
[View More]invocation)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Expression Evaluation in ActionHandler Properties
-------------------------------------------------
Key: JBPM-1752
URL: https://jira.jboss.org/jira/browse/JBPM-1752
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Core Engine
Reporter: Alejandro Guizar
Assignee: Alejandro Guizar
Fix For: jBPM 3.3.0 GA
The parameters for an …
[View More]ActionHandler should be able to use expressions in it, so you could write
<action class="...">
<x>#{someObject.x}</x>
</action>
This could be done in the FieldInstatiator class (around line 67 we have "setPropertyValue(Class clazz, Object newInstance, String propertyName, Element propertyElement)"), but the execution context is not available there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Fix ObjectDescriptor.addTypedInjection(...)
--------------------------------------------
Key: JBPM-1464
URL: https://jira.jboss.org/jira/browse/JBPM-1464
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: PVM
Reporter: Guillaume Porcher
Assignee: Tom Baeyens
Priority: Critical
There is a problem with ObjectDescriptor.addTypedInjection(...).
…
[View More]This method uses a EnvironmentTypeRefDescriptor, so this does not work if we use EnvironmentFactory.get(objectName) method (which is the case in
org.jbpm.pvm.samples.ex11.AsynchronousContinuationsTest).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]