03-12-2008 11:23 AM
01-29-2009 07:21 AM
03-30-2010 04:12 AM
02-01-2012 05:28 AM
Hi,
Because there's not good way to uninstall AMP right now and this make not easy testing the bootstrap I have changed the context-model.xml to add a new webscipt.classpathstore as follow.
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<import resource="classpath:alfresco/module/mymodule/context/bootstrap-context.xml" />
<bean parent="webscripts.classpathstore">
<property name="classPath"><value>alfresco/module/mymodule/webscripts/</value></property>
</bean>
</beans>
I think this is a better solution than use the bootstrapt. Because you don't have to install over and over again. You just can add an remove web scripts from your amp file.
I hope it helps.
02-09-2012 04:40 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.