<?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: OSGI BUNDLE ProcessEngine Configuration. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204201#M157331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not familiar with Apache Sling. Is there any log meesage when getting the process engine with the ProcessEngines.getDefaultProcessEngine method?&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>Wed, 03 Dec 2014 13:49:37 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2014-12-03T13:49:37Z</dc:date>
    <item>
      <title>OSGI BUNDLE ProcessEngine Configuration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204200#M157330</link>
      <description>Hi, I am using Activiti Engine(5.16.4) as OSGI bundle in Apache Sling.This repository is pointed to mysql.I wrote one more OSGI bundle, here i am using Activiti Engine services like Runtime Service, Task Service, etc.My question is how to get process engine (Pointed to MySql) while runtime.if i use&amp;nbsp;</description>
      <pubDate>Wed, 03 Dec 2014 11:51:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204200#M157330</guid>
      <dc:creator>mahesh1</dc:creator>
      <dc:date>2014-12-03T11:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: OSGI BUNDLE ProcessEngine Configuration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204201#M157331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not familiar with Apache Sling. Is there any log meesage when getting the process engine with the ProcessEngines.getDefaultProcessEngine method?&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>Wed, 03 Dec 2014 13:49:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204201#M157331</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-12-03T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: OSGI BUNDLE ProcessEngine Configuration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204202#M157332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is throwing Null pointer exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.NullPointerException: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.praxeva.activiti.impl.DocuvityWorkflowServiceImpl.deployPredefinedDefinitions(DocuvityWorkflowServiceImpl.java:108)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in that line code is : repositoryService.createDeployment()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .name("Docuvity Review")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addClasspathResource("DocuvityReview.bpmn20.xml")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .deploy();&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 14:03:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204202#M157332</guid>
      <dc:creator>mahesh1</dc:creator>
      <dc:date>2014-12-03T14:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: OSGI BUNDLE ProcessEngine Configuration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204203#M157333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i kept the logger before and after the line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;logger.info("Inside init before getting processEngine: " );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;processEngine = ProcessEngines.getDefaultProcessEngine();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;logger.info("Inside init after getting processEngine: " +processEngine);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log is below : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02.12.2014 17:44:54.625 *INFO* [FelixStartLevel] com.praxeva.activiti.impl.DocuvityWorkflowServiceImpl Inside init before getting processEngine: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02.12.2014 17:44:54.625 *INFO* [FelixStartLevel] com.praxeva.activiti.impl.DocuvityWorkflowServiceImpl Inside init after getting processEngine: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 14:24:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204203#M157333</guid>
      <dc:creator>mahesh1</dc:creator>
      <dc:date>2014-12-03T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: OSGI BUNDLE ProcessEngine Configuration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204204#M157334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any logging at startup related to creating a process engine?&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>Fri, 05 Dec 2014 13:06:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-bundle-processengine-configuration/m-p/204204#M157334</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-12-05T13:06:33Z</dc:date>
    </item>
  </channel>
</rss>

