Hi,
I'm trying to deploy alfresco in liferay portal 3.6.1 which support JSR-168 portlets.
I have successfully deployed alfresco.war (from the Jboss distrib) with the ant task delivered by liferay. When I start Liferay-JBoss I have an error which cause alfresco live deployment to failed :
java.lang.ClassNotFoundException: org.alfresco.web.app.ContextListener
I've tried to copy the jar "web-client.jar" which contains this class to several place without any modification. Even try to unjar web-client.jar in WEB-INF/classes
Please help !