<?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: Exception while suspending a process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126578#M89042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No… while i try to suspend the one which is active&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 13:57:49 GMT</pubDate>
    <dc:creator>c_arunrathnakum</dc:creator>
    <dc:date>2013-03-08T13:57:49Z</dc:date>
    <item>
      <title>Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126576#M89040</link>
      <description>Hi, I created my process engine asProcessEngineConfiguration configuration = ProcessEngineConfiguration.createStandaloneProcessEngineConfiguration();configuration.setDataSourceJndiName("java:jboss/datasources/workflow");configuration.setDatabaseSchemaUpdate(ProcessEngineConfiguration.DB_SCHEMA_UPDAT</description>
      <pubDate>Fri, 08 Mar 2013 09:16:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126576#M89040</guid>
      <dc:creator>c_arunrathnakum</dc:creator>
      <dc:date>2013-03-08T09:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126577#M89041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Suspending an already suspended will throw an exception, as the javadoc states. Is this the case?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;/**&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * Suspends the process instance with the given id. &lt;BR /&gt;&amp;nbsp;&amp;nbsp; * &lt;BR /&gt;&amp;nbsp;&amp;nbsp; * If a process instance is in state suspended, activiti will not &lt;BR /&gt;&amp;nbsp;&amp;nbsp; * execute jobs (timers, messages) associated with this instance.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * &lt;BR /&gt;&amp;nbsp;&amp;nbsp; * If you have a process instance hierarchy, suspending&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * one process instance form the hierarchy will not suspend other &lt;BR /&gt;&amp;nbsp;&amp;nbsp; * process instances form that hierarchy.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * &lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp; @throws ActivitiObjectNotFoundException if no such processInstance can be found.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp; @throws ActivitiException the process instance is already in state suspended.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&amp;nbsp; void suspendProcessInstanceById(String processInstanceId);&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 10:32:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126577#M89041</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-08T10:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126578#M89042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No… while i try to suspend the one which is active&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 13:57:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126578#M89042</guid>
      <dc:creator>c_arunrathnakum</dc:creator>
      <dc:date>2013-03-08T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126579#M89043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like an issue with the database-connection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; Unchecked throwable in managedConnectionReconnected() &lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a difference in how the 2 web services obtain a reference to activiti/the database?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 14:00:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126579#M89043</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-08T14:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126580#M89044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not at all: The method is like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//service1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;testInvoke()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; suspendProcess(processInstanceId);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//service2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;suspendProcess(String processInstanceId)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; processEngine.getRuntimeService().suspendProcessInstanceById(processInstanceId);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i try to invoke service2 alone from soap, its working fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when i try to invoke service1, it throws me an exception.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 08:46:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126580#M89044</guid>
      <dc:creator>c_arunrathnakum</dc:creator>
      <dc:date>2013-03-13T08:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126581#M89045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do other API-calls work from inside the service that contains the failing suspend-call?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 11:16:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126581#M89045</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-14T11:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126582#M89046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes they fail&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 07:46:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126582#M89046</guid>
      <dc:creator>c_arunrathnakum</dc:creator>
      <dc:date>2013-03-30T07:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while suspending a process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126583#M89047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does the service1 or 2 have transaction-annotations on them? Or are they in the evil hands of any aspect-weaving?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 07:35:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-suspending-a-process/m-p/126583#M89047</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-04-03T07:35:53Z</dc:date>
    </item>
  </channel>
</rss>

