It looks like you've got the old version of castor.jar in your compilers classpath, these a relatively new methods/classes the compilers referring to.
-----Original Message-----
From: michael robkin [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 16:45
To: [EMAIL PROTECTED]
Subject: [castor-dev] errors compiling castor generated classes 0.9.3

 

 

 

  In the descriptor class  - I get a compile error saying that method set CompositorAsSequence is not found

 

    public PricingrequestvalueDescriptor() {

        super();

        xmlName = "pricingrequestvalue";

        XMLFieldDescriptorImpl  desc           = null;

        XMLFieldHandler         handler        = null;

        FieldValidator          fieldValidator = null;

 

        //-- set grouping compositor

        setCompositorAsSequence();

 

 

 

 

 

 

  I am also getting  that the DateTimeValidator class is not found

 

            DateTimeValidator dv = new DateTimeValidator();

Reply via email to