<?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: ServiceTask after usertask ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104830#M73257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I start the process via camel und then complete the first task in the Activiti Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to load a full spring-context into this explorer-webapp?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jun 2012 13:47:40 GMT</pubDate>
    <dc:creator>nocheinandi</dc:creator>
    <dc:date>2012-06-30T13:47:40Z</dc:date>
    <item>
      <title>ServiceTask after usertask ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104826#M73253</link>
      <description>Hallo everyone,I am using Apache Camel in combination with Activiti. And I like that combination.&amp;nbsp; I looked at the example in the book "activiti in action" and this example is working very well. Now I have created my own project, which you can see in the attached image.[img]http://img6.myimg.de/home</description>
      <pubDate>Wed, 27 Jun 2012 14:58:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104826#M73253</guid>
      <dc:creator>nocheinandi</dc:creator>
      <dc:date>2012-06-27T14:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceTask after usertask ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104827#M73254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't see the image, seems to be broken. Can you show how you configure the camel-bean in activiti?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 12:00:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104827#M73254</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-06-28T12:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceTask after usertask ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104828#M73255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I configure the camel bean like that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;bean id="camel" class="org.activiti.camel.CamelBehaviour"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;constructor-arg index="0"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– …each BPMN-process can be coupled to a Camel context –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean class="org.activiti.camel.SimpleContextProvider"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;constructor-arg index="0" value="UnterschriftProzessID" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;constructor-arg index="1" ref="camelProcess" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/constructor-arg&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 20:07:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104828#M73255</guid>
      <dc:creator>nocheinandi</dc:creator>
      <dc:date>2012-06-28T20:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceTask after usertask ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104829#M73256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you starting the process from Activiti Explorer and afterwards completing the task in Activiti Explorer? Because the explorer-webapp doesn't load retina a full spring-context, just extracts the processEngine bean from it and uses that…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 05:25:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104829#M73256</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-06-29T05:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceTask after usertask ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104830#M73257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I start the process via camel und then complete the first task in the Activiti Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to load a full spring-context into this explorer-webapp?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 13:47:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104830#M73257</guid>
      <dc:creator>nocheinandi</dc:creator>
      <dc:date>2012-06-30T13:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: ServiceTask after usertask ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104831#M73258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at org.activiti.explorer.servlet.ExplorerApplicationServlet. This is the servlet that boots the application-conytext for the explorer-webapp. Looks like I was mistaken, the explorer web app does load the full context. However, this is the one that contains activiti (/activiti-webapp-explorer2/src/main/webapp/WEB-INF/applicationContext.xml, default name for using org.springframework.web.context.ContextLoaderListener).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll have to edit the file en import your beans-xml into the activiti beans definition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 12:15:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/servicetask-after-usertask/m-p/104831#M73258</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-02T12:15:59Z</dc:date>
    </item>
  </channel>
</rss>

