I have downloaded via cvs the latest, did a build and I am using this as my castor jar file.

 

  I am getting the following errors  when I compile the java files created by castor.

 

    public PricingrequestvalueDescriptor() {

        super();

        xmlName = "pricingrequestvalue";

        XMLFieldDescriptorImpl  desc           = null;

        XMLFieldHandler         handler        = null;

        FieldValidator          fieldValidator = null;

       

        //-- set grouping compositor

        setCompositorAsSequence();

 

 

"PricingrequestvalueDescriptor.java": Error #: 300 : method setCompositorAsSequence() not found in class com.hbsrx.ejb.service.pricing.value.PricingrequestvalueDescriptor at line 57, column 9

 

 

 

    /**

    **/

    public org.exolab.castor.xml.TypeValidator getValidator()

    {

        return this;

    } //-- org.exolab.castor.xml.TypeValidator getValidator()

 

    /**

    **/

"PricingrequestvalueDescriptor.java": Error #: 354 : incompatible types; found: com.hbsrx.ejb.service.pricing.value.PricingrequestvalueDescriptor, required: org.exolab.castor.xml.TypeValidator at line 697, column 16

 

 

 

 

Reply via email to