I\'ve generated classes with XMLBeans from an xsd file and packed them in a jar file. then I\'ve added that jar to the project classpath in eclipse and everything compiles and r
Extract jar in which you want to include schemaorg_apache_xmlbeans
folder.
Copy schemaorg_apache_xmlbeans
folder in extracted folder (result from jar extraction).
open command prompt in extracted folder.
make jar again using jar cf command. e.g jar cf test.jar *
,
to include all folders.
Deploy that jar .