Re: [jibx-users] NullPointerException with collection value ident=ref

2004-10-25 Thread Linus Kamb
Still getting NPE when I compile the binding. Work-around is that I've added a wrapper class: mapping name=Installation class=edu.iris.dmc.isis.ConfigInstall value name=reference field=hardwareInstallation

Re: [jibx-users] German character encoding issue

2004-10-25 Thread Chris Huisman
This is my marshalling/unmarshalling call: - marshallingContext.marshalDocument(writeData, UTF-8, null, bos); where bos is a bufferedOutputStream and writeData is the data I want to write. the ansi character (I got the ansi character numbers from TextPad) I am trying to write and read is:

Re: [jibx-users] German character encoding issue

2004-10-25 Thread Chris Huisman
Thanks for the reply. I changed everything to ISO_8859-1 encoding and that seemed to fix the problem. c. Dennis Sosnoski wrote: UTF-8 is not ASCII. Character codes above 127 are transformed into multiple byte sequences in UTF-8. I haven't checked that 195+188 is correct for 252, but it sounds

[jibx-users] structure with multiple elements distributed in xml does not alwa ys map

2004-10-25 Thread Arora, Yogesh
We have following xml ecs:FindBeneficiaryResponse ecs:externalID99/ecs:externalID ecs:personCodeNumber00/ecs:personCodeNumber ecs:lastnameX/ecs:lastname