[jboss-user] [jBPM] - Re: HQL activity - parameters with EL evaluated values
Samrat Roy
do-not-reply at jboss.com
Mon Apr 25 07:14:18 EDT 2011
Samrat Roy [http://community.jboss.org/people/whizkid.samrat] created the discussion
"Re: HQL activity - parameters with EL evaluated values"
To view the discussion, visit: http://community.jboss.org/message/601808#601808
--------------------------------------------------------------
problem again ..
when I use Jame's solution I get
*Not all named parameters have been set: [reqID] [update ORION_LMS_LEAVE_REQ set FINAL_STATUS='approved' where LEAVE_REQ_ID = :reqID]*
my xml is like
<sql g="381,560,129,52" name="CleanupOnApproval" var="approvalQ">
<query>update ORION_LMS_LEAVE_REQ set FINAL_STATUS='approved' where LEAVE_REQ_ID = :reqID</query>
<parameters><object name="reqID" expr="#{requestId}"/></parameters>
<transition g="-102,-11" name="sendApprovalMail" to="sendApprovalMail"/>
</sql>
The problem <object> doesnot have a parameter "name" still stands.
Help ..
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/601808#601808]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110425/6a705c18/attachment.html
More information about the jboss-user
mailing list