<?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: Activiti-OSGi and custom FormType in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132075#M92810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I was hoping for some more responses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime I tried subclassing ConfigurationFactory and some other things but nothing worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe that's a sign that ConfigurationFactory could be improved to support custom formtypes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 05:35:13 GMT</pubDate>
    <dc:creator>ronnybr</dc:creator>
    <dc:date>2013-07-26T05:35:13Z</dc:date>
    <item>
      <title>Activiti-OSGi and custom FormType</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132074#M92809</link>
      <description>Hello everyone,I am trying to convert my kinda monolitic Activiti-application to an OSGI-based one.In my process definition I use a custom formtype for URLs.When trying to deploy the bundle/process I get an exception, that Activiti doesn't know about the formtype "url".This makes sense to me, becaus</description>
      <pubDate>Tue, 23 Jul 2013 14:01:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132074#M92809</guid>
      <dc:creator>ronnybr</dc:creator>
      <dc:date>2013-07-23T14:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti-OSGi and custom FormType</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132075#M92810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I was hoping for some more responses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime I tried subclassing ConfigurationFactory and some other things but nothing worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe that's a sign that ConfigurationFactory could be improved to support custom formtypes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 05:35:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132075#M92810</guid>
      <dc:creator>ronnybr</dc:creator>
      <dc:date>2013-07-26T05:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti-OSGi and custom FormType</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132076#M92811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ConfigurationFactory exposes a StandaloneProcessEngineConfiguration… Use that to call setCustomFormTypes BEFORE the process-engine has been initialized, or call getFormTypes.add() AFTER the process-engine has been initialized to get the custom types picked up…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 12:26:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132076#M92811</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-08-01T12:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti-OSGi and custom FormType</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132077#M92812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your answer Frederik.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose adding formtypes before the initialization of the process-engine won't work with blueprint, because my blueprint-wrapper-bundle gets started before my process-bundle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to add my custom formtype after creation with a bundle activator and it worked, you can see the code here: &lt;/SPAN&gt;&lt;A href="https://gist.github.com/anonymous/6137726" rel="nofollow noopener noreferrer"&gt;https://gist.github.com/anonymous/6137726&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know I gotta change the thing with Thread.sleep() but I am happy so far, that it's working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I'll find a way to make it more blueprint-like and put the lookup into a content.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 05:43:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132077#M92812</guid>
      <dc:creator>ronnybr</dc:creator>
      <dc:date>2013-08-02T05:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti-OSGi and custom FormType</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132078#M92813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad to see it working. Feel free to share a better/cleaner approach.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 07:49:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-osgi-and-custom-formtype/m-p/132078#M92813</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-08-05T07:49:42Z</dc:date>
    </item>
  </channel>
</rss>

