How is this possible? Missing IN o OUT parameter at index:: 6
Hello,
how is the following possible?
java.sql.SQLException: Missing IN o OUT parameter at index:: 6
I have one named binding variable for the query of a VO which has both calculated fields and EO attributes. This binding variable is marked as "Updatable" and "Required".
The same binding is referenced 5 times in the VO query.
If this matters, the data of the query populates a treeTable, which has a selection checkbox next to each node. When a checkbox is selected the tree is navigated to check all the children under the selected node. However, sometime I get the exception above while navigating the tree after the check (just expanding the nodes is ok). Note that the index number in the exception is "::6" (not "1" as many other threads about this problem), while, as I said, I reference the binding variable (a costant expression evaluated successfully) 5 times in the text of the query.
What is happening? I have tried to uncheck "Required" from the binding properties, and tried to uncheck passivation, but nothing changes.
Thanks.