Title: [XML] Binding file schema issue

Hi,

I have been using the following binding XML for several weeks with no trouble...

<binding xmlns="http://www.castor.org/SourceGenerator/Binding"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www.castor.org/SourceGenerator/Binding
                binding.xsd"
            defaultBindingType="element">

   <elementBinding name="/MyElement">
      <java-class name="MyJavaClass">
                        <extends>com.package.ExtendThisClass</extends>
        </java-class>
   </elementBinding>
</binding>

Yesterday (11-Apr-2006) I started getting the following parsing error: 

Invalid content was found starting with element 'java-class'.  One of '{"":java-class, "":interface, "":member}' is expected

I have not modified the binding.xsd that came with Castor.  Has something changed with www.castor.org/SourceGenerator/Binding?

I am using Castor 0.9.9.1.  Unfortunately, I am constrained by my deployment environment to running Java 1.3, so I cannot upgrade to Castor 1.0.

Thanks for your help!

Patty

Reply via email to