<?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 Nuxeo Automation Client: Using slash &amp;quot;/&amp;quot; in Document name. Action &amp;quot;Document.Create&amp;quot; in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-automation-client-using-slash-quot-quot-in-document-name/m-p/319965#M6966</link>
    <description>&lt;P&gt;Hi @ all,&lt;/P&gt;
&lt;P&gt;I'm tring to create a document with name like "abc / 2323" with following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;nuxeosession.newRequest("Document.Create").setInput(new PathRef(pathtoworkspace)).set("type", "File").set("name", namewithslash).set("properties", props).execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But the Nuxeo-Automation-client complain because, i think, the library try to use "/" as separator. The relevant exceptions are:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Caused by: org.nuxeo.ecm.automation.client.jaxrs.spi.JsonMarshalling$RemoteThrowable: Exception: org.nuxeo.ecm.core.model.NoSuchDocumentException. message: No such document: No such document: /test/workspaces/test1/2323
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Caused by: org.nuxeo.ecm.automation.client.jaxrs.spi.JsonMarshalling$RemoteThrowable: Failed to create document:  abc
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;how can i try to escape the "/" ... i have tried to create the document from Nuxeo UI without any problem. Can you help me? Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 20 Aug 2012 16:25:50 GMT</pubDate>
    <dc:creator>yayo_</dc:creator>
    <dc:date>2012-08-20T16:25:50Z</dc:date>
    <item>
      <title>Nuxeo Automation Client: Using slash "/" in Document name. Action "Document.Create"</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-automation-client-using-slash-quot-quot-in-document-name/m-p/319965#M6966</link>
      <description>&lt;P&gt;Hi @ all,&lt;/P&gt;
&lt;P&gt;I'm tring to create a document with name like "abc / 2323" with following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;nuxeosession.newRequest("Document.Create").setInput(new PathRef(pathtoworkspace)).set("type", "File").set("name", namewithslash).set("properties", props).execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But the Nuxeo-Automation-client complain because, i think, the library try to use "/" as separator. The relevant exceptions are:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Caused by: org.nuxeo.ecm.automation.client.jaxrs.spi.JsonMarshalling$RemoteThrowable: Exception: org.nuxeo.ecm.core.model.NoSuchDocumentException. message: No such document: No such document: /test/workspaces/test1/2323
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Caused by: org.nuxeo.ecm.automation.client.jaxrs.spi.JsonMarshalling$RemoteThrowable: Failed to create document:  abc
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;how can i try to escape the "/" ... i have tried to create the document from Nuxeo UI without any problem. Can you help me? Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2012 16:25:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-automation-client-using-slash-quot-quot-in-document-name/m-p/319965#M6966</guid>
      <dc:creator>yayo_</dc:creator>
      <dc:date>2012-08-20T16:25:50Z</dc:date>
    </item>
  </channel>
</rss>

