<?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: Hitting NoSuchMethodError in Spring Hibernate Integration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119672#M84361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After spending some time this morning with the problem, I believe I have resolved the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently, I have an unnecessary dependency &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;dependency&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&amp;gt;org.springframework&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&amp;gt;spring-support&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;version&amp;gt;2.0&amp;lt;/version&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;in my POM and it caused conflict with some other packages. Essentially, the executing code was no longer following the expected path anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I removed this dependency and upgraded to Activiti 5.10 and Spring 3.1.2.Final as they are perfectly compatible with each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti 5.9 seems to be depending on Spring 3.0.3.Final and I didn't want to take chances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This solved the issue. Thank you for your time!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2012 14:04:46 GMT</pubDate>
    <dc:creator>davidiamyou</dc:creator>
    <dc:date>2012-11-23T14:04:46Z</dc:date>
    <item>
      <title>Hitting NoSuchMethodError in Spring Hibernate Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119670#M84359</link>
      <description>Hello All,I am new to Activiti with a project where I try to setup an environment which integrates Activiti, Spring and Hibernate.The application is fine when I only register the processEngine bean, but it will hit the following error when I try to register runtimeService bean through:&amp;lt;bean id="r</description>
      <pubDate>Fri, 23 Nov 2012 13:14:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119670#M84359</guid>
      <dc:creator>davidiamyou</dc:creator>
      <dc:date>2012-11-23T13:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting NoSuchMethodError in Spring Hibernate Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119671#M84360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And I just tried to access the processEngine in the web app instead of unit tests. I put a little segment of code inside controller and try to access the page in the browser which will in turn trigger the controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It now gives me the same error of NoSuchMethodError.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:40:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119671#M84360</guid>
      <dc:creator>davidiamyou</dc:creator>
      <dc:date>2012-11-23T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting NoSuchMethodError in Spring Hibernate Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119672#M84361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After spending some time this morning with the problem, I believe I have resolved the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently, I have an unnecessary dependency &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;dependency&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&amp;gt;org.springframework&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&amp;gt;spring-support&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;version&amp;gt;2.0&amp;lt;/version&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;in my POM and it caused conflict with some other packages. Essentially, the executing code was no longer following the expected path anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I removed this dependency and upgraded to Activiti 5.10 and Spring 3.1.2.Final as they are perfectly compatible with each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti 5.9 seems to be depending on Spring 3.0.3.Final and I didn't want to take chances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This solved the issue. Thank you for your time!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 14:04:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119672#M84361</guid>
      <dc:creator>davidiamyou</dc:creator>
      <dc:date>2012-11-23T14:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting NoSuchMethodError in Spring Hibernate Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119673#M84362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for posting back the solution. I would have guessed it was a library issue, but I would have looked for it in Hibernate, not in Spring!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 08:18:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hitting-nosuchmethoderror-in-spring-hibernate-integration/m-p/119673#M84362</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-26T08:18:22Z</dc:date>
    </item>
  </channel>
</rss>

