http://blog.athico.com/2009/09/drools-flow-variable-persistence.html.
When I tried to debug the project, no values are inserted into the table 'VaraibleInstanceInfo' table. However In between the debugging I am able to see data going into the table 'SessionInfo' , 'ProcessInstaceInfo', WorkItemInfo' table. But no data is going into the 'VaraibleInstanceInfo' and 'ProcessInstanceEventInfo' table. I have taken the code for VariableInstanceInfo.java, SerializablePersistedVariable.java, JPAPersistedVariable.java and other required classes for running the project from http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-persistence-jpa/src/main/java/org/drools/persistence/processinstance/ Kindly tell me what going wrong in this. I am using Mysql database for persistence storage. |