To be honest we tried to use JBoss datasources outside JBoss and it was a disaster.
The performance were so slow very SLOWWWWWWWW. The problem was within the while(rs.next()). - 0.5s using JDBC instantiation ( DriverManager....) - 15s with JBoss datasource !!!!! No way to fix this issue. We decided to use c3p0.... We are not very happy with JBoss regarding this issue and we've problems with the xa ds. Maybe it should be better to fix the existing code instead of developing new trendy stuff. J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895150#3895150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895150 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
