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
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