<?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: java.lang.NoClassDefFoundError when starting process engine in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122927#M86573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to get Activiti and Vaadin working together so I can "play" with the two with some simple code and learn.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;The separate way would be a better way (imho), because a lot of things to be investigate and to study &lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://connect.hyland.com/i/smilies/16x16_smiley-indifferent.png" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have added the following dependencies to Maven:&lt;BR /&gt;….&lt;BR /&gt;I am getting the following error:&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;java.lang.NoClassDefFoundError: org/activiti/engine/ProcessEngines&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;the jars activiti-engine-5.12.jar and a couple of bpmn jars are in the Maven Dependencies path.&lt;BR /&gt;&lt;BR /&gt;This is probably a java beginner issue but what is wrong here?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;you are not described, how to you started, that java code. But i assume, that no all needed libs are exist in runtime java class path. It may be, that your class was successfully compiled, but runtime java class path just differend from compile java class path. Check, if your web container has that libs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW. In other topic you questioned about sources for Activiti Explorer. Keep just in mind, that Activiti Explorer uses the Vaadin of &lt;/SPAN&gt;&lt;STRONG&gt;6.&lt;/STRONG&gt;&lt;SPAN&gt;8.x Releases. Your example uses the some API (&lt;/SPAN&gt;&lt;A href="https://vaadin.com/download/prerelease/7.0/7.0.0/7.0.0.beta1/docs/api/com/vaadin/ui/UI.html" rel="nofollow noopener noreferrer"&gt;com.vaadin.ui.UI&lt;/A&gt;&lt;SPAN&gt;) existed since Vaadin &lt;/SPAN&gt;&lt;STRONG&gt;7&lt;/STRONG&gt;&lt;SPAN&gt;.0.x.&lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="https://vaadin.com/book/vaadin7/-/page/preface.html" rel="nofollow noopener noreferrer"&gt;Vaadin 7 changes the basic architecture of Vaadin applications significantly, more than it did in the previous major revisions.&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2013 07:40:33 GMT</pubDate>
    <dc:creator>udoderk</dc:creator>
    <dc:date>2013-04-02T07:40:33Z</dc:date>
    <item>
      <title>java.lang.NoClassDefFoundError when starting process engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122926#M86572</link>
      <description>I am trying to get Activiti and Vaadin working together so I can "play" with the two with some simple code and learn. I have added the following dependencies to Maven:&amp;lt;repositories&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;Alfresco Maven Repository&amp;lt;/id&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;https://maven.alfresco.com</description>
      <pubDate>Mon, 01 Apr 2013 19:41:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122926#M86572</guid>
      <dc:creator>ericsnyder</dc:creator>
      <dc:date>2013-04-01T19:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoClassDefFoundError when starting process engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122927#M86573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to get Activiti and Vaadin working together so I can "play" with the two with some simple code and learn.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;The separate way would be a better way (imho), because a lot of things to be investigate and to study &lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://connect.hyland.com/i/smilies/16x16_smiley-indifferent.png" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have added the following dependencies to Maven:&lt;BR /&gt;….&lt;BR /&gt;I am getting the following error:&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;java.lang.NoClassDefFoundError: org/activiti/engine/ProcessEngines&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;the jars activiti-engine-5.12.jar and a couple of bpmn jars are in the Maven Dependencies path.&lt;BR /&gt;&lt;BR /&gt;This is probably a java beginner issue but what is wrong here?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;you are not described, how to you started, that java code. But i assume, that no all needed libs are exist in runtime java class path. It may be, that your class was successfully compiled, but runtime java class path just differend from compile java class path. Check, if your web container has that libs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW. In other topic you questioned about sources for Activiti Explorer. Keep just in mind, that Activiti Explorer uses the Vaadin of &lt;/SPAN&gt;&lt;STRONG&gt;6.&lt;/STRONG&gt;&lt;SPAN&gt;8.x Releases. Your example uses the some API (&lt;/SPAN&gt;&lt;A href="https://vaadin.com/download/prerelease/7.0/7.0.0/7.0.0.beta1/docs/api/com/vaadin/ui/UI.html" rel="nofollow noopener noreferrer"&gt;com.vaadin.ui.UI&lt;/A&gt;&lt;SPAN&gt;) existed since Vaadin &lt;/SPAN&gt;&lt;STRONG&gt;7&lt;/STRONG&gt;&lt;SPAN&gt;.0.x.&lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="https://vaadin.com/book/vaadin7/-/page/preface.html" rel="nofollow noopener noreferrer"&gt;Vaadin 7 changes the basic architecture of Vaadin applications significantly, more than it did in the previous major revisions.&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 07:40:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122927#M86573</guid>
      <dc:creator>udoderk</dc:creator>
      <dc:date>2013-04-02T07:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoClassDefFoundError when starting process engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122928#M86574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks udoderk:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I finally did was create a Vaadin project with the wizard and a Activiti project with a wizard. I then set up the dependencies for Activiti in the Vaadin project using Ivy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 01:10:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122928#M86574</guid>
      <dc:creator>ericsnyder</dc:creator>
      <dc:date>2013-04-03T01:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoClassDefFoundError when starting process engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122929#M86575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks udoderk:&lt;BR /&gt;What I finally did was create a Vaadin project with the wizard and a Activiti project with a wizard. I thin wet up the dependencies for Activiti in the Vaadin project using Ivy.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That is ok, but how to you start that web application? How to you deploy it to web container? Like written &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://vaadin.com/book/vaadin7/-/page/application.environment.html" rel="nofollow noopener noreferrer"&gt;https://vaadin.com/book/vaadin7/-/page/application.environment.html&lt;/A&gt;&lt;SPAN&gt; ? Do needed libraries exist under /WEB-IN/libs ???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 04:49:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-noclassdeffounderror-when-starting-process-engine/m-p/122929#M86575</guid>
      <dc:creator>udoderk</dc:creator>
      <dc:date>2013-04-03T04:49:55Z</dc:date>
    </item>
  </channel>
</rss>

