Friday, November 9, 2012

Resolve: java.lang.AssertionError: CurrencyKey not preserved error for ADF web application

Hi, I used to dvt:hierarchyViewer component into fragment page. then I depoyed adf web application to IntegratedWeblogicServer(Default Domain) . It's okey. but deploy to custom weblogic domain (You can read here about ADF application deployment to custom weblogic domain) following error:
I resolved the error by follow step.
1. open setDomainEnv.cmpd(Windows) or setDomainEnv.sh(Linux).
2. -da:org.apache.myfaces.trinidad.component.UIXCollection add to setDomainEnv.sh like a follow pic.

3. execute setDomainEnv.sh
4. restart weblogic domain.

well done :)

thanks juddi