<?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: Deploying .bpmn20.xml Into War file Spring MVC in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85287#M57519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Activiti Team&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me I am posting this kind of query in the wrong post? I really need a solution and no one from your team seems to reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 09:03:13 GMT</pubDate>
    <dc:creator>rj1</dc:creator>
    <dc:date>2012-09-24T09:03:13Z</dc:date>
    <item>
      <title>Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85285#M57517</link>
      <description>HiI am created a Spring MVC application and created an Activiti database by running the DbSchemaCreate.main(). Actaully my processes don't seem to deploy on the war file. When Tomcat starts the ProcessEngine is started through Spring and works. I can access the RuntimeService. The code can be seen b</description>
      <pubDate>Fri, 21 Sep 2012 09:44:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85285#M57517</guid>
      <dc:creator>rj1</dc:creator>
      <dc:date>2012-09-21T09:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85286#M57518</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;BR /&gt;&lt;SPAN&gt;Is there no solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 12:00:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85286#M57518</guid>
      <dc:creator>rj1</dc:creator>
      <dc:date>2012-09-21T12:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85287#M57519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Activiti Team&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me I am posting this kind of query in the wrong post? I really need a solution and no one from your team seems to reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:03:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85287#M57519</guid>
      <dc:creator>rj1</dc:creator>
      <dc:date>2012-09-24T09:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85288#M57520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A bit of patience would be nice …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I don't see anything wrong. Are you sure that the process xml are part of your war file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does 'classpath*:/processes.*.bpmn20.xml' matches your process filename?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:05:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85288#M57520</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-24T09:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85289#M57521</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;BR /&gt;&lt;SPAN&gt;Sorry, no reply I was thinking that you don't seem to respond.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that's correct the process xml is part of the war file. The war file structure is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WEB-INF/processes/SendEProcess.bpmn20.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried removing this from the WEB-INF and putting the processes folder on the classpath but no difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85289#M57521</guid>
      <dc:creator>rj1</dc:creator>
      <dc:date>2012-09-24T09:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85290#M57522</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;BR /&gt;&lt;SPAN&gt;Just to be clear, it works in a standalone application but not as part of the WAR file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:30:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85290#M57522</guid>
      <dc:creator>rj1</dc:creator>
      <dc:date>2012-09-24T15:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85291#M57523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It feels to me that something is wrong with the classpath:*… expression. Did you try references the process without wildcards? Or put the bpmn20.ml straight away in the WEB-INF and using *.bpmn20.xml (as in the spring examples)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 08:57:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85291#M57523</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-25T08:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85292#M57524</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;BR /&gt;&lt;SPAN&gt;I have tried all this. Look at the classpath entry below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt; &amp;lt;classpath&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;classpathentry kind="src" path="src/main/java"/&amp;gt;&lt;BR /&gt; &amp;lt;classpathentry kind="src" path="processes"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;classpathentry kind="output" path="target/classes"/&amp;gt;&lt;BR /&gt; &amp;lt;/classpath&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;The deployment folder exists with the bar and jar created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;property name="deploymentResources" value="classpath*:/processes.*.bpmn20.xml"/&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried removing classpath. I tried putting directly under WEB-INF but still cannot find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actaully, I don't want this to be on the classpath as this is a web application. I have a folder called processes under WEB-INF. I would like it to find it from here. What should go inside this folder just the .bpmn20.xml? Or also include the .bar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this correct:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;property name="deploymentResources" value="/WEB-INF/processes.*.bpmn20.xml"/&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you can help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 09:15:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85292#M57524</guid>
      <dc:creator>rj1</dc:creator>
      <dc:date>2012-09-25T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85293#M57525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The classpath you posted is an Eclipse classpath, not the web application classpath. So it has no influence on your webapp, as I don't know how you build your webapp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure your resources config is correct (see &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/3294423/spring-classpath-prefix-difference" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/3294423/spring-classpath-prefix-difference&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's how one of our examples look like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="deploymentResources" value="classpath*:/org/activiti/spring/test/autodeployment/autodeploy.*.bpmn20.xml" /&amp;gt; &lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Note the asterix BEFORE the '/'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 07:41:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85293#M57525</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-26T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85294#M57526</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;BR /&gt;&lt;SPAN&gt;Ok, do you have any examples of using Activiti inside a webapp with Spring? I can't seem to find any. All the examples provided by Activiti are all standalone applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at this: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/793917/is-web-inf-in-the-classpath" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/793917/is-web-inf-in-the-classpath&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where should these proceses be located .bpmn20.xml be located inside a web application. I am sure you can help here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 08:35:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85294#M57526</guid>
      <dc:creator>rj1</dc:creator>
      <dc:date>2012-09-26T08:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying .bpmn20.xml Into War file Spring MVC</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85295#M57527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I'm planning to write a Spring example blog anyway. So this week you should see something appearing on my blog about that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 11:30:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-bpmn20-xml-into-war-file-spring-mvc/m-p/85295#M57527</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-01T11:30:39Z</dc:date>
    </item>
  </channel>
</rss>

