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&...]