In any type of situation like this I encourage writing a simple test client using straight JDBC, running outside of JBoss. If you can either prove, or disprove that it works, then you will know what to do to get it properly configured and setup. Usually when I see errors like this it's one of two things:
1) The property you are trying to set is either misnamed misconfigured doesn't exist 2) The EIS host doesn't understand what you are doing, or the driver itself has some sort of bug that prevents the property from being set/used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016529#4016529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016529 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
