My fix for this, which appears to work for the few tests I've run. is to upgrade to the 8.0 jdbc driver.
and append ?protocolVersion=2 to the jdbc url in your datasource configuration. You may not have to do the latter but it threw some exceptions for me b/c the db column was boolean and the application was treating it as a character. I'll worry about that later, for now it appears to be working. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866955#3866955 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866955 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
