User development, A new message was posted in the thread "JBPM won't save data in the database":
http://community.jboss.org/message/518792#518792 Author : Ronald van Kuijk Profile : http://community.jboss.org/people/kukeltje Message: -------------------------------------------------------------- Oh, switchin to InnoDB was surely not going to solve this. If nothing is saved, there probably is no commit. Setting auto-commit to true only helps if the rest of your db config does not overrules this. If you use JTA and the datasource participates in a running transaction that is never committed, you will never see data in the database. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/518792#518792
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
