[
https://jira.jboss.org/jira/browse/JBPM-2412?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-2412:
-----------------------------------
afaict, method invocation is not part of el/juel
what i proposed above is very close i think <java target-expr="#{myBean}"
method="myMethod"...
in that case myBean can be resolved as an ejb, webbeans, seam bean, spring bean,... as
long as it is made available in the environment.
extend java activity targets with expression and ejb
----------------------------------------------------
Key: JBPM-2412
URL:
https://jira.jboss.org/jira/browse/JBPM-2412
Project: jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Tom Baeyens
Assignee: Tom Baeyens
Fix For: jBPM 4.2
java activity is about method invocation
attribute ejb-home should point to the JNDI location of the EJB Home interface
<java target-ejb-home="java:/MyEjBean" method="myMethod">
<java target-expr="#{myVar}"...
<java
<target class="..."
<field...
can we support ejb 2 and 3, or do we need to choose ?
--
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