At the time of uploading to production I get the following error:
java.lang.AbstractMethodError: Method org / postgresql / jdbc3g / Jdbc3gPreparedStatement.isClosed () Z is abstract
I understand that it may be because some abstract method does not exist in drivers
that manages the production environment, however I'm not sure.
Could someone help me?