Hi, Thanks for the reply.
My client's task for me was to integrate Alfresco 4.0d with Liferay 6.1. This was a challenge since i find no literature online regarding a successful integrations between this to recent versions. I had two options one is to integrate the two through having a Share portlet inside Liferay and the other is to use Document Library in Liferay to access files in the repo through CMIS.
The integration of the two using CMIS was successful. But the opening the Alfresco Share portlet failed. I did the following steps:
a. Edited catalina.properties in LIferay tomcat for shared.loader property to point to shared classes and library in which alfresco
web-extension libraries locates.
b. Copied web-extension library to shared folder of Liferay tomcat.
c. Configured share-config-custom.xml in web-extension directory.
d. Copied share.war from Alfresco tomcat to depoly folder in Liferay tomcat.
I saw the 3 Share portlets in Liferay menu but when i add them its says Please login via your portal. And the error message in tomcat says:
05:38:26,750 INFO [org.alfresco.web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 401
The CMIS works but this one did not. Is there something wrong with the authentication of Liferay login portlet? What must i tweak to solve this problem.