Tony D [http://community.jboss.org/people/pushpak1981] created the discussion

"Java activity ejb jndi name"

To view the discussion, visit: http://community.jboss.org/message/605164#605164

--------------------------------------------------------------
I have one query regarding jBPM Java activity. It supports ejb-jndi-name 
attribute. Is it possible to put an expression into the jpdl file in place of 
actual ejb name. I will be setting this ejb jndi name at runtime into a 
variable while starting the business process.


#
*<java name="test" ejb-jndi-name="#{ejbname}" method="add" var="answer">
    <arg><int value="25"/></arg>
    <arg><int value="38"/></arg>
    <transition to="wait" />
 </java>
*

I tried doing this but i faced an error (#{ejbname} not bound). Is there any 
way by which i can achieve this.

Thanks.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/605164#605164]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to