cancel
Showing results for 
Search instead for 
Did you mean: 

Version 2.2 xs:include error

green804
Champ in-the-making
Champ in-the-making
We have installed 2.2 on a new server.  When I added the web forms from the 2.1 environment, I'm getting a org.alfresco.web.forms.FormProcessor$ProcessingException: org.alfresco.web.forms.xforms.FormBuilderException: error parsing schema: at line 94 column 103: src-resolve: Cannot resolve the name 'platforms_type' to a(n) 'type definition' component.

We do not get this error on the server running 2.1.  I  am sure the data is exactly the same.  Below is a snippet from the XSD.  I have verified the Platforms.xsd file is in cms_misc directory.  The file exists in the staging sandbox.  The XSD is valid.  Does anyone know anything else that might be causing this problem?

Thanks,

Gina


<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
   targetNamespace="http://www.activision.com"
   xmlns:alf="http://www.alfresco.org"
   elementFormDefault="qualified">
   
   <xs:include schemaLocation="/cms_misc/Platforms.xsd" />
   <xs:include schemaLocation="./../../../Ratings.xsd" />
   <xs:include schemaLocation="./../../../Genres.xsd" />
   <xs:include schemaLocation="./../../../Studios.xsd" />
   <xs:include schemaLocation="/cms_misc/SecondaryStudios.xsd" />
   <xs:include schemaLocation="/cms_misc/Partners.xsd" />
   
   <xs:element name="game">
      <xs:complexType>
         <xs:sequence>
            <xs:element name="title" type="xs:normalizedString" />
            <xs:element name="tag_line" type="xs:normalizedString" minOccurs="0"/>
            <xs:element name="introduction" type="xs:normalizedString"/>
            <xs:element name="microsite_url" type="xs:normalizedString" minOccurs="0"/>
            <xs:element name="buy_now_url" type="xs:normalizedString" minOccurs="0"/>
            <xs:element name="logo" type="xs:anyURI"/>
            <xs:element name="thumbnail_image" type="xs:anyURI" minOccurs="0">
1 REPLY 1

janv
Employee
Employee
Hi Gina,

Is the virtualization server running and accessible ? See also: http://forums.alfresco.com/viewtopic.php?t=12395

Regards,
Jan