You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-user@xml.apache.org by "Saha, Sanjeev" <SS...@asce.org> on 2004/07/16 01:41:59 UTC

version 2 build

Hi,
 
Inorder to try the Xpath support in version 2, I downloaded v2 from cvs and successfully built it using ant. However, on trying to execute XmlObject.Factory.parse("<some xml string/>"); the following error pops-up on compilation:
 
The type javax.xml.stream.XMLStreamReader cannot be resolved. It is indirectly referenced from required .class files.
 
The class in question does not seem to be present in xbean.jar. Are there any additional libraries that need to be loaded?
 
Thanks in advance,
Sanjeev