<?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 Using Vaadin Eclipse-Plugin for extending the activiti-explorer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-vaadin-eclipse-plugin-for-extending-the-activiti-explorer/m-p/164229#M117980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello at all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to extend the activiti explorer that it fits to our requirements. Therefore, I installed the Vaadin Plugin for eclipse. After that,&amp;nbsp; I checked out the wholeactiviti project from &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti&lt;/A&gt;&lt;SPAN&gt; with the import git project wizard in eclipse. After that, I converted the whole project into a maven project (right click on the project, configure, convert to maven project)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: how can I use the vaadin visual editor to graphically edit the activiti explorer. When I open a java class in the activiti-explorer package, I do not succeed in opening the vaadin visual editor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did I miss something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards and thanks for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 09:54:18 GMT</pubDate>
    <dc:creator>b_schnarr</dc:creator>
    <dc:date>2014-02-25T09:54:18Z</dc:date>
    <item>
      <title>Using Vaadin Eclipse-Plugin for extending the activiti-explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-vaadin-eclipse-plugin-for-extending-the-activiti-explorer/m-p/164229#M117980</link>
      <description>Hello at all,I need to extend the activiti explorer that it fits to our requirements. Therefore, I installed the Vaadin Plugin for eclipse. After that,&amp;nbsp; I checked out the wholeactiviti project from https://github.com/Activiti/Activiti with the import git project wizard in eclipse. After that, I conv</description>
      <pubDate>Tue, 25 Feb 2014 09:54:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-vaadin-eclipse-plugin-for-extending-the-activiti-explorer/m-p/164229#M117980</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-25T09:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using Vaadin Eclipse-Plugin for extending the activiti-explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-vaadin-eclipse-plugin-for-extending-the-activiti-explorer/m-p/164230#M117981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I try to open a java-file with the vaadin visual editor, I get the following message: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could not open design view:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to find or parse visually editable class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;caused by&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti does not exist&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with the following stacktrace:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.eclipse.core.runtime.CoreException: Failed to find or parse visually editable class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.util.VisualDesignerPluginUtil.newCoreException(VisualDesignerPluginUtil.java:69)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.editors.VaadinEditor.startServer(VaadinEditor.java:624)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.editors.VaadinEditor.pageChange(VaadinEditor.java:280)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:292)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:778)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3080)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1772)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:279)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1450)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.equinox.launcher.Main.main(Main.java:1426)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: Java Model Exception: Java Model Status [Activiti does not exist]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:508)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:246)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:521)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:258)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:244)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaProject.getJavaProjectElementInfo(JavaProject.java:1641)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject.java:2328)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject.java:2338)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaProject.findType(JavaProject.java:1356)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.core.JavaProject.findType(JavaProject.java:1263)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.java.EclipseJavaUtil.checkVisualClass(EclipseJavaUtil.java:140)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.java.EclipseJavaParser.parseClass(EclipseJavaParser.java:89)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.java.EclipseJavaParser.parseClass(EclipseJavaParser.java:71)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.editors.VaadinEditor.getModelFromJava(VaadinEditor.java:456)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.visualdesigner.eclipse.editors.VaadinEditor.startServer(VaadinEditor.java:546)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; … 37 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone an idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 14:45:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-vaadin-eclipse-plugin-for-extending-the-activiti-explorer/m-p/164230#M117981</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-25T14:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Vaadin Eclipse-Plugin for extending the activiti-explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-vaadin-eclipse-plugin-for-extending-the-activiti-explorer/m-p/164231#M117982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nope, sorry, I never used the Eclipse plugin for Vaadin … I don't really like these builders for UI's.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 09:14:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-vaadin-eclipse-plugin-for-extending-the-activiti-explorer/m-p/164231#M117982</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-03-10T09:14:09Z</dc:date>
    </item>
  </channel>
</rss>

