<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatic resource deployment? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45622#M25432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the default demo install? The rest-webapp doesn't use spring-way of configuring engine. In other words, the deploymentResources will only work of the process-engine is created using the ProcessEngineFactoryBean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2011 09:34:09 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2011-04-28T09:34:09Z</dc:date>
    <item>
      <title>Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45621#M25431</link>
      <description>I am trying to implement the automatic resource deployment feature provided by spring.&amp;lt;property name="deploymentResources" value="classpath*:/diagrams/*.bpmn20.xml"/&amp;gt;but it seems to be not doing what it suppose to do. Everytime I have to login into probe and do the deployment of the bar file.</description>
      <pubDate>Wed, 27 Apr 2011 18:28:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45621#M25431</guid>
      <dc:creator>bluerain</dc:creator>
      <dc:date>2011-04-27T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45622#M25432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the default demo install? The rest-webapp doesn't use spring-way of configuring engine. In other words, the deploymentResources will only work of the process-engine is created using the ProcessEngineFactoryBean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 09:34:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45622#M25432</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-28T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45623#M25433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No I am not using the default demo install. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the spring way of configuring the Process engine. Here is how i am doing it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="databaseType" value="h2"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;property name="databaseSchemaUpdate" value="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentResources" value="classpath*:/diagrams/*.bpmn20.xml"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="processEngine" class="org.activiti.spring.ProcessEngineFactoryBean"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="processEngineConfiguration" ref="processEngineConfiguration"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 16:47:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45623#M25433</guid>
      <dc:creator>bluerain</dc:creator>
      <dc:date>2011-04-28T16:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45624#M25434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are sure the bpmn20.xml resources are actually on your classpath in the folder "diagrams"? -&amp;gt; where do you put them in your tomcat?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 18:56:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45624#M25434</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-28T18:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45625#M25435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the exact same issue.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="deploymentResources" value="classpath*:/seah/bpm/*.bpmn20.xml" /&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;It deployed the first time, but is no longer deploying when I restart tomcat.&amp;nbsp; I have verified the file is located at:&amp;nbsp; /WEB-INF/classes/seah/bpm/Qualification.bpmn20.xml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 00:52:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45625#M25435</guid>
      <dc:creator>unsavory</dc:creator>
      <dc:date>2011-07-27T00:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45626#M25436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It gets even stranger.&amp;nbsp; I found that if I modify my spring applicationContext.xml file by adding a space in it somewhere and then save it and redeploy, Activiti will then do auto-deploy on the resource.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 01:04:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45626#M25436</guid>
      <dc:creator>unsavory</dc:creator>
      <dc:date>2011-07-27T01:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45627#M25437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds very bizarre. Are you sure the appcontext isnt cached anywhere on your server? Cause thats the only thing I can think of.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 12:08:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45627#M25437</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-08-05T12:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45628#M25438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I'm positive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 23:32:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45628#M25438</guid>
      <dc:creator>unsavory</dc:creator>
      <dc:date>2011-08-05T23:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic resource deployment?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45629#M25439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would help tremendously if you could show the problem using a unit test.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried do emulate it, by closing and recreating the appliction context, but all works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 12:39:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/automatic-resource-deployment/m-p/45629#M25439</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-08-10T12:39:22Z</dc:date>
    </item>
  </channel>
</rss>

