I am getting there; I am down to 1 error:

 

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

    {

        return this;ß

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

 

-----Original Message-----
From: Andrew Fawcett [mailto:[EMAIL PROTECTED]]
Sent:
Thursday, August 23, 2001 12:13 PM
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] errors compiling castor generated classes 0.9.3

 

I was thinking you could be using one castor jar to generate with and a different (much older) castor jar to compile with? Is this possible?

-----Original Message-----
From: michael robkin [mailto:[EMAIL PROTECTED]]
Sent:
23 August 2001 17:10
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] errors compiling castor generated classes 0.9.3

I have just downloaded the castor 0.9.3 jar. I am still getting

Compile error on:

        setCompositorAsSequence();

 

 

do I need to go thru cvs??

 

 Thank you for your support.

 

-----Original Message-----
From: Andrew Fawcett [mailto:[EMAIL PROTECTED]]
Sent:
Thursday, August 23, 2001 11:46 AM
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] errors compiling castor generated classes 0.9.3

 

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