Environment #1:
Alfresco 3.1 running on SUSE Linux and MySQL
Environment #2:
Alfresco 3.3 running on Windows 2k8 and MS SQL
Question:
Anyone know how to export a Web Project from environment #1 and import it into environment #2? When I export Env#1, then take the .acp file and import it on env #2, I get the following error when I try to open the project:
javax.faces.FacesException: javax.faces.el.EvaluationException: Cannot get value for expression '#{AVMBrowseBean.webappsSize > 1}' caused by:
org.apache.jasper.JasperException: javax.faces.el.EvaluationException: Cannot get value for expression '#{AVMBrowseBean.webappsSize > 1}' caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{AVMBrowseBean.webappsSize > 1}' caused by:
javax.faces.el.EvaluationException: Exception getting value of property webappsSize of base of type : org.alfresco.web.bean.wcm.AVMBrowseBean caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.wcm.AVMBrowseBean, property: webappsSize caused by:
java.lang.reflect.InvocationTargetException caused by:
org.alfresco.service.cmr.avm.AVMNotFoundException: 05230001 Store not found.
Thanks.