[jboss-user] [JBoss jBPM] - Re: Setting Variable Types

brittm do-not-reply at jboss.com
Tue May 1 15:09:27 EDT 2007


If you want a certain type, specify it when you create it, ie.:
<script>
  |   <expression>Long myNumber = new Long(123456);</expression>
  |   <variable name='accountId' access='write' mapped-name='myNumber' />
  | </script>
This should result in your value being stored as a Long.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042204#4042204

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042204



More information about the jboss-user mailing list