Does xmlbeans strictly depend on the jsr173_api jar that
comes bundled with it? In my project I am also using jaxws 2.0 RI from Sun and
hence I already have jsr173_api.jar. Is there a difference between the two that’;s
significant for using xmlbeans?
Thanks.
-Ajay
RE: question about jsr173_api jar
2007-06-04 17:53:23
Ajay,
XMLBeans is dependent on interfaces
defined by StAX or jsr173, any package that is conform with the spec should
work, including a stax-api-1.0.jar or stax-api-1.0.1.jar that is available in
maven and contains a couple of server-side related fixes.
Cezar
From: Ajay Aggarwal
[mailto:aaggarwalcovergence.com] Sent: Monday, June 04, 2007 5:03
PM To: userxmlbeans.apache.org Subject: question about jsr173_api
jar
Does xmlbeans strictly depend on the jsr173_api jar that
comes bundled with it? In my project I am also using jaxws 2.0 RI from Sun and
hence I already have jsr173_api.jar. Is there a difference between the two
that’s significant for using xmlbeans?