n();
connectionFactory = null;
errorCount = 0;
}
protected boolean checkEntryConditions() {
if(this.connection == null) {
errorCount++;
return false;
}
else {
errorCount = 0;
return true;
}
}
--
View this message in context:
http://www.nabble.com/Persistence-Adapter-Postgres-JDBC-issue-tp15459381s2354p15462064.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
://www.nabble.com/Persistence-Adapter-Postgres-JDBC-issue-tp15459381s2354p15459381.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.