Disabling Chart Display in Oracle worklist in BPEL

Clicking to the chart display incur performance issues , which can be disables through below process.

Take a backup and Edit the following jsp file; $OH/j2ee/oc4j_soa/applications/customworklist/customworklist/TaskList.jsp

2. Go to the below section in the jsp;

String chartButtonDisplay = "";
………….
Modify the above section as folows;String chartButtonDisplay = "";

Save and Exit

Comments

Popular posts from this blog

jstatd error : Could not create remote object : access denied (java.util.PropertyPermission java.rmi.server.ignoreSubClasses write)

Weblogic server is not starting up ; java.lang.AssertionError

ORA-22990: LOB locators cannot span transactions