Hi Michal,
I don't see anything obviously wrong here. It might help to see the stack trace on the exception, since that will show which class JiBX was attempting to unmarshal. You might also try running your binding with the supplied org.jibx.extras.TestRoundtrip code (see http://jibx.sourceforge.net/tools.html) to make sure that fails in the same way.
- Dennis
Grzemowski, Michal wrote:
Hi,
First I wanted to say hi to everybody. I am pretty excited about such technology like JiBX. I need it to map java objects generated from CORBA IDL to XMLs used as an input for a web based application.
I am very sorry if I have omitted this problem being discussed somewhere in the documentation, if so please direct me to the proper source of black magic lore;-)
I am trying to do a simple round trip marshalling/demarshalling. The XML generated from the object looks ok, but when I try to unmarshal it back to another object, then all I get is the following exception:
"Expected start tag, found end tag "msgNumber" (line 3, col 30)"
I tried to change the order of tags and the exception always refers to the first tag.
...
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users
