<?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: Rights-Mamangement on Process-Definitions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172992#M126169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is possible by using the API. After deployment, you can add candidate starters for a certain process-definition (using repositoryService). Later on, when you want to display the possible processDefinitions, use the startableByUser(…) on ProcessDefinitionQuery to limit the visibility of definitions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that the engine does NOT enforce this constraint, its more of a convenience offered to apps building on top of activiti engine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 12:22:45 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2014-01-10T12:22:45Z</dc:date>
    <item>
      <title>Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172991#M126168</link>
      <description>Hello at all,lets say I model a new process in the Activiti modeler or in eclipse. Is it possible to define which user or which user groups can see and start this new process definition after the deployment?Thanks and best regardsBen</description>
      <pubDate>Thu, 09 Jan 2014 15:10:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172991#M126168</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-01-09T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172992#M126169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is possible by using the API. After deployment, you can add candidate starters for a certain process-definition (using repositoryService). Later on, when you want to display the possible processDefinitions, use the startableByUser(…) on ProcessDefinitionQuery to limit the visibility of definitions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that the engine does NOT enforce this constraint, its more of a convenience offered to apps building on top of activiti engine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:22:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172992#M126169</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-01-10T12:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172993#M126170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. I assume that this is not valid for the activiti explorer? So all users can see and start all available processes in the explorer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:38:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172993#M126170</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-01-10T15:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172994#M126171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, activiti explorer doesn't take those values into account&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 06:23:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172994#M126171</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-01-15T06:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172995#M126172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I saw that the repositoryService in REST API is only available in the legacy REST API. In the new REST API, you can use the GET-Method repository/process-definitions and parametrize the query with startableByUser, e.g. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://host-ip/activiti-rest/service/repository/process-definitions?startableByUser=kermit" rel="nofollow noopener noreferrer"&gt;http://host-ip/activiti-rest/service/repository/process-definitions?startableByUser=kermit&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, understood. Is it possible to set these permissions in the activiti explorer, too? What must I change in the code that the explorer only shows processes the user is allowed to see?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer and best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172995#M126172</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-12T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172996#M126173</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;The process definition list should be using a query that takes into account the startableByUser option as available on the ProcessDefinitionQuery.&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, 12 Feb 2014 17:42:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172996#M126173</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-02-12T17:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172997#M126174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked out the whole project in eclipse and changed a few lines of code in the activiti-explorer module. Afterwoods, I created a new war file: right-click on the pom.xml of the activiti-webapp-explorer2, run-as –&amp;gt; maven build, goals: package. The generation of the war-file is successfull. You can read this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Scanning for projects…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] Some problems were encountered while building the effective model for org.activiti:activiti-webapp-explorer2:war:5.15-SNAPSHOT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] 'build.plugins.plugin.version' for org.zeroturnaround:jrebel-maven-plugin is missing. @ line 38, column 15&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Building Activiti - Webapp - Explorer V2 5.15-SNAPSHOT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-enforcer-plugin:1.0:enforce (enforce-maven) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-resources-plugin:2.5:resources (default-resources) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[debug] execute contextualize&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Copying 28 resources&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — jrebel-maven-plugin:1.1.5:generate (generate-rebel-xml) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-compiler-plugin:2.3.2:compile (default-compile) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Nothing to compile - all classes are up to date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-resources-plugin:2.5:testResources (default-testResources) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[debug] execute contextualize&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] skip non existing resourceDirectory C:\Users\schnarr\Desktop\Activiti\Activiti\modules\activiti-webapp-explorer2\src\test\resources&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] No sources to compile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-surefire-plugin:2.7.1:test (default-test) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] No tests to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Surefire report directory: C:\Users\schnarr\Desktop\Activiti\Activiti\modules\activiti-webapp-explorer2\target\surefire-reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;——————————————————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; T E S T S&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;——————————————————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are no tests to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tests run: 0, Failures: 0, Errors: 0, Skipped: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-war-plugin:2.1.1:war (default-war) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Packaging webapp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Assembling webapp [activiti-webapp-explorer2] in [C:\Users\schnarr\Desktop\Activiti\Activiti\modules\activiti-webapp-explorer2\target\activiti-webapp-explorer2-5.15-SNAPSHOT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Processing war project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Copying webapp resources [C:\Users\schnarr\Desktop\Activiti\Activiti\modules\activiti-webapp-explorer2\src\main\webapp]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Webapp assembled in [11468 msecs]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Building war: C:\Users\schnarr\Desktop\Activiti\Activiti\modules\activiti-webapp-explorer2\target\activiti-webapp-explorer2-5.15-SNAPSHOT.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] BUILD SUCCESS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Total time: 26.918s&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Finished at: Wed Feb 12 18:51:00 CET 2014&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Final Memory: 15M/219M&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I deploy the app on tomcat, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP Status 500 - org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'explorerApp' defined in ServletContext resource [/WEB-INF/activiti-ui-context.xml]: Cannot resolve reference to bean 'formPropertyRendererManager' while setting bean property 'formPropertyRendererManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formPropertyRendererManager' defined in ServletContext resource [/WEB-INF/activiti-ui-context.xml]: Cannot create inner bean 'org.activiti.explorer.ui.form.DoubleFormPropertyRenderer#5de3dfa4' of type [org.activiti.explorer.ui.form.DoubleFormPropertyRenderer] while setting bean property 'propertyRenderers' with key [3]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.activiti.explorer.ui.form.DoubleFormPropertyRenderer] for bean with name 'org.activiti.explorer.ui.form.DoubleFormPropertyRenderer#5de3dfa4' defined in ServletContext resource [/WEB-INF/activiti-ui-context.xml]; nested exception is java.lang.ClassNotFoundException: org.activiti.explorer.ui.form.DoubleFormPropertyRenderer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I only added one if-Statement in one class and nothing else. All other sources and dependancies are the same as in the Git-Repos. Did I miss something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 18:02:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172997#M126174</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-12T18:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172998#M126175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The same result without any source code changes. I checked out the git project (master) in eclipse and builded the war of the activiti-webapp-explorer2 by right-klicking of the pom.xml–&amp;gt;Run as–&amp;gt;Maven build–&amp;gt;goals: package. When I try to open the login page, I get the mentioned error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help and best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 08:35:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172998#M126175</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-13T08:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172999#M126176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My operations in detail with eclipse Kepler:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) File –&amp;gt; Import –&amp;gt; Git –&amp;gt; Projects from Git –&amp;gt; Clone URI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) URI : &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti&lt;/A&gt;&lt;SPAN&gt;; Host: github.com, Respo Path: /Activiti/Activiti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) Branch Selection: master, clone submodules&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) Import as general project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, the project is available in eclipse without any errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) Right click on the project –&amp;gt; Configure –&amp;gt; Convert to maven project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, the project is correctly recognized as a maven project without any errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6.) Right click on project –&amp;gt; Maven –&amp;gt; Update Project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;7.) Right click on pom.xml of the main project –&amp;gt; Run As –&amp;gt; Maven build; Goal: package&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Results :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tests run: 1290, Failures: 0, Errors: 0, Skipped: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-jar-plugin:2.3.2:jar (default-jar) @ activiti-engine —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Building jar: C:\Users\schnarr\Desktop\a13\Activiti\modules\activiti-engine\target\activiti-engine-5.15-SNAPSHOT.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Reactor Summary:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti …………………………………… SUCCESS [1.046s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - BPMN Model ……………………….. SUCCESS [6.945s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - BPMN Converter ……………………. SUCCESS [8.290s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti - Engine …………………………… SUCCESS [4:08.162s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] BUILD SUCCESS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Total time: 4:25.678s&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Finished at: Thu Feb 13 13:04:00 CET 2014&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Final Memory: 46M/605M&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, right-click of the pom.xml of the activiti-webapp-explorer2–&amp;gt; Run As –&amp;gt; Maven build; Goals: package&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Scanning for projects…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] Some problems were encountered while building the effective model for org.activiti:activiti-webapp-explorer2:war:5.15-SNAPSHOT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] 'build.plugins.plugin.version' for org.zeroturnaround:jrebel-maven-plugin is missing. @ line 38, column 15&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Building Activiti - Webapp - Explorer V2 5.15-SNAPSHOT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-enforcer-plugin:1.0:enforce (enforce-maven) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-resources-plugin:2.5:resources (default-resources) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[debug] execute contextualize&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Copying 28 resources&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — jrebel-maven-plugin:1.1.5:generate (generate-rebel-xml) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Processing org.activiti:activiti-webapp-explorer2 with packaging war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-compiler-plugin:2.3.2:compile (default-compile) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Compiling 1 source file to C:\Users\schnarr\Desktop\a13\Activiti\modules\activiti-webapp-explorer2\target\classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-resources-plugin:2.5:testResources (default-testResources) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[debug] execute contextualize&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Using 'UTF-8' encoding to copy filtered resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] skip non existing resourceDirectory C:\Users\schnarr\Desktop\a13\Activiti\modules\activiti-webapp-explorer2\src\test\resources&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] No sources to compile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-surefire-plugin:2.7.1:test (default-test) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] No tests to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Surefire report directory: C:\Users\schnarr\Desktop\a13\Activiti\modules\activiti-webapp-explorer2\target\surefire-reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;——————————————————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; T E S T S&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;——————————————————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are no tests to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tests run: 0, Failures: 0, Errors: 0, Skipped: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-war-plugin:2.1.1:war (default-war) @ activiti-webapp-explorer2 —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Packaging webapp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Assembling webapp [activiti-webapp-explorer2] in [C:\Users\schnarr\Desktop\a13\Activiti\modules\activiti-webapp-explorer2\target\activiti-webapp-explorer2-5.15-SNAPSHOT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Processing war project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Copying webapp resources [C:\Users\schnarr\Desktop\a13\Activiti\modules\activiti-webapp-explorer2\src\main\webapp]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Webapp assembled in [15365 msecs]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Building war: C:\Users\schnarr\Desktop\a13\Activiti\modules\activiti-webapp-explorer2\target\activiti-webapp-explorer2-5.15-SNAPSHOT.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] BUILD SUCCESS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Total time: 33.121s&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Finished at: Thu Feb 13 13:07:30 CET 2014&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Final Memory: 25M/340M&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After the deployment on tomcat, I open the following URL: &lt;/SPAN&gt;&lt;A href="http://post-ip:8080/activiti-webapp-explorer2-5.15-SNAPSHOT/ui/" rel="nofollow noopener noreferrer"&gt;http://post-ip:8080/activiti-webapp-explorer2-5.15-SNAPSHOT/ui/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP Status 500 - org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'explorerApp' defined in ServletContext resource [/WEB-INF/activiti-ui-context.xml]: Cannot resolve reference to bean 'formPropertyRendererManager' while setting bean property 'formPropertyRendererManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formPropertyRendererManager' defined in ServletContext resource [/WEB-INF/activiti-ui-context.xml]: Cannot create inner bean 'org.activiti.explorer.ui.form.DoubleFormPropertyRenderer#e8c237f' of type [org.activiti.explorer.ui.form.DoubleFormPropertyRenderer] while setting bean property 'propertyRenderers' with key [3]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.activiti.explorer.ui.form.DoubleFormPropertyRenderer] for bean with name 'org.activiti.explorer.ui.form.DoubleFormPropertyRenderer#e8c237f' defined in ServletContext resource [/WEB-INF/activiti-ui-context.xml]; nested exception is java.lang.ClassNotFoundException: org.activiti.explorer.ui.form.DoubleFormPropertyRenderer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help and best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 12:13:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/172999#M126176</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-13T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173000#M126177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you give me a hint in which classes I can find those queries? That would be great. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 15:46:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173000#M126177</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-15T15:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173001#M126178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I succeeded in building the whole distribution with ant. Therefore, I right-klicked on the build.xml in the distro Folder and selected: Run as ant Build. The generated war-Files work perfectly. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 15:59:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173001#M126178</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-16T15:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173002#M126179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You wrote : "This is possible by using the API. After deployment, you can add candidate starters for a certain process-definition (using repositoryService). Later on, when you want to display the possible processDefinitions, use the startableByUser(…) on ProcessDefinitionQuery to limit the visibility of definitions."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this also true for LDAP Users? Lets say the Activiti Explorer and REST Webapp are using LDAP. Is it then also possible to work witth candidate starters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 08:28:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173002#M126179</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-26T08:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rights-Mamangement on Process-Definitions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173003#M126180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the same is true for LDAP users, no difference. We don't have this support built-in to the Explorer or REST web application, but you can add it of course.&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>Sat, 01 Mar 2014 14:07:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rights-mamangement-on-process-definitions/m-p/173003#M126180</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-03-01T14:07:13Z</dc:date>
    </item>
  </channel>
</rss>

