henryyan / kft-activiti-demo

Demo for workflow framework and BPM platform -- Activiti
http://www.kafeitu.me/activiti/2012/05/26/kft-activiti-demo.html
1.6k stars 1.38k forks source link

流程模型保存时,报错 #51

Open jonathanzhan opened 8 years ago

jonathanzhan commented 8 years ago

我跟了下代码,在执行/service/model/idxxx/save 时,http status 返回400,但是demo的演示地址上是没有问题的

jonathanzhan commented 8 years ago

找到原因了,在jetty下,类org.activiti.rest.editor.model.ModelSaveRestResource中的saveModel方法,解析参数 MultiValueMap<String, String> values 出错,但是在tomcat下是没有问题的,问题找到了,但是不知道该怎么解决

Andy4J commented 7 years ago

兄弟,最后怎么解决的

jonathanzhan commented 7 years ago

@Andy4J 改用tomcat了。。最终还是没找到原因

Andy4J commented 7 years ago

@whatlookingfor 嗯, 好的,谢谢。我尝试了好多办法, 最后还是无功而返,先用tomcat吧,弄完在来研究为什么