java - ADF - Error using View Object -


i trying programmatically use view object select/update/insert rows. class being used not directly use data control, viewobjectimpl directly.

so when following line:

    rowsetiterator rowset = vo.createrowsetiterator(null); 

the following exception thrown:

javax.servlet.servletexception: jbo-25036: invalid object operation invoked on type view object name

can view object impl class used without data control?

this valid code should work vo:

rowsetiterator rowset = vo.createrowsetiterator(null); 

the fact doesn't it points towards problem vo definition itself.

try querying vo bc tester, see if works.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -