<?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 custom spring context loder in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224839#M177969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide on setting custom spring context in activiti-app.war.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In SericeTask javaDelegate, we have many dependencies to inject (RestTemplate, some DAO etc..)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;context-param&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt;contextConfigLocation&amp;lt;/param-name&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt;/WEB-INF/classes/applicationContext.xml&amp;lt;/param-value&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/context-param&amp;gt;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;listener&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;listener-class&amp;gt;org.springframework.web.context.ContextLoaderListener&amp;lt;/listener-class&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/listener&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to add spring context loader, but autowiring always return null onject.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2016 20:49:08 GMT</pubDate>
    <dc:creator>activitinike</dc:creator>
    <dc:date>2016-05-09T20:49:08Z</dc:date>
    <item>
      <title>custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224839#M177969</link>
      <description>Hello,Please guide on setting custom spring context in activiti-app.war.In SericeTask javaDelegate, we have many dependencies to inject (RestTemplate, some DAO etc..)&amp;lt;context-param&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt;contextConfigLocation&amp;lt;/param-name&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt;/WEB-INF/classes</description>
      <pubDate>Mon, 09 May 2016 20:49:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224839#M177969</guid>
      <dc:creator>activitinike</dc:creator>
      <dc:date>2016-05-09T20:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224840#M177970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which application are you talking about? Activiti 6? Enterprise?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, putting your configuration classes with the beans you want to expose in the component scanned packages should do the trick.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 10:26:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224840#M177970</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-10T10:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224841#M177971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are using Enterprise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mean xml based spring configuration will not work as web.xml not read and can't load spring configuration? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use activiti-app.war and custom jar containing service tasks as java delegate which has dependencies of custom DAOs, RestTemplate and more…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 11:29:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224841#M177971</guid>
      <dc:creator>activitinike</dc:creator>
      <dc:date>2016-05-10T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224842#M177972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what jbararez referring&amp;nbsp; is your spring configuration (applicationContext.xml). In simple word, Spring can't find your ServiceTask and you need to tell Spring in which package your ServiceTask is located. You can use unit test (create new if not exists) to see either your applicationContext.xml properly configured or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 14:14:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224842#M177972</guid>
      <dc:creator>faizal-manan</dc:creator>
      <dc:date>2016-05-12T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224843#M177973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Issue is, it seems spring application context itself is not loaded in activiti-app.war.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to below thread, web.xml is not read, and I cant find any default or existing spring configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.activiti.org/content/custom-spring-context" rel="nofollow noopener noreferrer"&gt;https://forums.activiti.org/content/custom-spring-context&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;beans xmlns="&lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmlns:xsi="&lt;/SPAN&gt;&lt;A href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;" xmlns:mvc="&lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/mvc" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/mvc&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmlns:task="&lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/task" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/task&lt;/A&gt;&lt;SPAN&gt;" xmlns:context="&lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/context" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xsi:schemaLocation="&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/mvc" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/mvc&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/beans/spring-beans-4.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans/spring-beans-4.1.xsd&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/task" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/task&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/task/spring-task-4.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/task/spring-task-4.1.xsd&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/context" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.springframework.org/schema/context/spring-context-4.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context/spring-context-4.1.xsd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;context:annotation-config/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;context:component-scan base-package="com.myservicetask.package"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!– RestTemplate definition for autowiring –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="restTemplate" class="org.springframework.web.client.RestTemplate" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/beans&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:56:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224843#M177973</guid>
      <dc:creator>activitinike</dc:creator>
      <dc:date>2016-05-12T15:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224844#M177974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Question on Enterprise -&amp;gt; please use the Enterprise forum, hence my question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Enterprise version uses JavaConfig and no XML. Also the web.xml is bare minimum and only needed to bootup the Spring container. To add custom logic, use for example &lt;/SPAN&gt;&lt;A href="https://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/#_spring_beans" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/#_spring_beans&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 16:21:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224844#M177974</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-18T16:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224845#M177975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Joram, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works with &lt;/SPAN&gt;&lt;A href="https://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/#_spring_beans" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/#_spring_beans&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to use our custom package instead of : com.activiti.extension.bean and com.activiti.extension.conf ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using custom packages with @ComponentScan annotation, but it always fails with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt; org.activiti.engine.impl.javax.el.PropertyNotFoundException: Cannot resolve identifier &amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any further assistance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, kindly move this topic to Enterprise forum please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 19:16:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224845#M177975</guid>
      <dc:creator>activitinike</dc:creator>
      <dc:date>2016-05-24T19:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224846#M177976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, simply add a new @Configuration in the .conf package that has a component scan for your custom packages.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 10:19:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224846#M177976</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-31T10:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224847#M177977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In other words, this is what we should do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;package com.sample.bpm.conf;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import com.sample.bpm.bean.SampleBean;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.springframework.context.annotation.ComponentScan;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.springframework.context.annotation.Configuration;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@ComponentScan(basePackageClasses={SampleConfig.class, SampleBean.class})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public class SampleConfig{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 20:36:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224847#M177977</guid>
      <dc:creator>jonnyg</dc:creator>
      <dc:date>2016-05-31T20:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224848#M177978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Almost: the @Configuration bean should be be discoverable by the default component scan, so you need to put it in the com.activiti.extension.conf package. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The @ComponentScan on that bean can point to any of the packages you'd like to scan additionally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 16:37:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224848#M177978</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-06-01T16:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224849#M177979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that makes sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Curious – what is it that kicks off the default component scan, telling it to look in com.activiti.extension.conf? e.g., is ActivitiEngineConfiguration special in any way?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 16:43:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224849#M177979</guid>
      <dc:creator>jonnyg</dc:creator>
      <dc:date>2016-06-01T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224850#M177980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, nothing special about it, it could go into any configuration class actually, it wouldn't make a difference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 07:59:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224850#M177980</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-06-03T07:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224851#M177981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks,&amp;nbsp; now service task using spring bean works with custom package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to do the same with ServiceTask java which implements JavaDelegate, but it doesn't work. Is there a way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:08:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224851#M177981</guid>
      <dc:creator>activitinike</dc:creator>
      <dc:date>2016-06-03T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: custom spring context loder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224852#M177982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you add @Component to the javadelegate and gave it a name you reference in the process definition?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 11:13:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-spring-context-loder/m-p/224852#M177982</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-06-20T11:13:46Z</dc:date>
    </item>
  </channel>
</rss>

