[POOL] jdk 1.4 support in next of XMLBeans

2009-05-11 Thread Cezar Andrei
Thinking on the features for a new XMLBeans release, a question came on how important is for our community support for jdk 1.4. If you're using XMLBeans, please let us know what version of jdk are you using in your project and also if you have a target date for a jdk update. I'm using

Re: [POOL] jdk 1.4 support in next of XMLBeans

2009-05-11 Thread Syed Ali
ditto. On 5/11/09 5:23 PM, Ferry, Jeremy jeremy_fe...@stercomm.com wrote: I¹m using XMLBeans in a project running on: [X] jdk 1.5 We'll be upgrading to jdk 1.6 within the next year. From: Cezar Andrei [mailto:cezar.and...@oracle.com] Sent: Monday, May 11, 2009 3:59 PM To:

error: URL ../X/Y/SchemaExample.xsd is not well-formed

2009-05-11 Thread Michael Xenakis
Hi everybody, i get the error on the Subject with the above details: at org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compile(SchemaTypeSystemCompiler.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: error: URL ../X/Y/SchemaExample.xsd is not well-formed

2009-05-11 Thread Jacob Danner
Maybe I'm missing something in your scenario, but whenever I've seen that error it has meant something is wrong with something in my XML. With your error message, I'd suggest looking at ../X/Y/SchemaExample.xsd as a starting point. Is this file well-formed? What makes you think its an issue that

Re: isAbstract returning wrong value

2009-05-11 Thread Radu Preotiuc
The Schema snippet doesn't say that the type is abstract, but that the element Collection is abstract, so you should check the value on SchemaGlobalElementImpl._abs. Radu On Sun, 2009-05-10 at 07:51 -0700, Matthew Young wrote: using XMLBeans 2.4 the _abs property with the schema Type

Re: [POOL] jdk 1.4 support in next of XMLBeans

2009-05-11 Thread Israel Rivera Jr
I’m using XMLBeans in a project running on: [X] jdk 1.5 Regards, Israel Rivera On Mon, May 11, 2009 at 6:46 PM, Jacob Danner jacob.dan...@gmail.comwrote: I’m using XMLBeans in a project running on: [X] jdk 1.5 [X] jdk 1.6 -jacobd On Mon, May 11, 2009 at 1:58 PM, Cezar Andrei