Hi,

I would like to know
i) How packages can be specified to be imported during the code generation using 
SourceGenerator ?.

ii) When a validation Exception is thrown how exactly to pin point the filed which has 
caused the exception. The error description is pretty generic something like (see 
below). How to get more information on exact field which caused error so a friendly 
message can be propogated to end users pointing the right field.

-------------------------------------------------------------
Location is XPATH: LoginRequest/Header
ValidationException: objects of this type must match the  following regular expr
ession: [0-9]{2};
   - location of error: XPATH: LoginRequest/Header
ValidationException: objects of this type must match the  following regular expr
ession: [0-9]{2};
   - location of error: XPATH: LoginRequest/Header

org.xml.sax.SAXParseException: The root element is required in a well-formed doc
ument.{file: [not available]; line: 1; column: 1}
----------------------------------------------------------------

Thanks very much

Rgds,
Zabi.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to