"avbentem" wrote : select * from jbpm_decisionconditions
| yields zero rows.
This is to be expected; the release notes state:
anonymous wrote : Since, 3.2, the table JBPM_DECISIONCONDITION is not used any more. But
it is still in the default generated schema because of backwards compatibility reasons.
Newly deployed processes (even if they have decision conditions) will not use that table
any more. So if your old processes don't have decision conditions or if you only
deploy new processes to your db, you can safely drop the JBPM_DECISIONCONDITION table. If
you do that, don't forget to remove the line that refers to the decision condition
class in your hibernate.cfg.xml and also remove the decisionConditions list entry in the
org/jbpm/graph/node/Decision.hbm.xml file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019351#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...