RE: [RESULTS] [VOTE] XmlBeans 2.3.0 Release

2007-06-04 Thread Cezar Andrei
I updated the maven repository http://people.apache.org/repo/m1-ibiblio-rsync-repository/xmlbeans/ with the latest 2.3.0 binaries and poms for 2.2.0 and 2.3.0 as per JIRA-227. If somebody would try it out and let us know if it works or not would be great. Cezar > -Original Message- > From

Re: [RESULTS] [VOTE] XmlBeans 2.3.0 Release

2007-06-04 Thread Radu Preotiuc-Pietro
Done, the website is updated and the new XmlBeans 2.3.0 release is now available for download. Radu On Sat, 2007-05-26 at 12:36 -0700, Radu Preotiuc-Pietro wrote: > The voting is now closed, the results: > > 5 '+1' votes (3 binding) and 1 '+0' vote. > > Therefore, XmlBeans 2.3.0 is now official

RE: question about jsr173_api jar

2007-06-04 Thread Cezar Andrei
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 ___

question about jsr173_api jar

2007-06-04 Thread Ajay Aggarwal
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