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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ADF Table loading data even After executing executeEmptyRowSet when Application Module Pooling is Di

User_K4CDEAug 28 2015 — edited Aug 28 2015

Hi All,

I am using JDev 12.1.3.

I have an application, where all the data is read only and insert/ updates from this application.

I have a search page, where in I have Query Panel and results table.

Search panel I have is custom one(not based on the view criteria) and on click of search button, will be collecting the search inputs and passing the same to the View Criteria programmatically.

Results table has partial triggers of the search button and will be refreshed on click of search button.

All these things works fine when App Module Pooling is enabled, But not when pooling is disabled.

What is happening when pooling disabled is "Results table displays all the data and none of the filter on the table or Search Criteria able to filter the data ".

I don't see anything logging in the console regarding this.

Any pointers on this please.

thanks,

Veeresh

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2015
Added on Aug 28 2015
3 comments
142 views