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!

ADF Customization Layer not working as desired

NikhilMisraJan 17 2013 — edited Jan 18 2013
Hi,

While going through the steps given at

[http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_18/jdtut_11r2_18.html]


When I go to Step 9 and run the Apps in customization layer, it still shows me Output without customization.
I have set the Customization properties properly and using Application level CustomizationLayerValues.xml to have these customization layers :

<cust-layer name="site" id-prefix="s">
<cust-layer-value value="headquarters" display-name="Headquarters" id-prefix="1"/>
<cust-layer-value value="remoteoffices" display-name="Remote Offices" id-prefix="2"/>
<cust-layer-value value="site" display-name="Site"/>
</cust-layer>

Comments

Frank Nimphius-Oracle
Hi,

possible problem could be that you missed this step

"In the Edit Customization Class dialog, enter sitecc, then select the class SiteCC (oracle.model.mycompany) and click OK."

Frank
NikhilMisra
Hi Frank,

I have already set the MDS Customization Configuration as

oracle.model.fujitsu.siteCC

which is the path of my class.

Any other suggestions why it could happen.

I will re-iterate the steps I followed :

a) Define a Customization Layer in CustomizationLayerValues.xml

b) Created a customization class and configured it in adf-config.xml

c) Enabled seeded customization and then created Task Flow and Jsf pages

d) Switched the Role to customization Developer and then did my Customization for site values "Headquarters" and "Remote Offices"

e) Ran the apps in Customization Layer.

Regards,
Nikhil Misra
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 15 2013
Added on Jan 17 2013
2 comments
185 views