[jboss-user] [jBPM Users] - Re: variable problem

robinthomas do-not-reply at jboss.com
Tue Nov 10 04:46:43 EST 2009


The default column length is 255. You have to update the *.hbm.xml file and schema queries to increase the length. 

Other solution is create a HashMap and put all the values and pass that map as argument.
 Map<String,Object> variables = new HashMap<String,Object>();
variables.put("String",)
executionService.startProcessInstanceByKey(processDefKey, variables)

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264764#4264764

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264764



More information about the jboss-user mailing list