Look at the actual document that's causing the problem. The problem is occurring in the middle of processing text, so either you've got a CDATA section that's not closed (which will just treat everything to the end of the document as text) or you're missing one or more close tags.

- Dennis

John Crossman wrote:


JiBX is failing to unmarshal the XML and this is what I am seeing in my log :


org.jibx.runtime.JiBXException: Error accessing document
Root cause: java.io.EOFException: no more data available
        at org.jibx.runtime.impl.UnmarshallingContext.accumulateText
(UnmarshallingContext.java:878)
        at org.jibx.runtime.impl.UnmarshallingContext.parseContentText
(UnmarshallingContext.java:929)
        at org.jibx.runtime.impl.UnmarshallingContext.parseElementText
(UnmarshallingContext.java:1065)
             ...etc...


Can anyone help on this one?


Thanks again

John




-------------------------------------------------------
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

Reply via email to