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&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to