Yes i'll definately test it. I have a question around the configuration of the pooling parameters. Now I'm deploying the ra in the war file, i was trying to use tomee.xml to configure values like poolMinSize, poolMaxSize etc.
I tried variations like this... <Resource id="eis/sabre/900001" type="Resource"> poolMinSize = 7 poolMaxSize = 10 </Resource> But this always errors because the type is not supported. The only way i have succeeded in configuring the pool is by adding these lines to the system.properties file... eis/sabre/900001.poolMinSize = 2 eis/sabre/900001.poolMaxSize = 10 Is it possible to configure the pool in tomee.xml and if so, what value should i use for the type attribute? -- View this message in context: http://openejb.979440.n4.nabble.com/Does-tomee-plus-support-ValidatingManagedConnectionFactory-tp4660187p4660198.html Sent from the OpenEJB User mailing list archive at Nabble.com.