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!

jdev11r3-- oracle.jbo.InvalidParamException: JBO-25006: Value oracle.ad

761290Apr 29 2010 — edited Nov 4 2010
I installed jdevstudio 11.1.1.3 this morning.

Issue showing in WLS log...
<RegistrationConfigurator><handleError> Server Exception during PPR, #4
oracle.jbo.InvalidParamException: JBO-25006: Value oracle.adf.model.bean.DCDataRow passed as parameter row to method ViewRowSetIteratorImpl.scrollRangeTo is invalid: not in the row set.

When using jdev 11.1.1.3
Query is run
First table populates
Second table is populated by partial trigger pointed to the first table
I can then select an item out of the second table
Click on the Item details tab (everything appears to work correctly)

I don't run into issues until I click on another item in the first table then I get nothing but errors and can't recover from it even if I go back to what was originally selected in the first table.

When using jdev 11.1.1.2
The same page was giving me a different type of error before I upgraded. It said in my log file that I had mulitiple forms on the page and that the rich client technology had a problem with it. But I only had one af:form in my source. I had a ticket on this issue and was told that 11.1.1.3 should fix the issue.

:(

Edited by: user9215581 on Apr 29, 2010 1:16 PM

Comments

807580
HTTPClient usage: http://hc.apache.org/httpclient-3.x/tutorial.html

Make sure you have javax.xml.*; (which you should have)

Then import the Yahoo .java files.

P.s. I'm using JDeveloper.
807580
Thanks
Eventually I discovered that the only problem was that I was using httpclient-4 instead of httpclient-3. I would think that a newer version should be able to run at least the code which could be run in previous versions. That is why it still surprises me. Any explanation?
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 2 2010
Added on Apr 29 2010
5 comments
1,069 views