Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #28467 All Revisions ] Back to Issue ]
Summary 0028467: When a payment is processed through FIN_AddPayment.processPayment the database connection sould not be closed
Revision 2015-01-12 10:03 by gorkaion
Description The Java process implementing the Payment Process always does a rollback and close when there is an exception. This database close causes issues when calling this process from other processes.

There should be a public api to process Payment to be called by other processes. This api should throw an OBException when an error happens instead of doing a rollback and closing the connection.
Revision 2015-01-12 10:02 by gorkaion
Description Currently the database connection is closed every time the method processPayment of the class FIN_AddPayment.java fails. This close sould be left in the hands of the developers who call this method.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker