Skip to Main Content

Application Development Software

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!

JSF in Weblogic Portal

392220Jul 24 2008 — edited Feb 19 2009
Hello Friends,

I am using first time JSF portlets in weblogic portal 10.2
I created jsf page and generated portlet based on it.
I added the portlet to my first page.
When I try to access the portal app I get below error.

I spent almost 3days on this but still not able to get it working. Some forums say that this issue is becaz of having sun jsf and my faces in the project class path. My project class path has none of them. Is there any other place I need to look for them.

I tried commenting jsf-ri in weblogic.xml and C:\bea\user_projects\domains\my_domain\config\config.xml.. BUT STILL NO LUCK :-)
Any help is greatly appreciated.

java.lang.UnsupportedOperationException
at javax.faces.context.FacesContext.getELContext(FacesContext.java:136)
at javax.faces.component.UIViewRoot.setLocale(UIViewRoot.java:888)
at org.apache.myfaces.application.jsp.JspViewHandlerImpl.createView(JspViewHandlerImpl.java:130)
at com.bea.portlet.adapter.faces.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:47)
at org.apache.beehive.netui.pageflow.faces.internal.PageFlowViewHandler.createView(PageFlowViewHandler.java:174)
at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:144)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:66)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)........

Thanks for the help..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2009
Added on Jul 24 2008
8 comments
2,585 views