<?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: Issue with WebForms when importing content in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66759#M42498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Harry, I've managed to resolve it using a different mechanism and the Alfresco team is looking at the problem I was having.&lt;BR /&gt;&lt;BR /&gt;You can find the files attached to the JIRA issue I created. And here is the solution:&lt;BR /&gt;&lt;BR /&gt;By changing the ref attribute to an element…&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;xs:complexType name="deliverableReference"&amp;gt;&lt;BR /&gt;&amp;lt;xs:sequence&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="ref" type="xs:anyURI" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="name" type="xs:normalizedString" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="guidance" type="xs:string" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;/xs:sequence&amp;gt;&lt;BR /&gt;&amp;lt;/xs:complexType&amp;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;/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;And then, I discovered the problem was because I wasn't writting a &amp;lt;pm:ref&amp;gt; because there was no "reference".&lt;BR /&gt;&lt;BR /&gt;So I just wrote out a blank pm:ref and it all worked. So the code for a deliverable reference, rather than being:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;pm:deliverablereference&amp;gt;&lt;BR /&gt;&amp;lt;pm:name&amp;gt;Some deliverable&amp;lt;/pm:name&amp;gt;&lt;BR /&gt;&amp;lt;/pm:deliverablereference&amp;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;Becomes:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;pm:deliverablereference&amp;gt;&lt;BR /&gt;&amp;lt;pm:ref /&amp;gt;&lt;BR /&gt;&amp;lt;pm:name&amp;gt;Some deliverable&amp;lt;/pm:name&amp;gt;&lt;BR /&gt;&amp;lt;/pm:deliverablereference&amp;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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Good solution. Being a noob, I haven't figured this out. Thanks for this kooktroop, very helpful. Appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 06:35:14 GMT</pubDate>
    <dc:creator>natedigby21</dc:creator>
    <dc:date>2010-08-06T06:35:14Z</dc:date>
    <item>
      <title>Issue with WebForms when importing content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66755#M42494</link>
      <description>See http://issues.alfresco.com/browse/WCM-398.I've imported some content using EyeStreet's "AlfrescoAvmRemoteTemplateExample" and associated the content with Web Forms.It works for some of the content I've imported just fine but not other items of the content. I have attached the relevant Web Form X</description>
      <pubDate>Mon, 19 Mar 2007 22:58:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66755#M42494</guid>
      <dc:creator>kooktroop</dc:creator>
      <dc:date>2007-03-19T22:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with WebForms when importing content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66756#M42495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, kooktroop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry. I just noticed this post or I would have responded sooner. I may be able to help you with this &lt;/SPAN&gt;&lt;EM&gt;. Do you want to send me the project files you are using and the web form files (xsd,xslt,etc..) and I'll take a look.&lt;BR /&gt;&lt;BR /&gt;Are you using 2.0 GA or pre-release? community or enterprise?&lt;BR /&gt;&lt;BR /&gt;Harry Moore&lt;BR /&gt;Eye Street Software&lt;BR /&gt;harry@eyestreet.com&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 15:14:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66756#M42495</guid>
      <dc:creator>eyestreet</dc:creator>
      <dc:date>2007-03-22T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with WebForms when importing content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66757#M42496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Harry, I've managed to resolve it using a different mechanism and the Alfresco team is looking at the problem I was having.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find the files attached to the JIRA issue I created. And here is the solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By changing the ref attribute to an element…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;xs:complexType name="deliverableReference"&amp;gt;&lt;BR /&gt;&amp;lt;xs:sequence&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="ref" type="xs:anyURI" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="name" type="xs:normalizedString" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="guidance" type="xs:string" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;/xs:sequence&amp;gt;&lt;BR /&gt;&amp;lt;/xs:complexType&amp;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;/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;And then, I discovered the problem was because I wasn't writting a &amp;lt;pm:ref&amp;gt; because there was no "reference".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I just wrote out a blank pm:ref and it all worked. So the code for a deliverable reference, rather than being:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;pm:deliverablereference&amp;gt;&lt;BR /&gt;&amp;lt;pm:name&amp;gt;Some deliverable&amp;lt;/pm:name&amp;gt;&lt;BR /&gt;&amp;lt;/pm:deliverablereference&amp;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;Becomes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;pm:deliverablereference&amp;gt;&lt;BR /&gt;&amp;lt;pm:ref /&amp;gt;&lt;BR /&gt;&amp;lt;pm:name&amp;gt;Some deliverable&amp;lt;/pm:name&amp;gt;&lt;BR /&gt;&amp;lt;/pm:deliverablereference&amp;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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 22:40:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66757#M42496</guid>
      <dc:creator>kooktroop</dc:creator>
      <dc:date>2007-03-22T22:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with WebForms when importing content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66758#M42497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad to hear it is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Harry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 03:02:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66758#M42497</guid>
      <dc:creator>eyestreet</dc:creator>
      <dc:date>2007-03-23T03:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with WebForms when importing content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66759#M42498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Harry, I've managed to resolve it using a different mechanism and the Alfresco team is looking at the problem I was having.&lt;BR /&gt;&lt;BR /&gt;You can find the files attached to the JIRA issue I created. And here is the solution:&lt;BR /&gt;&lt;BR /&gt;By changing the ref attribute to an element…&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;xs:complexType name="deliverableReference"&amp;gt;&lt;BR /&gt;&amp;lt;xs:sequence&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="ref" type="xs:anyURI" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="name" type="xs:normalizedString" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;xs:element name="guidance" type="xs:string" minOccurs="0" maxOccurs="1" /&amp;gt;&lt;BR /&gt;&amp;lt;/xs:sequence&amp;gt;&lt;BR /&gt;&amp;lt;/xs:complexType&amp;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;/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;And then, I discovered the problem was because I wasn't writting a &amp;lt;pm:ref&amp;gt; because there was no "reference".&lt;BR /&gt;&lt;BR /&gt;So I just wrote out a blank pm:ref and it all worked. So the code for a deliverable reference, rather than being:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;pm:deliverablereference&amp;gt;&lt;BR /&gt;&amp;lt;pm:name&amp;gt;Some deliverable&amp;lt;/pm:name&amp;gt;&lt;BR /&gt;&amp;lt;/pm:deliverablereference&amp;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;Becomes:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;pm:deliverablereference&amp;gt;&lt;BR /&gt;&amp;lt;pm:ref /&amp;gt;&lt;BR /&gt;&amp;lt;pm:name&amp;gt;Some deliverable&amp;lt;/pm:name&amp;gt;&lt;BR /&gt;&amp;lt;/pm:deliverablereference&amp;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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Good solution. Being a noob, I haven't figured this out. Thanks for this kooktroop, very helpful. Appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 06:35:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-with-webforms-when-importing-content/m-p/66759#M42498</guid>
      <dc:creator>natedigby21</dc:creator>
      <dc:date>2010-08-06T06:35:14Z</dc:date>
    </item>
  </channel>
</rss>

