<?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 unit test my client library that uses CMIS 1.1 (with apache chemistry)? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52257#M19727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I setup the runner as outlined in the github page. I have the dependency to the runner in my pom.xml .&amp;nbsp;&amp;nbsp;When I started my runner I got the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;Aug 27, 2018 4:06:43 AM org.eclipse.jetty.webapp.WebInfConfiguration getCanonicalNameForWebAppTmpDir&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;WARNING: Can't generate resourceBase as part of webapp tmp dir name: java.lang.IllegalStateException: No resourceBase or war set for context&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;Aug 27, 2018 4:06:43 AM org.eclipse.jetty.webapp.WebAppContext doStart&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;WARNING: Failed startup of context o.e.j.w.WebAppContext@2e4b8173{/cmis,null,null}&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;java.lang.IllegalStateException: No resourceBase or war set for context&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2018 11:13:21 GMT</pubDate>
    <dc:creator>kartech11</dc:creator>
    <dc:date>2018-08-28T11:13:21Z</dc:date>
    <item>
      <title>How to unit test my client library that uses CMIS 1.1 (with apache chemistry)?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52251#M19721</link>
      <description>Hi,&amp;nbsp;I am currently creating a CMIS 1.1 based client library (using apache chemistry) to query Alfresco to add, delete, update folders and documents.&amp;nbsp; Please can you let me know how to write JUnit tests to test my API calls.&amp;nbsp;Is there a way to spin up a in memory alfresco instance to test out my clien</description>
      <pubDate>Wed, 15 Aug 2018 14:56:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52251#M19721</guid>
      <dc:creator>kartech11</dc:creator>
      <dc:date>2018-08-15T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to unit test my client library that uses CMIS 1.1 (with apache chemistry)?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52252#M19722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer if the below url helps:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/gsdenys/junit-server-cmis" title="https://github.com/gsdenys/junit-server-cmis" rel="nofollow noopener noreferrer"&gt;GitHub - gsdenys/junit-server-cmis: JUnit Runner for CMIS Server&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:24:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52252#M19722</guid>
      <dc:creator>ranjeetsi</dc:creator>
      <dc:date>2018-08-15T18:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to unit test my client library that uses CMIS 1.1 (with apache chemistry)?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52253#M19723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the link Ranjeet. Is there a way to setup aspects using the runner? Do you have any examples to share as to how I can create aspects via the runner?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 17:13:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52253#M19723</guid>
      <dc:creator>kartech11</dc:creator>
      <dc:date>2018-08-21T17:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to unit test my client library that uses CMIS 1.1 (with apache chemistry)?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52254#M19724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ranjeet for the link. I am getting an error when I execute my runner, it is not able to start up jetty automatically. Did you have to do any further setup other than the steps outlined in the github page? Appreciate if you can let me know what could be the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I raised the below query to help on the above&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="238571" __jive_macro_name="thread" _jive_internal="true" class="jive_macro_thread jive_macro link-titled" href="https://community.alfresco.com/thread/238571-cmisinmemoryrunner-not-starting-up" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 03:18:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52254#M19724</guid>
      <dc:creator>kartech11</dc:creator>
      <dc:date>2018-08-27T03:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to unit test my client library that uses CMIS 1.1 (with apache chemistry)?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52255#M19725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had tested this quite long ago and just provided the github url for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will check it once i have time, meanwhile can you please provide the error you are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 15:47:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52255#M19725</guid>
      <dc:creator>ranjeetsi</dc:creator>
      <dc:date>2018-08-27T15:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to unit test my client library that uses CMIS 1.1 (with apache chemistry)?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52256#M19726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For creation of site , you can use - REST call also:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/22971_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curl command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curl -X POST \&lt;BR /&gt;&lt;SPAN&gt; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8084/alfresco/api/-default-/public/alfresco/versions/1/sites?skipConfiguration=false&amp;amp;skipAddToFavorites=false" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8084/alfresco/api/-default-/public/alfresco/versions/1/sites?skipConfiguration=false&amp;amp;skipAddToFavorites=false&lt;/A&gt;&lt;SPAN&gt;' \&lt;/SPAN&gt;&lt;BR /&gt; -H 'Authorization: Basic YWRtaW46YWRtaW4=' \&lt;BR /&gt; -H 'Cache-Control: no-cache' \&lt;BR /&gt; -H 'Content-Type: application/json' \&lt;BR /&gt; -H 'Postman-Token: 5c8f33b2-bac9-498f-b1d3-c542eaf87e0f' \&lt;BR /&gt; -d '{&lt;BR /&gt; "id": "test8084site",&lt;BR /&gt; "title": "test8084site",&lt;BR /&gt; "description": "test8084site",&lt;BR /&gt; "visibility": "PUBLIC"&lt;BR /&gt;}'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 16:02:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52256#M19726</guid>
      <dc:creator>ranjeetsi</dc:creator>
      <dc:date>2018-08-27T16:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to unit test my client library that uses CMIS 1.1 (with apache chemistry)?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52257#M19727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I setup the runner as outlined in the github page. I have the dependency to the runner in my pom.xml .&amp;nbsp;&amp;nbsp;When I started my runner I got the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;Aug 27, 2018 4:06:43 AM org.eclipse.jetty.webapp.WebInfConfiguration getCanonicalNameForWebAppTmpDir&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;WARNING: Can't generate resourceBase as part of webapp tmp dir name: java.lang.IllegalStateException: No resourceBase or war set for context&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;Aug 27, 2018 4:06:43 AM org.eclipse.jetty.webapp.WebAppContext doStart&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;WARNING: Failed startup of context o.e.j.w.WebAppContext@2e4b8173{/cmis,null,null}&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #f6f6f6;" /&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;java.lang.IllegalStateException: No resourceBase or war set for context&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 11:13:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-unit-test-my-client-library-that-uses-cmis-1-1-with/m-p/52257#M19727</guid>
      <dc:creator>kartech11</dc:creator>
      <dc:date>2018-08-28T11:13:21Z</dc:date>
    </item>
  </channel>
</rss>

