<?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: How to separate model from workflow in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7147#M3410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any model deployed via a JAR or other classpath means will never show up in the model &amp;amp; messages console. Only models / messages deployed at runtime (e.g. via the Data Dictionary) show up that way. So what you see is ok.&lt;/P&gt;&lt;P&gt;Though, I would advise you to not use tomcat/shared/lib or tomcat/lib for any more complex customisations. There are a lot of restrictions / limitations that come from classloading mechanics when you put JARs into those directories, and as soon as you have some Java-based customisations chances are high it is going to fail. If you use the default Alfresco installer (of a recent / current version) then you should have folders for modules/platform and modules/share where you can safely place customisation JARs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 07:47:28 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2017-09-20T07:47:28Z</dc:date>
    <item>
      <title>How to separate model from workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7146#M3409</link>
      <description>Hi,I have created workflow which contains model. But I think that model have to be separated from workflow because of reusing. Model then could be deployed separately and used by different workflows on different environments.So I have created new project and I have moved model from workflow. But the</description>
      <pubDate>Wed, 20 Sep 2017 07:34:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7146#M3409</guid>
      <dc:creator>pnature</dc:creator>
      <dc:date>2017-09-20T07:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate model from workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7147#M3410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any model deployed via a JAR or other classpath means will never show up in the model &amp;amp; messages console. Only models / messages deployed at runtime (e.g. via the Data Dictionary) show up that way. So what you see is ok.&lt;/P&gt;&lt;P&gt;Though, I would advise you to not use tomcat/shared/lib or tomcat/lib for any more complex customisations. There are a lot of restrictions / limitations that come from classloading mechanics when you put JARs into those directories, and as soon as you have some Java-based customisations chances are high it is going to fail. If you use the default Alfresco installer (of a recent / current version) then you should have folders for modules/platform and modules/share where you can safely place customisation JARs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:47:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7147#M3410</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-09-20T07:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate model from workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7148#M3411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. So how to deploy model to be visible for console and workflows? Because I struggle with problem that my workflow doesn't see separated model.&lt;/P&gt;&lt;P&gt;Should I deploy model using Model and Messages Console?&lt;/P&gt;&lt;P&gt;Thank you for your advice but why this folder is mentioned in official Alfresco documentation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 11:00:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7148#M3411</guid>
      <dc:creator>pnature</dc:creator>
      <dc:date>2017-09-20T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate model from workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7149#M3412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Why is this folder mentioned in official Alfresco documentation?" - Because that is a very old part of the documentation and usually is only carried over from version to version. Also, it is meant for purely static resources on the Share tier, e.g. web scripts and client resources. For this it works just fine. It is not meant for Java-based extensions. And lastly, it is not the only non-optimal&amp;nbsp;info given in the documentation. The docs are there to make it easy to start / work with Alfresco, not burden you with too much information - so they&amp;nbsp;may leave out some details that may not be relevant to 60-80% of the audience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, deploy your model and workflow using the corresponding Spring beans (as documented e.g. in Jeff Potts' tutorial on workflows). And forget about the consoles for this. In a production environment, those should never be used anyway - they are mostly practical for development environments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 13:28:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7149#M3412</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-09-20T13:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate model from workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7150#M3413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the shoutout, Axel! Here's the link, Eduard: &lt;A class="link-titled" href="https://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html" title="https://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;Creating Custom Advanced Workflows in Alfresco | ECMArchitect | Alfresco Developer Tutorials&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 15:20:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7150#M3413</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-09-20T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate model from workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7151#M3414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Axel.&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I changed my project from unspecified(java?) to alfresco all-in-one project. I have put my model into repo and form into share part.&lt;/P&gt;&lt;P&gt;After I have deployed amp files everything works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 08:21:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-separate-model-from-workflow/m-p/7151#M3414</guid>
      <dc:creator>pnature</dc:creator>
      <dc:date>2017-09-26T08:21:30Z</dc:date>
    </item>
  </channel>
</rss>

