Sorry about my previous e-mail, after hours of reading, I am getting it.  I know have 
one last question on case sensitivity.

I have a schema that is a standard(ie, I cannot change it).  In my schema I have a 
complex type and an element with that type(both the root of the schema).
<complextype name="A"/>
<element name="a" type="A"/>

I finally realized castor generates an abstract class for the complex type and a 
normal class for the element.  On windows this would be problematic seeing as the 
normal class would have the same name as the abstract class.  I moved everything to 
linux and ran this.  I am still having conflicts????  Is castor taking element "a" and 
creating a class "A"???  Where can I look in the source code to figure this out???

thanks,
Dean

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

Reply via email to