After figuring out how Nukes starts transactions and adding a little transaction handling to the downloads module I remembered a problem I experienced once upon a time with MySQL and transactions. From what I recall MySQL's default table type, MyISAM, doesn't support ACID transactions and with MySQL you're required to use the InnoDB table type to get transaction support. Since there is there doesn't appear to be any mention of MySQL tables types in any of the Nukes documentation I was wondering if anyone knows if rolling back transactions works under Nukes 1.1 and MySQL with the default table type.....
Thanks, -Chase View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846821#3846821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846821 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
