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

View Revisions: Issue #30891 All Revisions ] Back to Issue ]
Summary 0030891: Xsql files parser does not release statement for callable statements
Revision 2015-09-24 10:40 by ioritzCia
Description The parser that generates a xxxxxData.java from a xxxxx_data.xsql file does not release the statement for Callable Statements.

This is making WebPOS not work properly in Oracle with high volume of transactions as it opens cursors very fast and it does not close them.

Important: This issue reported previously that the java generated did not close the connection. This happens in getStock method but it is not due to a bug. But a bad use of the method definition in the xsql.

Having connection="true" in the xsql definition of a method tells the parser that the connection will be handled by the developer later and not automatically closed by the xxxxxData.java file generated.
Revision 2015-09-23 10:04 by ioritzCia
Description The parser that generates a xxxxxData.java from a xxxxx_data.xsql file does not close connection neither release the statement for Callable Statements.

This is making WebPOS not work properly in Oracle with high volume of transactions as it opens cursors very fast and it does not close them.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker