Generation of java classes from XML Schema.

Hi All,

I am working with JWSDP-2.0 but got stucked.:

To generate Java classes from an XML Schema with the JAXB ,I need to have following jar file in thils location with this JWSDP-2.0

<JWSDP>/jaxb/lib/jaxb-api.jar

<JWSDP>/jaxb/lib/jaxb-impl.jar

<JWSDP>/jaxb/lib/jaxb-libs.jar

<JWSDP>/jaxb/lib/jaxb-xjc.jar

<JWSDP>/jwsdp-shared/lib/namespace.jar

<JWSDP>/jwsdp-shared/lib/jax-qname.jar

<JWSDP>/jwsdp-shared/lib/relaxngDatatype.jar

And here I m not finding as jaxb-libs.jar,namespace.jar and jax-qname.jar on respective location.

If I m putting these left jar file from another place it is not generating all the classes as at least in number it should be 45 but it is generating merely 5 classes.

Can any one help me regarding this.

Regards.

Shelly.

[886 byte] By [JAXB_Wiza] at [2007-11-27 6:34:57]
# 1

These JAXB JAR files are for JAXB 1.0.

For JAXB 2.0 the following JAR files are required.

C:\Sun\jwsdp-2.0\jaxb\lib\jaxb-api.jar

C:\Sun\jwsdp-2.0\jaxb\lib\jaxb-impl.jar

C:\Sun\jwsdp-2.0\jaxb\lib\jaxb-xjc.jar

C:\Sun\jwsdp-2.0\jwsdp-shared\lib\activation.jar

C:\Sun\jwsdp-2.0\sjsxp\lib\jsr173_api.jar

C:\Sun\jwsdp-2.0\sjsxp\lib\sjsxp.jar

dvohra09a at 2007-7-12 18:01:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
it is not generating all the classes as at least in number it should be 45 but it is generating merely 5 classes.JAXB 2.0 generates fewer classes.
dvohra09a at 2007-7-12 18:01:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...