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

View Revisions: Issue #16531 All Revisions ] Back to Issue ]
Summary 0016531: Cannot use null in a BaseOBObject parameter when calling a procedure
Revision 2011-03-29 16:01 by adrianromero
Steps To Reproduce When calling a procedure pass a parameter using the following code:

types.add(org.openbravo.model.common.currency.ConversionRate.class);
parameters.add(null);

The problem is in the method getSQLType that raises an exception. In this particular case VARCHAR must be returned.
Revision 2011-03-29 15:58 by adrianromero
Steps To Reproduce
When calling a procedure pass a parameter using the following code:

types.add(org.openbravo.model.common.currency.ConversionRate.class);
parameters.add(null);

The problem is in the method getSQLType that raises an exception. In this particular case VARCHAR must be returned.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker