[jibx-users] Getting expected start tag error when unmarshalling unformatted xml

2013-08-27 Thread njmuni .
I'm getting this error: Exception in thread main org.jibx.runtime.JiBXException: Expected Ogz start tag, found OgzNr start tag (line 1, col 38) at org.jibx.runtime.impl.UnmarshallingContext.throwStartTagNameError(UnmarshallingContext.java:220) at

Re: [jibx-users] Getting expected start tag error when unmarshalling unformatted xml

2013-08-27 Thread Archie Cobbs
I have no idea what is wrong, but that is weird. Just out of curiosity, I wonder if it has to do with the fact that Ogz is a prefix of OgzNr ? Try the same test with OgzNr replaced with Foo... -Archie On Tue, Aug 27, 2013 at 7:58 PM, njmuni . limow...@gmail.com wrote: I'm getting this