<?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: Error while adding spring-boot-starter-web in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206486#M159616</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;Thank you for the resolution. I could get past the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As you said, I want to start an Activiti task using a REST Call from my Web Application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, I could create a test REST service using spring-boot-starter-rest-api and exposed it as REST Service. Created a jar - ActivitiRestProject.jar and copied to &amp;lt;tomcat location&amp;gt;\activiti-explorer\WEB-INF\lib folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After starting the Activiti Application using tomcat, I am unable to call the exposed service using Advanced Rest Client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8081/activiti-explorer/process" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/activiti-explorer/process&lt;/A&gt;&lt;SPAN&gt; (have configured activiti tomcat to 8081 port)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Service and Controller classes are from the link: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#_rest_support" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#_rest_support&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have separate jars for ActivitiTask Code and REST Code and both copied to &amp;lt;tomcat location&amp;gt;\activiti-explorer\WEB-INF\lib folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions on alternate ways of invoking the webservice or problem with the current design?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Siva&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2015 10:40:17 GMT</pubDate>
    <dc:creator>skrish</dc:creator>
    <dc:date>2015-11-03T10:40:17Z</dc:date>
    <item>
      <title>Error while adding spring-boot-starter-web</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206484#M159614</link>
      <description>Requirement: To start a process from outside Activiti by invoking REST Service.I have the following entry in pom.xml to create REST Services in Activiti.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependency&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&amp;gt;org.springframework.boot&amp;lt;/groupId&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&amp;gt;spring-boot-starter-web&amp;lt;/artifa</description>
      <pubDate>Mon, 02 Nov 2015 16:55:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206484#M159614</guid>
      <dc:creator>skrish</dc:creator>
      <dc:date>2015-11-02T16:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding spring-boot-starter-web</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206485#M159615</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;SPAN&gt;I didn't understand very well what you want to do, but I guess you want to create an application with an embedded Activiti and you need to expose a way to start processes from outside this application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is not mandatory to use spring boot for creating the REST services (but in my opinion is the easiest way you could do it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can imagine there are a lot of possibilities how you can design and implement your application around a framework/technology you like the most.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion you better have a look in the spring boot documentation and create a simple application by yourself and then add other parts to that application so that you could understand exactly what you are doing. (don't give up)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-maven-plugin.html" rel="nofollow noopener noreferrer"&gt;http://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-maven-plugin.html&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 22:41:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206485#M159615</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-11-02T22:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding spring-boot-starter-web</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206486#M159616</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;Thank you for the resolution. I could get past the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As you said, I want to start an Activiti task using a REST Call from my Web Application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, I could create a test REST service using spring-boot-starter-rest-api and exposed it as REST Service. Created a jar - ActivitiRestProject.jar and copied to &amp;lt;tomcat location&amp;gt;\activiti-explorer\WEB-INF\lib folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After starting the Activiti Application using tomcat, I am unable to call the exposed service using Advanced Rest Client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8081/activiti-explorer/process" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/activiti-explorer/process&lt;/A&gt;&lt;SPAN&gt; (have configured activiti tomcat to 8081 port)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Service and Controller classes are from the link: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#_rest_support" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#_rest_support&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have separate jars for ActivitiTask Code and REST Code and both copied to &amp;lt;tomcat location&amp;gt;\activiti-explorer\WEB-INF\lib folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions on alternate ways of invoking the webservice or problem with the current design?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Siva&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 10:40:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206486#M159616</guid>
      <dc:creator>skrish</dc:creator>
      <dc:date>2015-11-03T10:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding spring-boot-starter-web</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206487#M159617</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;I have put this REST implementation on hold for now. Started working on out of box activiti-rest.war API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have few questions on this and posted here: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.activiti.org/content/custom-deployment-not-showing-under-deployments-tab" rel="nofollow noopener noreferrer"&gt;https://forums.activiti.org/content/custom-deployment-not-showing-under-deployments-tab&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Siva&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 13:01:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206487#M159617</guid>
      <dc:creator>skrish</dc:creator>
      <dc:date>2015-11-03T13:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while adding spring-boot-starter-web</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206488#M159618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure, but &lt;/SPAN&gt;&lt;A href="http://localhost:8081/activiti-explorer/process" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/activiti-explorer/process&lt;/A&gt;&lt;SPAN&gt; is not going to work… unless your custom app is deployed under /activiti-explorer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 14:34:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-adding-spring-boot-starter-web/m-p/206488#M159618</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-11-03T14:34:19Z</dc:date>
    </item>
  </channel>
</rss>

