<?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: problems running unit tests created for Design project in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6940#M1734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys, thx for the quick reply.&amp;nbsp; I solved the problem. I went back and created a new simple diagram and generated the unit test class. When I run this as a Junit through Eclipse, I get an error about a missing class related to registering a Spring bean (org/springframework/beans/factory/support/BeanDefinitionRegistry) . Previously, to solve that problem I had included all the libraries from activiti-5.1\setup\files\dependencies\libs and I picked up an inappropriate version of an slf4j jar file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the same jars as are referenced in the activiti-engine-examples project and the unit test finds all its jars and runs to completion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps there's a maven step I previously missed that would have solved the initial problem with not finding the springframework jar? I'll reread doc and see if this was all user error &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>Thu, 03 Feb 2011 16:25:49 GMT</pubDate>
    <dc:creator>georgeflorentin</dc:creator>
    <dc:date>2011-02-03T16:25:49Z</dc:date>
    <item>
      <title>problems running unit tests created for Design project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6937#M1731</link>
      <description>I've downloaded Activiti 5.1 and installed the Eclipse Activiti Designer plugin into Eclipse Helios. I created a simple diagram and created a unit test. When trying to run the unit test using JUnit 4.1 I get the stack trace below. In the JUnit logging window I see this message&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;LF4J: The requested v</description>
      <pubDate>Wed, 02 Feb 2011 23:35:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6937#M1731</guid>
      <dc:creator>georgeflorentin</dc:creator>
      <dc:date>2011-02-02T23:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: problems running unit tests created for Design project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6938#M1732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like a version mismatch between the asm we use and the asm that cglib expects. What version of cglib do you see in the dependency-tree (mvn dependency:tree).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Moving this thread to the Activiti Designer-forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 05:57:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6938#M1732</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-03T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: problems running unit tests created for Design project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6939#M1733</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;Did you create a new Activiti project in the Designer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You also executed the mvn eclipse:eclipse command on the project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you change the generated pom.xml?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't experienced any problems with slf4j therefore all these questions.&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>Thu, 03 Feb 2011 13:10:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6939#M1733</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-02-03T13:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: problems running unit tests created for Design project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6940#M1734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys, thx for the quick reply.&amp;nbsp; I solved the problem. I went back and created a new simple diagram and generated the unit test class. When I run this as a Junit through Eclipse, I get an error about a missing class related to registering a Spring bean (org/springframework/beans/factory/support/BeanDefinitionRegistry) . Previously, to solve that problem I had included all the libraries from activiti-5.1\setup\files\dependencies\libs and I picked up an inappropriate version of an slf4j jar file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the same jars as are referenced in the activiti-engine-examples project and the unit test finds all its jars and runs to completion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps there's a maven step I previously missed that would have solved the initial problem with not finding the springframework jar? I'll reread doc and see if this was all user error &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>Thu, 03 Feb 2011 16:25:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-running-unit-tests-created-for-design-project/m-p/6940#M1734</guid>
      <dc:creator>georgeflorentin</dc:creator>
      <dc:date>2011-02-03T16:25:49Z</dc:date>
    </item>
  </channel>
</rss>

