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/556483#556483
--------------------------------------------------------------
Actually, there is no easy way to convert char[] to string. You must create a bean a
export this bean to the jbpm.cfg.xml, like <object name="myConverterBean"
class="my.converterBean"/>, then use this bean to convert char[] to String.
like #{myConverterBean.convert(charArray)}.
Hmm~, I see. Seems we should provide a way to auto-detect how to store long string.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/556483#556483]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]