Monday, August 08, 2011

Oracle SOA 11g WorkList Branding Icon customization


How to change - the Branding image icon in the BPM worklist applications.

Issue:
Changing the global branding icon in the administrative tab of worklist is only changing the branding icon in the login page. After successful login, all other pages are showing Oracle Icon.
Solution :
Some of the pages are using adf panel template with style sheet configured to a oracle icon image as spacer image. Following are the steps to customize this space image.
1. On Soa suite server, backup the following file <>/user_projects/domains/<>/servers/soa_server1/tmp/_WL_user/worklistapp/960vxc/war/templates/panelPageTemplate.jspx
2. Edit Followng section in above file as :
a) Search for the word “AFBrandingBarLogo” in the above file, and comment out the line as following :

Add the following line after the above commented line, include the custom image in the following line

Note: In above h: is the namespace, add following namespace declaration at top of the file
xmlns:h="http://java.sun.com/jsf/html"


No comments: