<?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 Problem building Activiti Designer in Kepler in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-building-activiti-designer-in-kepler/m-p/165698#M119364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I followed the instructions given by &lt;/SPAN&gt;&lt;A href="http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I have cloned the git repository and fixed pom.xml in org.activiti.designer.parent to set the Eclipse repository to Kepler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Previously, I have installed the required plugins on Eclipse (Modeling SDK and Graphiti 0.10.1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Being located at org.activiti.designer.parent I have run the suggested maven comands (mvn clean eclipse:clean; mvn eclipse:eclipse)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Both maven commands gave me SUCCESS messages in all projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Next, I opened the projects in Eclipse Kepler, check the exported jars in org.activiti.designer.libs and run the org.activiti.designer.eclipse project as Eclipse Application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Though a new Eclipse instance is launched and I was able to create a new Activiti project, I couldn´t create any BPM diagram because Eclipse shows me this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2014-03-27 14:15:33.796&lt;BR /&gt;!MESSAGE Plug-in "org.activiti.designer.eclipse" was unable to instantiate class "org.activiti.designer.eclipse.editor.ActivitiDiagramEditor".&lt;BR /&gt;!STACK 0&lt;BR /&gt;java.lang.NoClassDefFoundError: org/activiti/bpmn/model/BaseElement&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Class.getDeclaredConstructors0(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Class.privateGetDeclaredConstructors(Class.java:2493)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ….&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.equinox.launcher.Main.run(Main.java:1450)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.equinox.launcher.Main.main(Main.java:1426)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.activiti.bpmn.model.BaseElement cannot be found by org.activiti.designer.eclipse_5.14.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.ClassLoader.loadClass(ClassLoader.java:358)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;… 127 more&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;/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;What am I doing wrong? I will really appreciate any help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 19:41:44 GMT</pubDate>
    <dc:creator>gluquesan</dc:creator>
    <dc:date>2014-03-27T19:41:44Z</dc:date>
    <item>
      <title>Problem building Activiti Designer in Kepler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-building-activiti-designer-in-kepler/m-p/165698#M119364</link>
      <description>I followed the instructions given by http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide:- I have cloned the git repository and fixed pom.xml in org.activiti.designer.parent to set the Eclipse repository to Kepler- Previously, I have installed the required plugins on Eclipse (Mode</description>
      <pubDate>Thu, 27 Mar 2014 19:41:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-building-activiti-designer-in-kepler/m-p/165698#M119364</guid>
      <dc:creator>gluquesan</dc:creator>
      <dc:date>2014-03-27T19:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building Activiti Designer in Kepler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-building-activiti-designer-in-kepler/m-p/165699#M119365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you still experiencing this issue? Do you see that the designer.eclipse module has the activiti-bpmn-model JAR file on it's classpath?&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>Tue, 08 Apr 2014 13:45:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-building-activiti-designer-in-kepler/m-p/165699#M119365</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-04-08T13:45:32Z</dc:date>
    </item>
  </channel>
</rss>

