Hello Werner, Thanks for quick response.
Found the problem with the source generation. The issue was, the xsd extracted from servlet-api.jar file along with apache 6.0.18. After getting the sun's xsd, the source generation was successful. But still we have the compilation issues on the source. I am not sure, whether I am missing any configuration details. Any suggestions? Thank you, -Sreeni. -----Original Message----- From: Sreeni Gaddam [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 10:27 AM To: [email protected] Subject: RE: [castor-user] Exception while generating the source code using the SourceGeneratorMain for web-app_2_5.xsd. I can open that part in the XML SPY and also this XML part is extracted directly from 'http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd' Thank you, -Sreeni. -----Original Message----- From: Werner Guttmann [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 11:43 PM To: [email protected] Subject: Re: [castor-user] Exception while generating the source code using the SourceGeneratorMain for web-app_2_5.xsd. Hi, the XML schema fragment you have attached below unfortunately is not even valid XML. Please use any XML editor and make sure that your XML (schema) are valid before trying to run the code generation. Regards Werner Sreeni Gaddam wrote: > The following xml part in the > 'http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd' is causing the > problem. Once I removed this part from the local xsd, then source > generation was successful. But Now I am getting the compilation error on > the generated source. > > Any kind of help is appreciated. > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

