我发布其他流程没有任何问题,但是发布这个
- XML code
<?xml version="1.0" encoding="UTF-8"?><process name="wufaliuji" xmlns="http://jbpm.org/4.0/jpdl"> <start><transition to="task_42" /></start><task name="task_421" candidate-groups="g_421" ><transition name="ts_422_421" to="task_422" /> <transition name="ts_43_421" to="task_43" /> </task><task name="task_422" candidate-groups="g_422" ><transition name="ts_423_422" to="task_423" /> </task><task name="task_43" candidate-groups="g_43" ><transition name="ts_42_43" to="task_42" /> <transition name="ts_422_43" to="task_422" /> <transition name="ts_421_43" to="task_421" /> </task><end name="task_424" ><transition name="ts_1061_424" to="task_1061" /> </end><task name="task_423" candidate-groups="g_423" ><transition name="ts_422_423" to="task_422" /> <transition name="ts_424_423" to="task_424" /> </task><task name="task_42" candidate-groups="g_42" ><transition name="ts_43_42" to="task_43" /> <transition name="ts_422_42" to="task_422" /> </task></process>
报错,哪位大哥帮帮我啊
- Java code
Hibernate: select hibernate_sequence.nextval from dual
Hibernate: select hibernate_sequence.nextval from dual
Hibernate: insert into JBPM4_DEPLOYMENT (NAME_, TIMESTAMP_, STATE_, DBID_) values (?, ?, ?, ?)
Hibernate: insert into JBPM4_LOB (DBVERSION_, BLOB_VALUE_, DBID_) values (?, ?, ?)
Hibernate: update JBPM4_LOB set DEPLOYMENT_=?, NAME_=? where DBID_=?
Hibernate: select deployment1_.OBJNAME_ as col_0_0_, deployment1_.DEPLOYMENT_ as col_1_0_ from JBPM4_DEPLOYMENT deployment0_, JBPM4_DEPLOYPROP deployment1_, JBPM4_DEPLOYPROP deployment2_, JBPM4_DEPLOYPROP deployment3_ where deployment1_.KEY_='pdid' and deployment1_.DEPLOYMENT_=deployment0_.DBID_ and deployment2_.KEY_='pdkey' and deployment2_.OBJNAME_=deployment1_.OBJNAME_ and deployment2_.DEPLOYMENT_=deployment0_.DBID_ and deployment3_.KEY_='pdversion' and deployment3_.OBJNAME_=deployment1_.OBJNAME_ and deployment3_.DEPLOYMENT_=deployment0_.DBID_ and deployment1_.OBJNAME_='wufaliuji'
Hibernate: select deployment1_.OBJNAME_ as col_0_0_, deployment1_.DEPLOYMENT_ as col_1_0_ from JBPM4_DEPLOYMENT deployment0_, JBPM4_DEPLOYPROP deployment1_, JBPM4_DEPLOYPROP deployment2_, JBPM4_DEPLOYPROP deployment3_ where deployment1_.KEY_='pdid' and deployment1_.DEPLOYMENT_=deployment0_.DBID_ and deployment2_.KEY_='pdkey' and deployment2_.OBJNAME_=deployment1_.OBJNAME_ and deployment2_.DEPLOYMENT_=deployment0_.DBID_ and deployment3_.KEY_='pdversion' and deployment3_.OBJNAME_=deployment1_.OBJNAME_ and deployment3_.DEPLOYMENT_=deployment0_.DBID_ and deployment2_.STRINGVAL_='wufaliuji'
Hibernate: select * from ( select deployment1_.OBJNAME_ as col_0_0_, deployment1_.DEPLOYMENT_ as col_1_0_ from JBPM4_DEPLOYMENT deployment0_, JBPM4_DEPLOYPROP deployment1_, JBPM4_DEPLOYPROP deployment2_, JBPM4_DEPLOYPROP deployment3_ where deployment1_.KEY_='pdid' and deployment1_.DEPLOYMENT_=deployment0_.DBID_ and deployment2_.KEY_='pdkey' and deployment2_.OBJNAME_=deployment1_.OBJNAME_ and deployment2_.DEPLOYMENT_=deployment0_.DBID_ and deployment3_.KEY_='pdversion' and deployment3_.OBJNAME_=deployment1_.OBJNAME_ and deployment3_.DEPLOYMENT_=deployment0_.DBID_ and deployment2_.STRINGVAL_='wufaliuji' order by deployment3_.LONGVAL_ desc ) where rownum <= ?