cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco UI vs. Alfresco Liferay Portlet

tobias_amon
Champ in-the-making
Champ in-the-making
Hi all,

after using the portlet I am no longer able to use the standalone web client.

I upgraded myfaces to version 1.2 (there was an issue with the file upload).

Does anyone have an idea why this happens?

When I access
http://vm-cpdev.elca.ch:8080/alfresco/faces/jsp/dashboards/container.jsp
I get the following error:
javax.faces.FacesException: Cannot get value for expression '#{NavigationBean.toolbarLocation}'
   org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
   org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:211)
   org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
   org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:132)
   javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)
   org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:81)
   org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2 REPLIES 2

tobias_amon
Champ in-the-making
Champ in-the-making
Hi all,

it seems that there is an issue when using both the liferay portlet and the "normal" web client.

After using the liferay portlet i am no longer able to use the "normal" alfresco ui. After logging in and going to "Company Home" I get logged out. This happens only after having called the liferay portlet for at least one time. After a server restart I can use the UI as excpected… (as long as I don't open the portlet)

Does anyone have this issue as well?
Is there a fix for that?

kevinr
Star Contributor
Star Contributor
The standard web-client _requires_ the specific version of JSF (MyFaces1.1.5) that is includes in the Alfresco.war - it cannot be upgraded.

Kevin