<?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 checkin broken ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/checkin-broken/m-p/212273#M165403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I’m using Alfresco as a backend in an application. I need versioning, so I use the web scripts API to perform checkin/checkouts. It works fine with Alfresco 3.2 ; not with Alfresco 3.2r2. I’ve been able to fix my checkout code, but I can’t get checkin working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under 3.2, I was just performing a HTTP GET&amp;nbsp;query to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/api/pwc/workspace/SpacesStore/(node-id)?checkinComment=hello&amp;amp;major=true&amp;amp;alf_method=PUT&amp;amp;checkin=true&amp;amp;alf_ticket=(ticket)" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/pwc/workspace/SpacesStore/(node-id)?checkinComment=hello&amp;amp;major=true&amp;amp;alf_method=PUT&amp;amp;checkin=true&amp;amp;alf_ticket=(ticket)&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I tried with :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/cmis/pwc/i/(node-id)?checkinComment=hello&amp;amp;major=true&amp;amp;alf_method=PUT&amp;amp;checkin=true&amp;amp;alf_ticket=(ticket)" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/cmis/pwc/i/(node-id)?checkinComment=hello&amp;amp;major=true&amp;amp;alf_method=PUT&amp;amp;checkin=true&amp;amp;alf_ticket=(ticket)&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;(BTW, is workspace/SpacesStore no longer needed ? — I also tried with &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/cmis/pwc/s/workspace/SpacesStore/i/(node-id)?checkinComment=hello&amp;amp;major=true&amp;amp;alf_method=PUT&amp;amp;checkin=true&amp;amp;alf_ticket=(ticket)" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/cmis/pwc/s/workspace/SpacesStore/i/(node-id)?checkinComment=hello&amp;amp;major=true&amp;amp;alf_method=PUT&amp;amp;checkin=true&amp;amp;alf_ticket=(ticket)&lt;/A&gt;&lt;SPAN&gt;, but that didn’t help)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I get this error (HTTP 500):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;01170011 Wrapped Exception (with status template): 01170010 Error during processing of the template 'Expression checkin is undefined on line 10, column 6 in org/alfresco/cmis/pwc.put.atomentry.ftl.'. Please contact your system administrator.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to replace checkin to args.checkin?? in pwc.put.atomentry.ftl, but then I have this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;01170013 Wrapped Exception (with status template): 01170012 Error during processing of the template 'Error executing macro: document required parameter: node is not specified.'. Please contact your system administrator.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I report the problem on your BT, or did I misuse the CMIS API ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 20:52:12 GMT</pubDate>
    <dc:creator>hwold</dc:creator>
    <dc:date>2010-02-17T20:52:12Z</dc:date>
    <item>
      <title>checkin broken ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/checkin-broken/m-p/212273#M165403</link>
      <description>Hello,I’m using Alfresco as a backend in an application. I need versioning, so I use the web scripts API to perform checkin/checkouts. It works fine with Alfresco 3.2 ; not with Alfresco 3.2r2. I’ve been able to fix my checkout code, but I can’t get checkin working.Under 3.2, I was just performing a</description>
      <pubDate>Wed, 17 Feb 2010 20:52:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/checkin-broken/m-p/212273#M165403</guid>
      <dc:creator>hwold</dc:creator>
      <dc:date>2010-02-17T20:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: checkin broken ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/checkin-broken/m-p/212274#M165404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know this question was asked long time ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But maybe you could solve this problem in the meantime… and now share some information&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>Fri, 14 Jan 2011 15:14:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/checkin-broken/m-p/212274#M165404</guid>
      <dc:creator>negus</dc:creator>
      <dc:date>2011-01-14T15:14:37Z</dc:date>
    </item>
  </channel>
</rss>

