<?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: Exception because of emty line in Manifest.mf in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111131#M78123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like error is in loading an Image to display in SWT. If you claim the removal of the blank lines fixes this problem, probably the activiti-extention-name that is read from the manifest (with the empty lines) causes a certain resource not to be found…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 12:58:59 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-07-25T12:58:59Z</dc:date>
    <item>
      <title>Exception because of emty line in Manifest.mf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111128#M78120</link>
      <description>Hello,the ActivitiDesigner throws an exception when the Manifest.mf of the Jar-File contains an emty line. In my Jar, created by a build.xml, there are two emty lines at the end of the Manifest.mf and because of this it doesn´t work. When I remove them manually it works well…Maybe you can implement</description>
      <pubDate>Wed, 25 Jul 2012 08:31:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111128#M78120</guid>
      <dc:creator>pascal1</dc:creator>
      <dc:date>2012-07-25T08:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exception because of emty line in Manifest.mf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111129#M78121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think we use the default manifest-reading capabilities… Can't you make your ant-build file create a manifest that doesn't contain the empty lines?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you show the stack trace thrown by the designer? So I can assert this is activiti-specific reading or not?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 10:59:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111129#M78121</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-25T10:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exception because of emty line in Manifest.mf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111130#M78122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I´m looking for the reason of this emty lines, but I didn´t find anything yet. It is only a standard "&amp;lt;manifest&amp;gt;"-tag where attributes are added in my build.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.IllegalArgumentException: Argument cannot be null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.SWT.error(SWT.java:4263)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.SWT.error(SWT.java:4197)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.SWT.error(SWT.java:4168)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:128)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:22)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.ImageData.&amp;lt;init&amp;gt;(ImageData.java:331)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.Image.&amp;lt;init&amp;gt;(Image.java:545)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.designer.diagram.ActivitiToolBehaviorProvider.getPalette(ActivitiToolBehaviorProvider.java:532)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.internal.editor.GFPaletteRoot.updatePaletteEntries(GFPaletteRoot.java:104)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.internal.editor.GFPaletteRoot.&amp;lt;init&amp;gt;(GFPaletteRoot.java:80)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DefaultPaletteBehavior.createPaletteRoot(DefaultPaletteBehavior.java:103)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DefaultPaletteBehavior.getPaletteRoot(DefaultPaletteBehavior.java:115)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.getPaletteRoot(DiagramEditor.java:938)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.setEditDomain(GraphicalEditorWithFlyoutPalette.java:145)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.setConfigurationProvider(DiagramEditor.java:1863)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.setInput(DiagramEditor.java:551)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.designer.eclipse.editor.ActivitiDiagramEditor.setInput(ActivitiDiagramEditor.java:203)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.init(DiagramEditor.java:445)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.designer.eclipse.editor.ActivitiDiagramEditor.init(ActivitiDiagramEditor.java:139)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1245)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1198)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1597)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.PartStack.add(PartStack.java:493)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.PartStack.add(PartStack.java:479)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:808)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:707)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:666)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2942)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2842)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2793)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2764)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:355)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:164)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:249)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:228)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:275)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:251)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:376)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:538)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:866)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:864)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1152)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1256)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:269)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:309)&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:1053)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)&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:667)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)&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:344)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&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:622)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1410)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 11:11:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111130#M78122</guid>
      <dc:creator>pascal1</dc:creator>
      <dc:date>2012-07-25T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exception because of emty line in Manifest.mf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111131#M78123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like error is in loading an Image to display in SWT. If you claim the removal of the blank lines fixes this problem, probably the activiti-extention-name that is read from the manifest (with the empty lines) causes a certain resource not to be found…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 12:58:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111131#M78123</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-25T12:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exception because of emty line in Manifest.mf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111132#M78124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the last line in the Manifest.mf is the activiti-extention-name, so maybe with the empty lines an additional ressource wants to be found… I´m searching for a way to get a right Manifest.mf out of my ANT-Build…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have the same Exception at another point in my Custom-Shape. The MoneyTask-Example works, my own one never works. Because of that I changed the example to a class with my properties. That still works. But when I want to rename the Class or the package-Path, suddenly there is that Exception again. What can I do to get my own Package-Path and Class-Name for the custom shape in the palette? Is there any config or something like that where I have to change something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pascal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:51:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111132#M78124</guid>
      <dc:creator>pascal1</dc:creator>
      <dc:date>2012-07-25T13:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exception because of emty line in Manifest.mf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111133#M78125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, after some more attempts now I have:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Eclipse Indigo with Activiti-Designer 5.9 : Like the post before (own Jar doesn´t work, the example works, example with renamed class doesn´t work)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Eclipse Helios with Activiti-Designer 5.8.1: My own Jar works perfect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The installation of Activiti-Designer 5.8.1 on Eclipse Indigo fails: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Cannot complete the install because one or more required items could not be found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Software being installed: Activiti Eclipse BPMN 2.0 Designer 5.8.1 (org.activiti.designer.feature.feature.group 5.8.1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Missing requirement: Activiti Designer - Eclipse 5.8.1 (org.activiti.designer.eclipse 5.8.1) requires 'bundle org.eclipse.emf.transaction 0.0.0' but it could not be found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cannot satisfy dependency:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From: Activiti Eclipse BPMN 2.0 Designer 5.8.1 (org.activiti.designer.feature.feature.group 5.8.1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To: org.activiti.designer.eclipse [5.8.1]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…and after that I get an Exception when I want to open a Diagram…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe there must be changes between 5.8 &amp;amp; 5.9 that are the reason for my problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 15:59:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-because-of-emty-line-in-manifest-mf/m-p/111133#M78125</guid>
      <dc:creator>pascal1</dc:creator>
      <dc:date>2012-07-25T15:59:36Z</dc:date>
    </item>
  </channel>
</rss>

