[jboss-user] [jBPM] - Variables types / String too large for column

HuiSheng Xu do-not-reply at jboss.com
Mon Aug 9 04:02:26 EDT 2010


HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion

"Variables types / String too large for column"

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

--------------------------------------------------------------
Hi Charles,

Please try this codes:

executionService.setVariable("largeString", largeString.toCharArray());

or

executionService.setVariable("blob", largeString.getBytes("UTF-8"));

--------------------------------------------------------------

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

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/20100809/633a0ee4/attachment-0001.html 


More information about the jboss-user mailing list