Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How is this possible? Missing IN o OUT parameter at index:: 6

user10047839Jan 19 2012 — edited Jan 20 2012
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2012
Added on Jan 19 2012
16 comments
4,649 views