In the descriptor vlasses that are generated from the schema, the handle "typeValidator" is being generated without having been assigned a Classtype. (see actual code below)....
 
{
            typeValidator = new NameValidator(NameValidator.CDATA);
            fieldValidator.setValidator(typeValidator);
}
 
....Here the handle "typeValidator" has not been assigned to a Classtype.  I fixed it locally, but I am not sure how to fix it in cvs.

Reply via email to