This is a problem with the IncludeUnmarshaller.java class. It has now been fixed in CVS.
-----Original Message-----
From: michael robkin [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2001 22:02
To: [EMAIL PROTECTED]
Subject: [castor-dev] saxparse exception - 0.9.3 cvs

 

 

  I have downloaded the latest changes.

 

  I am getting the following error

 

SAXParseException: org.xml.sax.SAXParseException: File "ile:///F:/baker/xsd/hbst

ypes.xsd" not found.

 - occured at line 0, column 0

 

 

  my schemas look like the following

 

  ------schema 1 fulfillment.xsd-----

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- edited with XML Spy v4.0 NT beta 2 build Jul 26 2001 (http://www.xmlspy.com) by Michael Robkin (Health Business Systems ) -->

<xsd:schema targetNamespace="file:///F:/baker/xsd/order_summary_info" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:hbs="file:///F:/baker/xsd/order_summary_info">

            <xsd:include schemaLocation="file:///F:/baker/xsd/hbstypes.xsd"/>

            <xsd:element name="Fulfillment">

                        <xsd:annotation>

                                    <xsd:documentation>communication format with Fulfilllment System</xsd:documentation>

                        </xsd:annotation>

 

 

 

 

schema 2 hbstypes.xsd

 

  ?xml version="1.0" encoding="UTF-8"?>

<!-- edited with XML Spy v4.0 NT beta 2 build Jul 26 2001 (http://www.xmlspy.com) by Michael Robkin (Health Business Systems ) -->

<xsd:schema targetNamespace="file:///F:/baker/xsd/order_summary_info" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:hbs="file:///F:/baker/xsd/order_summary_info" elementFormDefault="qualified">

            <xsd:complexType name="order_summary">

                        <xsd:annotation>

                                    <xsd:documentation>header/detail information Will be able to contain multiple order information[original order split]</xsd:documentation>

                        </xsd:annotation>

                        <xsd:sequence>

                                    <xsd:element name="store_num" type="hbs:store_num" minOccurs="0"/>

                                    <xsd:element name="order_num" type="hbs:order_num" minOccurs="0"/>

                                    <xsd:element name="ar_account_num" type="xsd:int" minOccurs="0">

                                                <xsd:annotation>

                                                            <xsd:documentation>Account # of person responsible for payment of order</xsd:documentation>

                                                </xsd:annotation>

                                    </xsd:element>

Reply via email to