<?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 added shape not visible in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114078#M80355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i just wanted to add a custom shape to the palette but it doesn´t work. I created a class that extends 'AbstractCustomServiceTask', build the jar an added it to the Library 'Activity Designer Extensions' that i have created before. After that i closed all diagramms, opened one, but no new shape was visible. Also restarting eclipse didn´t help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First I was using INDIGO Eclipse Jave EE, after reading some threads in the forum (Problems with different Eclipse-Versions occured) i tested the same things with the newest classis Version and an old Version (3.6.2), but both with the same result. My created Shape isn´t there in the Palette.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What other possibilities do I have for getting my created Shape into the palette?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pascal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 14:22:57 GMT</pubDate>
    <dc:creator>pascal1</dc:creator>
    <dc:date>2012-07-05T14:22:57Z</dc:date>
    <item>
      <title>added shape not visible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114078#M80355</link>
      <description>Hello,i just wanted to add a custom shape to the palette but it doesn´t work. I created a class that extends 'AbstractCustomServiceTask', build the jar an added it to the Library 'Activity Designer Extensions' that i have created before. After that i closed all diagramms, opened one, but no new shap</description>
      <pubDate>Thu, 05 Jul 2012 14:22:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114078#M80355</guid>
      <dc:creator>pascal1</dc:creator>
      <dc:date>2012-07-05T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: added shape not visible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114079#M80356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest way to figure out why it doesn't show up is to debug the code that assembles the palette. This code, in the current version, is in org.activiti.designer.util.extension.ExtensionUtil.getCustomServiceTaskContexts(IProject). A collection of extensions is retrieved from Eclipse's registry. If your task is not in there, there's something wrong with the registration in Eclipse. If it's in there, but still doesn't show up, subsequent handling should tell you what's wrong with the actual classes (or maybe none are found due to incorrect annotations).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 11:22:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114079#M80356</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2012-07-07T11:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: added shape not visible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114080#M80357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the ExtensionUtil.class in the plugins .jar, but it isn´t possible to debug / look into the code because I have no sources!?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 07:28:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114080#M80357</guid>
      <dc:creator>pascal1</dc:creator>
      <dc:date>2012-07-12T07:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: added shape not visible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114081#M80358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The source code is available in the Activiti SVN repository, so why don't you get it from there?&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>Thu, 12 Jul 2012 11:48:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114081#M80358</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-07-12T11:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: added shape not visible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114082#M80359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cause I didn´t know &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; Now I have it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the Money-task example works. Problem was that the plugin requires the full path (C:\…\money-task.jar). Because of this the .jar hast to be stored out of the Eclipse-Projects, otherwise Eclipse takes the internal path to the .jar in the User Library (Activiti Designer Extensions).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pascal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 12:37:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/added-shape-not-visible/m-p/114082#M80359</guid>
      <dc:creator>pascal1</dc:creator>
      <dc:date>2012-07-12T12:37:52Z</dc:date>
    </item>
  </channel>
</rss>

