<?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: Reference folder inside Web Project in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275376#M228506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried that and i get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to resolve to a single NodeRef with parameters (store=avm:IntranetSGNTJ uuid=null path=/myWebProject/ROOT/myFolder), found 0 nodes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I supposed that store was: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Store storeRef = new Store("avm", "myWebProject");&lt;BR /&gt;ParentReference companyHomeParent = new ParentReference(storeRef, null, "/myWebProject/ROOT/myFolder", Constants.ASSOC_CONTAINS,null);&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;It's very rare, in nodebrowser search works:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In &lt;/SPAN&gt;&lt;STRONG&gt;avm://myWebProject&lt;/STRONG&gt;&lt;SPAN&gt; look for &lt;/SPAN&gt;&lt;STRONG&gt;/www/avm_webapps/ROOT/myFolder&lt;/STRONG&gt;&lt;SPAN&gt;, it's correct. I get the node with xpath searc (Parentreference uses xpath if i not wrong)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 12:37:30 GMT</pubDate>
    <dc:creator>frm85</dc:creator>
    <dc:date>2012-05-21T12:37:30Z</dc:date>
    <item>
      <title>Reference folder inside Web Project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275374#M228504</link>
      <description>Hi all,I'm new in Alfresco (3.4.d) and i'm trying to connect a java application though web services.Company_home &amp;gt; wcm (Web projects) &amp;gt; myWebProject &amp;gt; myFolderInsideProjectMy problem is that i can't get the reference of folder inside "myWebProject". I did a lucene search, it works:Query que</description>
      <pubDate>Mon, 21 May 2012 11:08:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275374#M228504</guid>
      <dc:creator>frm85</dc:creator>
      <dc:date>2012-05-21T11:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reference folder inside Web Project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275375#M228505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That path is not correct.&amp;nbsp;&amp;nbsp; Within an AVM store the path will be something like "/myWebProject/ROOT/notica".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a rather ugly jump between the AVM stores and DM stores.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 12:15:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275375#M228505</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-05-21T12:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reference folder inside Web Project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275376#M228506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried that and i get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to resolve to a single NodeRef with parameters (store=avm:IntranetSGNTJ uuid=null path=/myWebProject/ROOT/myFolder), found 0 nodes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I supposed that store was: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Store storeRef = new Store("avm", "myWebProject");&lt;BR /&gt;ParentReference companyHomeParent = new ParentReference(storeRef, null, "/myWebProject/ROOT/myFolder", Constants.ASSOC_CONTAINS,null);&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;It's very rare, in nodebrowser search works:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In &lt;/SPAN&gt;&lt;STRONG&gt;avm://myWebProject&lt;/STRONG&gt;&lt;SPAN&gt; look for &lt;/SPAN&gt;&lt;STRONG&gt;/www/avm_webapps/ROOT/myFolder&lt;/STRONG&gt;&lt;SPAN&gt;, it's correct. I get the node with xpath searc (Parentreference uses xpath if i not wrong)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 12:37:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275376#M228506</guid>
      <dc:creator>frm85</dc:creator>
      <dc:date>2012-05-21T12:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reference folder inside Web Project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275377#M228507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I forgot to say that I use web services java. I have a html form, i obtain data in a java class (portlet project).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are web forms created in alfresco like "new.xsd".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then another way i see, if i could pass or connect data received to web form "new.xsd" to create the content (.xml)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 15:16:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reference-folder-inside-web-project/m-p/275377#M228507</guid>
      <dc:creator>frm85</dc:creator>
      <dc:date>2012-05-21T15:16:03Z</dc:date>
    </item>
  </channel>
</rss>

