<?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: spring3.0.5 ActivitiException transactionManager is required in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12377#M5091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My understanding is that if you use default autowiring then this problem should never occur.&lt;BR /&gt;Only when I switched to autowire byType I saw this problem. My suggested solution keeps the activiti&lt;BR /&gt;autowiring strategy as is, and enables the client to use another autowiring strategy (or keep the default).&lt;BR /&gt;&lt;BR /&gt;So probably that is a good practice. &lt;BR /&gt;&lt;BR /&gt;This is my first real interaction with activiti, all this info is based on previous spring experience&lt;BR /&gt;(and the fact that I tried and it worked&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; )&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; mustn't set the autowiring strategy.No matter what strategy you set, the exception will ben thrown&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 03:16:16 GMT</pubDate>
    <dc:creator>giga_zhang</dc:creator>
    <dc:date>2012-05-30T03:16:16Z</dc:date>
    <item>
      <title>spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12370#M5084</link>
      <description>&amp;lt;bean id="dataSource" class="org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="targetDataSource"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean class="org.springframework.jdbc.datasource.SimpleDriverDataSource"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="driverClass" value="com.mysql.jdbc.Drive</description>
      <pubDate>Fri, 25 Feb 2011 02:59:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12370#M5084</guid>
      <dc:creator>zhangmin</dc:creator>
      <dc:date>2011-02-25T02:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12371#M5085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That looks ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That exception is thrown when no transactionManager is set, but that seems to be ok for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you give some more logging?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 11:08:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12371#M5085</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-02-25T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12372#M5086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I experienced the same problem. The problem arose because I wanted to inject an autowired&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;member field (RepositoryService) to my spring managed JUnit test. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The root cause is that Activiti spring integration uses the default autowire strategy, while&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to use a byType, annotation based injection to inject the repository service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I split the spring configuration into two pieces:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;service-applicationContext.xml, that uses byType injection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;beans xmlns="&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;"&lt;BR /&gt; xmlns:xsi="&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;BR /&gt; xmlns:tx="&lt;A href="http://www.springframework.org/schema/tx" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx&lt;/A&gt;"&lt;BR /&gt; xsi:schemaLocation="&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/beans/spring-beans.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans/spring-beans.xsd&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.springframework.org/schema/tx" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/tx/spring-tx-3.0.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx/spring-tx-3.0.xsd&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; default-autowire="byType"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;bean id="repositoryService" factory-bean="processEngine"&lt;BR /&gt;&amp;nbsp; factory-method="getRepositoryService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="runtimeService" factory-bean="processEngine"&lt;BR /&gt;&amp;nbsp; factory-method="getRuntimeService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="taskService" factory-bean="processEngine"&lt;BR /&gt;&amp;nbsp; factory-method="getTaskService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="historyService" factory-bean="processEngine"&lt;BR /&gt;&amp;nbsp; factory-method="getHistoryService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="managementService" factory-bean="processEngine"&lt;BR /&gt;&amp;nbsp; factory-method="getManagementService" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;and activiti.cfg.xml, that uses direct references:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;beans xmlns="&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;"&lt;BR /&gt; xmlns:xsi="&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;BR /&gt; xmlns:tx="&lt;A href="http://www.springframework.org/schema/tx" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx&lt;/A&gt;"&lt;BR /&gt; xsi:schemaLocation="&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/beans/spring-beans.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans/spring-beans.xsd&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.springframework.org/schema/tx" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/tx/spring-tx-3.0.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx/spring-tx-3.0.xsd&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; &lt;BR /&gt; &amp;lt;bean id="dataSource"&lt;BR /&gt;&amp;nbsp; class="org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="targetDataSource"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean class="org.springframework.jdbc.datasource.SimpleDriverDataSource"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="driverClass"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="com.microsoft.sqlserver.jdbc.SQLServerDriver" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="url" value="jdbc:sqlserver://localhost:1433" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="username" value="user" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="password" value="pass" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;bean id="transactionManager"&lt;BR /&gt;&amp;nbsp; class="org.springframework.jdbc.datasource.DataSourceTransactionManager"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="databaseType" value="mssql" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" value="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="deploymentResources" value="classpath*:/diagrams/*.bpmn20.xml" /&amp;gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt; &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &amp;lt;bean id="processEngine" class="org.activiti.spring.ProcessEngineFactoryBean"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="processEngineConfiguration" ref="processEngineConfiguration" /&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;tx:annotation-driven transaction-manager="transactionManager" /&amp;gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;&amp;lt;/beans&amp;gt; &lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;This enables the SpringProcessEngineConfiguration to be injected as specified in the configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the JUnit test you can now reference the repository service via annotation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;@Transactional&lt;BR /&gt;@RunWith(SpringJUnit4ClassRunner.class)&lt;BR /&gt;@ContextConfiguration(locations = {"classpath:service-applicationContext.xml", "classpath:activiti.cfg.xml"})&lt;BR /&gt;public class ProcessTestHelloworld {&lt;BR /&gt; &lt;BR /&gt; @Autowired&lt;BR /&gt; RepositoryService repositoryService;&lt;BR /&gt; &lt;BR /&gt; @Test&lt;BR /&gt; public void testSpring() {&amp;nbsp; &lt;BR /&gt;&amp;nbsp; String deploymentId = repositoryService&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .createDeployment()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addClasspathResource("diagrams/demo_bpmn.activiti.bpmn20.xml")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .deploy()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .getId();&amp;nbsp; &lt;BR /&gt;&amp;nbsp; System.out.println("*** Repository id: " + deploymentId);&lt;BR /&gt; }&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gergő&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 20:38:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12372#M5086</guid>
      <dc:creator>gergelydombi</dc:creator>
      <dc:date>2011-02-28T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12373#M5087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So if I understand you correctly, a rename of the beans should also do the trick (if I want to keep using the default auto-wiring)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 08:51:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12373#M5087</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-01T08:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12374#M5088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My understanding is that if you use default autowiring then this problem should never occur.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only when I switched to autowire byType I saw this problem. My suggested solution keeps the activiti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;autowiring strategy as is, and enables the client to use another autowiring strategy (or keep the default).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So probably that is a good practice. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my first real interaction with activiti, all this info is based on previous spring experience&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(and the fact that I tried and it worked&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 11:56:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12374#M5088</guid>
      <dc:creator>gergelydombi</dc:creator>
      <dc:date>2011-03-01T11:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12375#M5089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have to admit that so far I really like the job you guys have all done with activiti, the designer and the spring integration. It is a great tooling for a developer with a Spring background. It took only a business day to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set up everything (using MS SQL Server) and integrate to our Spring environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well done!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 12:01:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12375#M5089</guid>
      <dc:creator>gergelydombi</dc:creator>
      <dc:date>2011-03-01T12:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12376#M5090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great to hear, ant thanks! Such posts really motivate us &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>Tue, 01 Mar 2011 12:31:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12376#M5090</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-01T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: spring3.0.5 ActivitiException transactionManager is required</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12377#M5091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My understanding is that if you use default autowiring then this problem should never occur.&lt;BR /&gt;Only when I switched to autowire byType I saw this problem. My suggested solution keeps the activiti&lt;BR /&gt;autowiring strategy as is, and enables the client to use another autowiring strategy (or keep the default).&lt;BR /&gt;&lt;BR /&gt;So probably that is a good practice. &lt;BR /&gt;&lt;BR /&gt;This is my first real interaction with activiti, all this info is based on previous spring experience&lt;BR /&gt;(and the fact that I tried and it worked&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; )&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; mustn't set the autowiring strategy.No matter what strategy you set, the exception will ben thrown&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 03:16:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring3-0-5-activitiexception-transactionmanager-is-required/m-p/12377#M5091</guid>
      <dc:creator>giga_zhang</dc:creator>
      <dc:date>2012-05-30T03:16:16Z</dc:date>
    </item>
  </channel>
</rss>

