I would guess that you can't access ANYTHING in the database via JBPM. Is that possibly true?
If so, it looks like some kind of transaction configuration problem, probably in hibernate.cfg.xml. I'm guessing from the error messages that you're using JTA. Just as a test, you might want to fall back to JDBC transactions and see if the problem goes away. If it does, then I'd look at what other resources are participating in the transaction. If you haven't already, be sure to research "Could not enlist in transaction on entering meta-aware object!". Sounds like U.S. Army recruitment problems getting folks to go to Iraq... ;-) -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068267#4068267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068267 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
