Hi,
I am trying to use castor for databinding. I am facing a problem.
java org.exolab.castor.builder.SourceGenerator -i castor/catalog.xsd -package com.castor
I am using this command to generate the sources. It is suppose to generate the sources for types and the element.
The java classes for element is created. But the java class for the type is not created. Can any of you help me with this.
Thanks in advance.