Version 2.2 xs:include error

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 12:00 AM
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
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">
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 10:00 AM
Hi Gina,
Is the virtualization server running and accessible ? See also: http://forums.alfresco.com/viewtopic.php?t=12395
Regards,
Jan
Is the virtualization server running and accessible ? See also: http://forums.alfresco.com/viewtopic.php?t=12395
Regards,
Jan
