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: Issues with EDXL-RM schemas


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]