Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why can't I find com.sun.msv.datatype.xsd.IntegerType in jwsdp1.2

843834Jul 22 2003 — edited Apr 1 2004
I found that jaxb-libs.jar is different between jwsdp1.2 and jswdp1.1? Why?
And When I use jwsdp1.2, my compiler tells me that it couldn't find class com.sun.msv.datatype.xsd.IntegerType. It's ok when I replace jaxb-libs.jar by the same jar in jwsdp1.1.

In Addition, the package structure is different when I use different version xjc.bat .
In 1.2 , the package structure is (I tested it)
mypackage
mypackage.impl
mypackage.impl.runtime
In 1.1, the package structure is (I didn't try, I concluded it from demo)
mypackage
mypackage.impl


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2004
Added on Jul 22 2003
1 comment
97 views