<?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: BPMN file storage path., in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174791#M127921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content of the file is stored in the DB (ACT_GE_BYTEARRAY). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Instead of the physical location of the file, will it be possible to load all the xml definitions from a http request, say for example I load all my xml in a web host location&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes, it would be possible - you have to add this support to the e.g. org.activiti.spring.SpringProcessEngineConfiguration#autoDeployResources&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 07:13:21 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2014-05-28T07:13:21Z</dc:date>
    <item>
      <title>BPMN file storage path.,</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174788#M127918</link>
      <description>Hoping this is a very simple miss on my part.So we create the BPMN 2.0 file in the resources directory of a web project. From the web project we are calling the startinstance to start the process and I see for every version of a process there is a record that is created in the ACT_RE_PROCDEF and ACT</description>
      <pubDate>Fri, 23 May 2014 15:15:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174788#M127918</guid>
      <dc:creator>sathish1</dc:creator>
      <dc:date>2014-05-23T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: BPMN file storage path.,</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174789#M127919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not following. Activiti stores a BPMN XML file in the database, not on the file system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I don't know what you are referring to. Could you elaborate a bit more?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 20:09:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174789#M127919</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-05-25T20:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: BPMN file storage path.,</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174790#M127920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. BPMN files are stored as bytearray in the table. But my question is the column next to the bytearray., where the file name is defined as in plain physical location. Let me try Going give this a try to see if am doing a better job., Correct me if am wrong in my assumptions here as am working thro this question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I start the process framework reads the activiti config file and loads all the BMPN files., for example in this following piece of code, framework loads all the bpmn files that is in the classpath of "/myprocessbpmn"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="processEngineConfiguration" class="com.company.workflow.CustomProcessEngineConfiguration"&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="databaseTablePrefix" value="ACTIVITI." /&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="databaseSchema" value="ACTIVITI" /&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="activiti-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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" 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="jobExecutorActivate" 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="deploymentResources" value="classpath*:myprocessbpmn/*" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when it loads the files framework calls the ByteArray.xml file to insert all the records and reads the file in classpath and when it loads the name column is putting the physical location of the file where it loaded it from., &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\workspaces\eclipse\default\sathish\trackerweb\target\classes\refundprocessbpmn\DocStore.bpmn20.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of the physical location of the file, will it be possible to load all the xml definitions from a http request, say for example I load all my xml in a web host location &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.mycompany.com/loadallxml/case1.xml" rel="nofollow noopener noreferrer"&gt;http://www.mycompany.com/loadallxml/case1.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 15:11:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174790#M127920</guid>
      <dc:creator>sathish1</dc:creator>
      <dc:date>2014-05-27T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: BPMN file storage path.,</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174791#M127921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content of the file is stored in the DB (ACT_GE_BYTEARRAY). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Instead of the physical location of the file, will it be possible to load all the xml definitions from a http request, say for example I load all my xml in a web host location&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes, it would be possible - you have to add this support to the e.g. org.activiti.spring.SpringProcessEngineConfiguration#autoDeployResources&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 07:13:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmn-file-storage-path/m-p/174791#M127921</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-05-28T07:13:21Z</dc:date>
    </item>
  </channel>
</rss>

