I've recently switched to using Castor 1.1M2 in an attempt to avoid bug
CASTOR-1501 in the source code generator. Until the switch, I've been
able to have my bindings file have something like

  <complexTypeBinding name="vector">
    <java-class name="VectorImpl">

<implements>org.csiro.fargnosticon.control.Marshalable</implements>
      <extends>org.csiro.fargnosticon.geometry.Vector</extends>
    </java-class>    
  </complexTypeBinding> 

And have the vector element generated as a class called VectorImpl. With
1.1M2 this is being ignored and I get the class generated as Vector.

Is there some extra switch I should be paying attention to?



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to