Re: [jibx-users] Binding extended classes

2006-09-08 Thread Kees de Kooter
Here is an example of my mapping: mapping class=some.package.A abstract=true value name=a field=a/ value name=b field=b/ /mapping mapping name=B class=some.package.B extends=some.package.A structure map-as=some.package.A/ value

[jibx-users] How to skip writing xml declaration

2006-09-08 Thread Kees de Kooter
How can I skip the writing of the xml declaration (?xml version=1.0 encoding=UTF-8 standalone=yes?)? -- Cheers, Kees de Kooter http://www.boplicity.net - Using Tomcat but need to do more? Need to support web services,

Re: [jibx-users] Binding extended classes

2006-09-08 Thread Ju@N
Thanks for the help, I have already solve (in some way) the problem in the same way that yo do. The thing is that I REALLY need my mappings to be ordered=false and flexible=true, but seems like abstract is not supporting that, if you do: mapping classchild class

[jibx-users] Is 1.1 binder generates code which depends on J2EE 5.0???

2006-09-08 Thread Vladimir Olenin
Hi, I'm getting a weird exception when running JiBX 1.1 compiled code: Caused by: java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamExceptionat java.lang.Class.getDeclaredMethods0(Native Method)at java.lang.Class.privateGetDeclaredMethods(Class.java:2365)at

[jibx-users] William E Albright IV/Nationwide/NWIE is out of the office.

2006-09-08 Thread ALBRIGW1
I will be out of the office starting 09/08/2006 and will not return until 09/12/2006. I will respond to your message when I return. - Using Tomcat but need to do more? Need to support web services, security? Get stuff

[jibx-users] Use of IdDefRefMapperBase heavily crippled?

2006-09-08 Thread David Clamage
This email is related to my previous email, but I'm phrasing it as a separate question. The code provided here also applies to my previous email in case that one needed more clarification. For the past few hours I have been trying to get IdDefRefMapperBase to work in the way I want it to, but