<?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: EmptyStackException with multi-instance task &amp; CDI in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89547#M60873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Peter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can actually confirm this issue, this is a bug. It is actually not related to CDI but to the engine for MultipleInstance's. I created this JIRA issue: &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1339" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1339&lt;/A&gt;&lt;SPAN&gt;. Thanks for the perfect bug report!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 13:11:25 GMT</pubDate>
    <dc:creator>bernd_ruecker</dc:creator>
    <dc:date>2012-08-14T13:11:25Z</dc:date>
    <item>
      <title>EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89543#M60869</link>
      <description>Hi all,I've just run into an EmptyStackException with Activiti 5.10. I've got an multi-instance user task where each task is finished via BusinessProcess.completeTask(). After finishing the last task instance, Activiti calls the end listeners in MultiInstanceActivityBehavior.callActivityEndListeners</description>
      <pubDate>Mon, 13 Aug 2012 03:08:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89543#M60869</guid>
      <dc:creator>naag</dc:creator>
      <dc:date>2012-08-13T03:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89544#M60870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm adding a unit test that runs with Arquillian. There are two test classes, one uses activiti.cfg.xml with CdiExecutionListener, and one does not. Hopefully this can help, I can also create a JIRA if you think it's a bug and not API misuse &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 04:29:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89544#M60870</guid>
      <dc:creator>naag</dc:creator>
      <dc:date>2012-08-13T04:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89545#M60871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Naag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I will try to have a look into this later today. Posting the stacktrace is also a good idea by the way, but an arquillian test is nice as well. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 05:11:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89545#M60871</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2012-08-14T05:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89546#M60872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great support as usual &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Here comes the stacktrace from the test execution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;——————————————————————————-&lt;BR /&gt;Test set: foo.WithCdiExecutionListenerTest&lt;BR /&gt;——————————————————————————-&lt;BR /&gt;Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 33.484 sec &amp;lt;&amp;lt;&amp;lt; FAILURE!&lt;BR /&gt;testMultiInstanceTask(foo.WithCdiExecutionListenerTest)&amp;nbsp; Time elapsed: 2.631 sec&amp;nbsp; &amp;lt;&amp;lt;&amp;lt; ERROR!&lt;BR /&gt;org.activiti.engine.ActivitiException: Couldn't execute end listener&lt;BR /&gt; at org.activiti.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior.callActivityEndListeners(MultiInstanceActivityBehavior.java:239)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.behavior.SequentialMultiInstanceBehavior.leave(SequentialMultiInstanceBehavior.java:58)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.leave(AbstractBpmnActivityBehavior.java:49)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.behavior.UserTaskActivityBehavior.signal(UserTaskActivityBehavior.java:92)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior.signal(MultiInstanceActivityBehavior.java:101)&lt;BR /&gt; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.signal(ExecutionEntity.java:364)&lt;BR /&gt; at org.activiti.engine.impl.persistence.entity.TaskEntity.complete(TaskEntity.java:156)&lt;BR /&gt; at org.activiti.engine.impl.cmd.CompleteTaskCmd.completeTask(CompleteTaskCmd.java:63)&lt;BR /&gt; at org.activiti.engine.impl.cmd.CompleteTaskCmd.execute(CompleteTaskCmd.java:57)&lt;BR /&gt; at org.activiti.engine.impl.cmd.CompleteTaskCmd.execute(CompleteTaskCmd.java:28)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:24)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)&lt;BR /&gt; at org.activiti.engine.impl.TaskServiceImpl.complete(TaskServiceImpl.java:144)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:44)&lt;BR /&gt; at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105)&lt;BR /&gt; at org.jboss.weld.proxies.TaskService$-663006443$Proxy$_$$_WeldClientProxy.complete(TaskService$-663006443$Proxy$_$$_WeldClientProxy.java)&lt;BR /&gt; at foo.WithCdiExecutionListenerTest.testMultiInstanceTask(WithCdiExecutionListenerTest.java:81)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)&lt;BR /&gt; at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)&lt;BR /&gt; at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)&lt;BR /&gt; at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)&lt;BR /&gt; at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)&lt;BR /&gt; at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)&lt;BR /&gt; at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)&lt;BR /&gt; at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)&lt;BR /&gt; at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)&lt;BR /&gt; at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)&lt;BR /&gt; at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)&lt;BR /&gt; at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)&lt;BR /&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)&lt;BR /&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)&lt;BR /&gt; at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)&lt;BR /&gt; at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)&lt;BR /&gt; at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)&lt;BR /&gt; at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)&lt;BR /&gt; at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)&lt;BR /&gt; at org.junit.runners.ParentRunner.run(ParentRunner.java:300)&lt;BR /&gt; at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)&lt;BR /&gt; at org.junit.runner.JUnitCore.run(JUnitCore.java:157)&lt;BR /&gt; at org.junit.runner.JUnitCore.run(JUnitCore.java:136)&lt;BR /&gt; at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:65)&lt;BR /&gt; at org.jboss.arquillian.protocol.jmx.JMXTestRunner.runTestMethodInternal(JMXTestRunner.java:129)&lt;BR /&gt; at org.jboss.arquillian.protocol.jmx.JMXTestRunner.runTestMethod(JMXTestRunner.java:108)&lt;BR /&gt; at org.jboss.as.arquillian.service.ArquillianService$ExtendedJMXTestRunner.runTestMethod(ArquillianService.java:226)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)&lt;BR /&gt; at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)&lt;BR /&gt; at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)&lt;BR /&gt; at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)&lt;BR /&gt; at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)&lt;BR /&gt; at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)&lt;BR /&gt; at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)&lt;BR /&gt; at org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:498)&lt;BR /&gt; at org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:246)&lt;BR /&gt; at org.jboss.remotingjmx.protocol.v1.ServerProxy$InvokeHandler.handle(ServerProxy.java:1034)&lt;BR /&gt; at org.jboss.remotingjmx.protocol.v1.ServerProxy$MessageReciever$1.run(ServerProxy.java:215)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:662)&lt;BR /&gt;Caused by: java.util.EmptyStackException&lt;BR /&gt; at java.util.Stack.peek(Stack.java:85)&lt;BR /&gt; at org.activiti.engine.impl.context.Context.getExecutionContext(Context.java:68)&lt;BR /&gt; at org.activiti.cdi.impl.event.CdiExecutionListener.createEvent(CdiExecutionListener.java:77)&lt;BR /&gt; at org.activiti.cdi.impl.event.CdiExecutionListener.notify(CdiExecutionListener.java:71)&lt;BR /&gt; at org.activiti.engine.impl.delegate.ExecutionListenerInvocation.invoke(ExecutionListenerInvocation.java:34)&lt;BR /&gt; at org.activiti.engine.impl.delegate.DelegateInvocation.proceed(DelegateInvocation.java:37)&lt;BR /&gt; at org.activiti.engine.impl.delegate.DefaultDelegateInterceptor.handleInvocation(DefaultDelegateInterceptor.java:25)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior.callActivityEndListeners(MultiInstanceActivityBehavior.java:235)&lt;BR /&gt; … 114 more&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 06:17:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89546#M60872</guid>
      <dc:creator>naag</dc:creator>
      <dc:date>2012-08-14T06:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89547#M60873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Peter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can actually confirm this issue, this is a bug. It is actually not related to CDI but to the engine for MultipleInstance's. I created this JIRA issue: &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1339" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1339&lt;/A&gt;&lt;SPAN&gt;. Thanks for the perfect bug report!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 13:11:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89547#M60873</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2012-08-14T13:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89548#M60874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;P.S: If it is really urgent for you you could think about a support subscription and we could fix it for you in 6.1 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Otherwise I would propose to extend the CdiEventListener and check for the empty stack and not send the event in that case if possible for your use case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 13:12:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89548#M60874</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2012-08-14T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89549#M60875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for creating the JIRA and the support offer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Actually we're not yet using CDI events, but we still had the CdiExecutionListener in place. So for now we removed it and everything's fine!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:26:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89549#M60875</guid>
      <dc:creator>naag</dc:creator>
      <dc:date>2012-08-14T16:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: EmptyStackException with multi-instance task &amp; CDI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89550#M60876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perfect. Would not be a show stopper for not providing support for us &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:48:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/emptystackexception-with-multi-instance-task-cdi/m-p/89550#M60876</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2012-08-14T16:48:49Z</dc:date>
    </item>
  </channel>
</rss>

