<?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 install activiti-rest.war on JBoss 7? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80681#M53883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mpgong,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had the same problem and removing the activiti-cxf.jar from the WEB-INF/lib folder did the trick. Now I am getting HTTP 403 errors but I assume this is fine because I don't want to grant everybody free access to my process engine's API &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; It furthermore shows that the deployment was successful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dextaiwan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 07:31:48 GMT</pubDate>
    <dc:creator>dextaiwan</dc:creator>
    <dc:date>2012-05-23T07:31:48Z</dc:date>
    <item>
      <title>How to install activiti-rest.war on JBoss 7?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80680#M53882</link>
      <description>HelloI was wondering if anyone has installed activiti on jboss 7 that could shed some light on the error i get below.&amp;nbsp; I can deploy the explorer but not the rest war.Thanks.14:17:01,690 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.uni</description>
      <pubDate>Thu, 22 Mar 2012 18:22:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80680#M53882</guid>
      <dc:creator>mpgong</dc:creator>
      <dc:date>2012-03-22T18:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to install activiti-rest.war on JBoss 7?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80681#M53883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mpgong,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had the same problem and removing the activiti-cxf.jar from the WEB-INF/lib folder did the trick. Now I am getting HTTP 403 errors but I assume this is fine because I don't want to grant everybody free access to my process engine's API &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; It furthermore shows that the deployment was successful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dextaiwan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 07:31:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80681#M53883</guid>
      <dc:creator>dextaiwan</dc:creator>
      <dc:date>2012-05-23T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to install activiti-rest.war on JBoss 7?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80682#M53884</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 JBoss 5.1.0 in my environment and I would like to integrate Activiti in to it.&amp;nbsp; Could you please correct me with below steps of integration?&amp;nbsp; Please note I only want activiti-engine and i dont want activiti-explorer because we may not use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) copy the below directory from the Activiti installation to your jboss directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from: F:\activiti-5.10\apps\apache-tomcat-6.0.32\webapps\activiti-rest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to: F:\jboss-5.1.0.GA\server\default\deploy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) modify the below files accordingly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;logging.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Restart the app server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am i missing anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 08:46:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80682#M53884</guid>
      <dc:creator>kethur</dc:creator>
      <dc:date>2012-10-25T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to install activiti-rest.war on JBoss 7?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80683#M53885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nope, that should be it. If you only need the rest API, you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- copy the rest war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- adapt the db properties if needed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- restart and pray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 06:13:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80683#M53885</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-26T06:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to install activiti-rest.war on JBoss 7?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80684#M53886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; When you say rest-api that is nothing but activiti-engine.&amp;nbsp; Am I right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 09:12:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80684#M53886</guid>
      <dc:creator>kethur</dc:creator>
      <dc:date>2012-10-26T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to install activiti-rest.war on JBoss 7?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80685#M53887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, that is indeed only the engine (+ mandatory dependencies, not many of them) and of course the webapp that exposes the rest operations on the engine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 13:13:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-install-activiti-rest-war-on-jboss-7/m-p/80685#M53887</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-29T13:13:15Z</dc:date>
    </item>
  </channel>
</rss>

