If the bind variable required property wrongly defined into View Object, then it will cause following exception
"java.sql.SQLException: Missing IN or OUT parameter at index:: 1 "
To avoid this exception, you have to keep in mind when you are creating bind variable.
1- If you are directly passing the bind variable in view object main query then in this case bind variable require property should be selected.
2- If you are using bind variable in view criteria only then in this case the bind variable require property should not be selected.
Thanks
"java.sql.SQLException: Missing IN or OUT parameter at index:: 1 "
To avoid this exception, you have to keep in mind when you are creating bind variable.
1- If you are directly passing the bind variable in view object main query then in this case bind variable require property should be selected.
2- If you are using bind variable in view criteria only then in this case the bind variable require property should not be selected.
Thanks