private ConnectionDefinitionProperties parseConnectionDefinitionProperties(XMLStreamReader reader)
throws XMLStreamException, ParserException
{
PoolParams poolParams = null;
Logging logging = null;
TransactionSupport trans = null;
String authMech = null;
Boolean reAuthSupport = null;
ConfigProperties props = null;
String resAuth = null;