OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

emergency-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [emergency-dev] Issues with EDXL-RM schemas


Anil,
 
Ah that explains it.  The schemas were developed on Windows platform using Microsoft centric tool.
 
If you are using Java or *NIX platform - then you are going to have to make sure the case matches accordingly if your tooling requires that.
 
Clearly it's an errata that they do not in the "as is" released schemas. 
 
We caught this for the HAVE schemas - looks like we missed this for the others - : -(
 
Thanks, DW
 

 

-------- Original Message --------
Subject: Re: [emergency-dev] Issues with EDXL-RM schemas
From: "Anil Saldhana" <anilsaldhana@gmail.com>
Date: Mon, November 17, 2008 11:37 am
To: "David RR Webber (XML)" <david@drrw.info>
Cc: emergency-dev@lists.oasis-open.org

Hi David,
The "EDRM-CommonTypes.xsd" schema is trying to import  "xpil.xsd". But we have "xPIL.xsd". So certainly case of the file name should matter. Right?

Regards,
Anil

On Sun, Nov 16, 2008 at 3:58 PM, David RR Webber (XML) <david@drrw.info> wrote:
Anil,
 
The schemas you are MISSING are available from the same link as you posted - (look at bottom of the page) - and download all those into the same folder as your other schemas.
 
Thanks, DW
 
 
-------- Original Message --------
Subject: [emergency-dev] Issues with EDXL-RM schemas
From: "Anil Saldhana" <anilsaldhana@gmail.com>
Date: Sun, November 16, 2008 12:32 am
To: emergency-dev@lists.oasis-open.org

Hi,
   I just tried to generate a Java object model (JAXB2) using the EDXL-RM schemas posted here at:
http://docs.oasis-open.org/emergency/edxl-rm/v1.0/cs01/EDXL-RM-v1.0-CS01-Schemas-Examples/RMSchemas080126/

The errors I got are:
================================================================

parsing a schema...                                  
[WARNING] schema_reference.4: Failed to read schema document 'xpil.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.                                   
  line 16 of file:/home/anil/jaxb-ri-20070122/bin/cap/EDXL-RMCommonTypes.xsd   

[WARNING] schema_reference.4: Failed to read schema document 'xal.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.                                    
  line 17 of file:/home/anil/jaxb-ri-20070122/bin/cap/EDXL-RMCommonTypes.xsd   

[WARNING] schema_reference.4: Failed to read schema document 'xnl.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.                                    
  line 18 of file:/home/anil/jaxb-ri-20070122/bin/cap/EDXL-RMCommonTypes.xsd   

[ERROR] src-resolve: Cannot resolve the name 'xpil:PartyType' to a(n) 'type definition' component.                                                             
  line 112 of file:/home/anil/jaxb-ri-20070122/bin/cap/EDXL-RMCommonTypes.xsd  

[ERROR] src-resolve: Cannot resolve the name 'xal:AddressType' to a(n) 'type definition' component.                                                            
  line 295 of file:/home/anil/jaxb-ri-20070122/bin/cap/EDXL-RMCommonTypes.xsd

[ERROR] src-resolve: Cannot resolve the name 'xal:Address' to a(n) 'element declaration' component.
  line 30 of file:/home/anil/jaxb-ri-20070122/bin/cap/xNAL.xsd

[ERROR] src-resolve: Cannot resolve the name 'xal:Address' to a(n) 'element declaration' component.
  line 112 of file:/home/anil/jaxb-ri-20070122/bin/cap/xNAL.xsd

[ERROR] src-resolve: Cannot resolve the name 'a:AddressType' to a(n) 'type definition' component.
  line 417 of file:/home/anil/jaxb-ri-20070122/bin/cap/xPIL.xsd

[ERROR] src-resolve: Cannot resolve the name 'a:AddressType' to a(n) 'type definition' component.
  line 519 of file:/home/anil/jaxb-ri-20070122/bin/cap/xPIL.xsd

[ERROR] src-resolve: Cannot resolve the name 'a:AddressType' to a(n) 'type definition' component.
  line 1084 of file:/home/anil/jaxb-ri-20070122/bin/cap/xPIL.xsd

[ERROR] src-resolve: Cannot resolve the name 'a:CountryType' to a(n) 'type definition' component.
  line 1120 of file:/home/anil/jaxb-ri-20070122/bin/cap/xPIL.xsd

[ERROR] src-resolve: Cannot resolve the name 'a:CountryType' to a(n) 'type definition' component.
  line 1293 of file:/home/anil/jaxb-ri-20070122/bin/cap/xPIL.xsd

Failed to parse a schema.
===========================================================

Has anyone been successful at a JAXB2 conversion?

Regards,
Anil




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]