Hi, This may not be a bug but it seems strange. I am having DB connection problems ever since they moved the Oracle servers to another location. So I decide to add a validation query to my jdbc resource configuration in tomee.xml
validationQuery = SELECT 1 FROM DUAL However, as soon as I restarted, the apps were not able to create data connections. After fiddling around a bit with the configuration, I finally found that this only works if the DataSourceCreator = tomcat. (the default) As soon at I set DataSourceCreator = dbcp, the apps could no longer create connections. This is on TomEE+ 1.6.0.2. BTW: Congratulations on releasing TomEE 1.7, I plan on testing with that on my DEV box next week! miles Miles Poindexter Service Oriented Architecture [email protected] 347-967-8944 / 212-790-6692
