<?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: Applying a extension to Activiti Designer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52272#M30681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That stacktrace is a "normal" stacktrace and I'm sure it has nothing to do with your extension. I've emailed Tijs to add the integration lib to Nexus.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2011 08:13:22 GMT</pubDate>
    <dc:creator>tiesebarrell</dc:creator>
    <dc:date>2011-07-18T08:13:22Z</dc:date>
    <item>
      <title>Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52269#M30678</link>
      <description>Hi,I'm trying to change and extend the palette of activiti designer. I have followed the user guide, used the examples and successfully created the jar file with maven install. Maven doesn't report any errors and the jar file includes the classes of the example. But if I put this jar file to the Act</description>
      <pubDate>Sun, 17 Jul 2011 19:13:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52269#M30678</guid>
      <dc:creator>christianelmer</dc:creator>
      <dc:date>2011-07-17T19:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52270#M30679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the palette doesn't change immediately, you have to re-open diagrams. If it still doesn't work, take a look at the log file in eclipse's workspace, there's probably a stacktrace in there. I know it's not the most user-friendly way to spot errors and I'm considering a different approach that validates the extension and reports any problems it finds. For now though, the log file is the place to look. There's probably some reason it can't load your extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The version mismatch could also be a problem. I'll ask Tijs to upload the 5.7 compatible version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 07:22:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52270#M30679</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-07-18T07:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52271#M30680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;the palette doesn't change immediately, you have to re-open diagrams. If it still doesn't work, take a look at the log file in eclipse's workspace, there's probably a stacktrace in there. I know it's not the most user-friendly way to spot errors and I'm considering a different approach that validates the extension and reports any problems it finds. For now though, the log file is the place to look. There's probably some reason it can't load your extension.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I see one failure with stacktrace in the log file if I open a .activiti file, but it triggers with and without the designer extension jar in the user library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;!ENTRY org.eclipse.ui.workbench 4 0 2011-07-18 09:54:28.950&lt;BR /&gt;!MESSAGE WARNING: Prevented recursive attempt to activate part org.eclipse.jdt.ui.PackageExplorer while still in the middle of activating part org.activiti.designer.editor.multiPageEditor&lt;BR /&gt;!STACK 0&lt;BR /&gt;java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part org.eclipse.jdt.ui.PackageExplorer while still in the middle of activating part org.activiti.designer.editor.multiPageEditor&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3487)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3077)&lt;BR /&gt; at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:279)&lt;BR /&gt; at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:237)&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263)&lt;BR /&gt; at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1533)&lt;BR /&gt; at org.eclipse.swt.widgets.Control.gtk_button_press_event(Control.java:2645)&lt;BR /&gt; at org.eclipse.swt.widgets.Control.gtk_button_press_event(Control.java:2581)&lt;BR /&gt; at org.eclipse.swt.widgets.Composite.gtk_button_press_event(Composite.java:681)&lt;BR /&gt; at org.eclipse.swt.widgets.Tree.gtk_button_press_event(Tree.java:1865)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1731)&lt;BR /&gt; at org.eclipse.swt.widgets.Control.windowProc(Control.java:4796)&lt;BR /&gt; at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:3485)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.windowProc(Display.java:4360)&lt;BR /&gt; at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)&lt;BR /&gt; at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8189)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.eventProc(Display.java:1238)&lt;BR /&gt; at org.eclipse.swt.internal.gtk.OS._gtk_enumerate_printers(Native Method)&lt;BR /&gt; at org.eclipse.swt.internal.gtk.OS.gtk_enumerate_printers(OS.java:9091)&lt;BR /&gt; at org.eclipse.swt.printing.Printer.getPrinterList(Printer.java:91)&lt;BR /&gt; at org.eclipse.gef.ui.actions.PrintAction.calculateEnabled(PrintAction.java:45)&lt;BR /&gt; at org.eclipse.graphiti.ui.internal.action.PrintGraphicalViewerAction.calculateEnabled(PrintGraphicalViewerAction.java:98)&lt;BR /&gt; at org.eclipse.gef.ui.actions.WorkbenchPartAction.isEnabled(WorkbenchPartAction.java:123)&lt;BR /&gt; at org.eclipse.jface.commands.ActionHandler.isEnabled(ActionHandler.java:141)&lt;BR /&gt; at org.eclipse.core.commands.Command.isEnabled(Command.java:833)&lt;BR /&gt; at org.eclipse.core.commands.Command.setHandler(Command.java:996)&lt;BR /&gt; at org.eclipse.ui.internal.handlers.HandlerAuthority.updateCommand(HandlerAuthority.java:459)&lt;BR /&gt; at org.eclipse.ui.internal.handlers.HandlerAuthority.processChangedCommands(HandlerAuthority.java:633)&lt;BR /&gt; at org.eclipse.ui.internal.handlers.HandlerAuthority.access$1(HandlerAuthority.java:610)&lt;BR /&gt; at org.eclipse.ui.internal.handlers.HandlerAuthority$1.propertyChange(HandlerAuthority.java:175)&lt;BR /&gt; at org.eclipse.ui.internal.services.EvaluationAuthority$1.run(EvaluationAuthority.java:252)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.ui.internal.services.EvaluationAuthority.fireServiceChange(EvaluationAuthority.java:246)&lt;BR /&gt; at org.eclipse.ui.internal.services.EvaluationAuthority.endSourceChange(EvaluationAuthority.java:197)&lt;BR /&gt; at org.eclipse.ui.internal.services.EvaluationAuthority.sourceChanged(EvaluationAuthority.java:135)&lt;BR /&gt; at org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:311)&lt;BR /&gt; at org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:290)&lt;BR /&gt; at org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(AbstractSourceProvider.java:99)&lt;BR /&gt; at org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:401)&lt;BR /&gt; at org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:300)&lt;BR /&gt; at org.eclipse.ui.internal.services.WorkbenchSourceProvider$1.partDeactivated(WorkbenchSourceProvider.java:247)&lt;BR /&gt; at org.eclipse.ui.internal.PartListenerList$4.run(PartListenerList.java:117)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.core.runtime.Platform.run(Platform.java:888)&lt;BR /&gt; at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57)&lt;BR /&gt; at org.eclipse.ui.internal.PartListenerList.firePartDeactivated(PartListenerList.java:115)&lt;BR /&gt; at org.eclipse.ui.internal.PartService.firePartDeactivated(PartService.java:238)&lt;BR /&gt; at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:300)&lt;BR /&gt; at org.eclipse.ui.internal.WWinPartService.updateActivePart(WWinPartService.java:134)&lt;BR /&gt; at org.eclipse.ui.internal.WWinPartService.access$0(WWinPartService.java:125)&lt;BR /&gt; at org.eclipse.ui.internal.WWinPartService$WWinListener.partDeactivated(WWinPartService.java:50)&lt;BR /&gt; at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:115)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.core.runtime.Platform.run(Platform.java:888)&lt;BR /&gt; at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:55)&lt;BR /&gt; at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:113)&lt;BR /&gt; at org.eclipse.ui.internal.PartService.firePartDeactivated(PartService.java:242)&lt;BR /&gt; at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:300)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:57)&lt;BR /&gt; at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:136)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3537)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.internalActivate(WorkbenchPage.java:617)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:589)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2875)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2768)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2760)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2711)&lt;BR /&gt; at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2707)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2691)&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2682)&lt;BR /&gt; at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)&lt;BR /&gt; at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)&lt;BR /&gt; at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:365)&lt;BR /&gt; at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:168)&lt;BR /&gt; at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:229)&lt;BR /&gt; at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:208)&lt;BR /&gt; at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:274)&lt;BR /&gt; at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:250)&lt;BR /&gt; at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:373)&lt;BR /&gt; at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:526)&lt;BR /&gt; at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:845)&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)&lt;BR /&gt; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:843)&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1131)&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1235)&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)&lt;BR /&gt; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1408)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.main(Main.java:1384)&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The version mismatch could also be a problem. I'll ask Tijs to upload the 5.7 compatible version.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That would be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 08:04:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52271#M30680</guid>
      <dc:creator>christianelmer</dc:creator>
      <dc:date>2011-07-18T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52272#M30681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That stacktrace is a "normal" stacktrace and I'm sure it has nothing to do with your extension. I've emailed Tijs to add the integration lib to Nexus.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 08:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52272#M30681</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-07-18T08:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52273#M30682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've uploaded 5.7 to the Maven repository.&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>Mon, 18 Jul 2011 13:31:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52273#M30682</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-07-18T13:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52274#M30683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much, now it works!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 13:45:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52274#M30683</guid>
      <dc:creator>christianelmer</dc:creator>
      <dc:date>2011-07-18T13:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52275#M30684</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;I've got the same problem with 5.8 version. I've followed the guide, but no new node is displayed in palette. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where might be the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 14:05:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52275#M30684</guid>
      <dc:creator>firebird0001</dc:creator>
      <dc:date>2011-10-26T14:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a extension to Activiti Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52276#M30685</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;Which problem are you referring to?&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>Wed, 26 Oct 2011 15:31:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-a-extension-to-activiti-designer/m-p/52276#M30685</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-10-26T15:31:14Z</dc:date>
    </item>
  </channel>
</rss>

