<?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: problem rinning webservice examples 1, 3,5,6 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22988#M11094</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;At the moment the current samples do rely on the tutorial document being present in the location that it will be when you have a clean install of Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is probably the root cause of the problem.&amp;nbsp; Looking at the errors it is clear that sample2 must be failing to find any nodes (its looking for the tutorial doc) and sample 3/5 are reliant on the results of this search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To fix this dependency update line 134 in WebServiceSample3 to …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;Reference reference = new Reference(STORE, null, "/app:company_home");&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;.. this will put any created content in the company home folder. (I'll make this change here to remove this dependency permanently)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what the error from sample 1 is, I'll investigate here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect sample6 is failing since it is reliant on a category that you on longer have present in your repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try to improve the samples before the final release to make them more robust.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the feedback,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2006 15:16:01 GMT</pubDate>
    <dc:creator>rwetherall</dc:creator>
    <dc:date>2006-02-02T15:16:01Z</dc:date>
    <item>
      <title>problem rinning webservice examples 1, 3,5,6</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22987#M11093</link>
      <description>hi&amp;nbsp; ,this is&amp;nbsp; the error&amp;nbsp; i&amp;nbsp; got with&amp;nbsp; running sample 1Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:  faultString: org.xml.sax.SAXParseException: Premature end of file. faultActor:  faultNode:  faultDetail: &amp;nbsp;&amp;nbsp;&amp;nbsp;{http://xml</description>
      <pubDate>Thu, 02 Feb 2006 12:29:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22987#M11093</guid>
      <dc:creator>pmarreddy</dc:creator>
      <dc:date>2006-02-02T12:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem rinning webservice examples 1, 3,5,6</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22988#M11094</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;At the moment the current samples do rely on the tutorial document being present in the location that it will be when you have a clean install of Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is probably the root cause of the problem.&amp;nbsp; Looking at the errors it is clear that sample2 must be failing to find any nodes (its looking for the tutorial doc) and sample 3/5 are reliant on the results of this search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To fix this dependency update line 134 in WebServiceSample3 to …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;Reference reference = new Reference(STORE, null, "/app:company_home");&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;.. this will put any created content in the company home folder. (I'll make this change here to remove this dependency permanently)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what the error from sample 1 is, I'll investigate here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect sample6 is failing since it is reliant on a category that you on longer have present in your repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try to improve the samples before the final release to make them more robust.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the feedback,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 15:16:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22988#M11094</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2006-02-02T15:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem rinning webservice examples 1, 3,5,6</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22989#M11095</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; &lt;/SPAN&gt;&lt;STRONG&gt;deleting the database, and again created it solved some problems&lt;/STRONG&gt;&lt;SPAN&gt;, still some persistes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;prasanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 10:24:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22989#M11095</guid>
      <dc:creator>pmarreddy</dc:creator>
      <dc:date>2006-02-03T10:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem rinning webservice examples 1, 3,5,6</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22990#M11096</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've updated the samples so that they are no longer reliant on the tutorial folder and document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this will resolve some of the issues you've seen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 12:28:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-rinning-webservice-examples-1-3-5-6/m-p/22990#M11096</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2006-02-03T12:28:54Z</dc:date>
    </item>
  </channel>
</rss>

