This content has been marked as final.
Show 5 replies
-
1. Re: Human Task Table date deleted after restart the server
Mauricio Salatino Jul 28, 2012 6:06 AM (in response to Prabakar Singaram)Yes, Sam,
by default we are using H2, an in memory database.. which is wipe out when you shutdown the server. You should change to a real database like MySQL, PostgreSQL to keep that up with the information.
Cheers
-
2. Re: Human Task Table date deleted after restart the server
Prabakar Singaram Jul 28, 2012 10:02 AM (in response to Mauricio Salatino)already I changed the H2 database to mysql, I did change in the persistence.xml in task service and gwt console war in the lib too. I changed the autodll to 'update' not create,
still this problem exists,
-
3. Re: Human Task Table date deleted after restart the server
Mauricio Salatino Jul 28, 2012 10:04 AM (in response to Prabakar Singaram)Sounds like you are not changing the one which is doing the clean up of the databases.
DId you change the ddl in both?
-
4. Re: Human Task Table date deleted after restart the server
Prabakar Singaram Jul 28, 2012 10:36 AM (in response to Mauricio Salatino)all the persistence.xml,,,,in jbpm-install demo..I changed to "update"
in lib folder --> gwt-console.wat and task.war etc...
-
5. Re: Human Task Table date deleted after restart the server
Thomas Setiabudi Oct 31, 2012 9:52 PM (in response to Prabakar Singaram)Hi,
Any solution for this now?
I ran into the same problem.
Regards,
Thomas Setiabudi