<?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: NullPointerException for Testcase in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118471#M83587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;does the logging mention anything about the loading of the process-engine from the config file?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Jan 21, 2013 1:57:27 PM org.activiti.engine.impl.ProcessEngineImpl &amp;lt;init&amp;gt;&lt;BR /&gt;INFO: ProcessEngine default created&lt;BR /&gt;Jan 21, 2013 1:57:27 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer deploy&lt;BR /&gt;INFO: Processing resource XOR.bpmn20.xml&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2013 06:04:06 GMT</pubDate>
    <dc:creator>tomi87</dc:creator>
    <dc:date>2013-01-21T06:04:06Z</dc:date>
    <item>
      <title>NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118467#M83583</link>
      <description>I need some help to solve my problem with the correct way of writing for the following test. Because he give me the error code:java.lang.NullPointerException&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.activiti.designer.test.TestProcess1.testXorFunctionality(TestProcess1.java:37)&amp;nbsp;&amp;nbsp;&amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Nati</description>
      <pubDate>Sun, 20 Jan 2013 10:36:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118467#M83583</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-20T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118468#M83584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Line 37 is?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 11:16:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118468#M83584</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2013-01-20T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118469#M83585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ProcessInstance processInstance = runtimeService.startProcessInstanceByKey("xorTest", variables);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 15:02:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118469#M83585</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-20T15:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118470#M83586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;does the logging mention anything about the loading of the process-engine from the config file? Do you manually set the "processEngine" property on the rule? If so, the services are NOT initialized:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; public void starting(FrameworkMethod method) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (processEngine==null) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initializeProcessEngine();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initializeServices();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jan 2013 16:51:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118470#M83586</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-20T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118471#M83587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;does the logging mention anything about the loading of the process-engine from the config file?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Jan 21, 2013 1:57:27 PM org.activiti.engine.impl.ProcessEngineImpl &amp;lt;init&amp;gt;&lt;BR /&gt;INFO: ProcessEngine default created&lt;BR /&gt;Jan 21, 2013 1:57:27 PM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer deploy&lt;BR /&gt;INFO: Processing resource XOR.bpmn20.xml&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 06:04:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118471#M83587</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-21T06:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118472#M83588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have the sources of activiti locally? Can you debug in the "initializeEngine" method of the ActivitiRule to see what goes wrong. From the code I see, there is little that can go wrong, here…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 07:54:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118472#M83588</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-21T07:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118473#M83589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know how I can do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new and I don't know so much about this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 12:23:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118473#M83589</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-21T12:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118474#M83590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you run the unit-test? Using eclipse or maven?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 12:24:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118474#M83590</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-21T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118475#M83591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;eclipse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 04:10:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118475#M83591</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-26T04:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118476#M83592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you help me further please ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2013 09:28:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118476#M83592</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-27T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException for Testcase</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118477#M83593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please sent me your full unit test class and BPMN XML file so I can take a look at it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can sent it to tijs.rademakers At gmail.com&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, 27 Jan 2013 10:11:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nullpointerexception-for-testcase/m-p/118477#M83593</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-01-27T10:11:34Z</dc:date>
    </item>
  </channel>
</rss>

