Found the problem after going through the jboss source code and enhancing the debugging. The real issue was that the database instance that i had created (in Informix) didn't have the transaction support. To enable transaction support you have to create the database with following statement.
CREATE DATABASE WITH BUFFERED LOG View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993508#3993508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993508 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
