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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...