12-19-2014 08:19 AM
12-19-2014 09:17 AM
…share/src/test/resources/alfresco/web-extension/share-config-custom.xml and comment this part in the beginning of the file:
  <config evaluator="string-compare" condition="WebFramework">
    <web-framework>
      <autowire>
        <mode>development</mode>
      </autowire>
    </web-framework>
  </config>
12-20-2014 12:14 AM
<config evaluator="string-compare" condition="WebFramework">
      <web-framework>
         <!– SpringSurf Autowire Runtime Settings –>
         <!– 
              Developers can set mode to 'development' to disable; SpringSurf caches,
              FreeMarker template caching and Rhino JavaScript compilation.
         –>
         <autowire>
            <!– Pick the mode: "production" or "development" –>
            <mode>production</mode>
         </autowire>
         <!– Allows extension modules with <auto-deploy> set to true to be automatically deployed –>
         <module-deployment>
            <mode>manual</mode>
            <enable-auto-deploy-modules>true</enable-auto-deploy-modules>
         </module-deployment>
      </web-framework>
</config>
12-20-2014 02:49 PM
01-08-2015 02:36 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.