Re: Persistence Adapter Postgres JDBC issue

2008-02-13 Thread karl de Boer
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.

Persistence Adapter Postgres JDBC issue

2008-02-13 Thread karl de Boer
://www.nabble.com/Persistence-Adapter-Postgres-JDBC-issue-tp15459381s2354p15459381.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.