users@jaxb.java.net

Re: Unexpected end of element

From: Christoph Brunner <news_chbr0001_at_YAHOO.DE>
Date: Mon, 23 Jun 2003 01:14:14 -0600

>Could you send me the stack trace of the exception you caught? It helps
>us find out where we need to modify.
>
Here is my stack trace:
I hope this will help!

javax.xml.bind.UnmarshalException: Unexpected end of element {urn::myNamespace}:addr

 at version001.jaxb.impl.runtime.SAXUnmarshallerHandlerImpl.handleEvent(SAXUnmarshallerHandlerImpl.java:536)

 at version001.jaxb.impl.runtime.AbstractUnmarshallingEventHandlerImpl.reportError(AbstractUnmarshallingEventHandlerImpl.java:147)

 at version001.jaxb.impl.runtime.AbstractUnmarshallingEventHandlerImpl.reportError(AbstractUnmarshallingEventHandlerImpl.java:144)

 at version001.jaxb.impl.runtime.AbstractUnmarshallingEventHandlerImpl.unexpectedLeaveElement(AbstractUnmarshallingEventHandlerImpl.java:161)

 at version001.jaxb.impl.runtime.AbstractUnmarshallingEventHandlerImpl.leaveElement(AbstractUnmarshallingEventHandlerImpl.java:71)

 at version001.jaxb.impl.ProviderTypImpl$PersonTypeImpl$Unmarshaller.leaveElement(ProviderTypImpl.java:844)

 at version001.jaxb.impl.runtime.SAXUnmarshallerHandlerImpl.endElement(SAXUnmarshallerHandlerImpl.java:145)

 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1573)

 at org.apache.crimson.parser.Parser2.content(Parser2.java:1824)

 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1552)

 at org.apache.crimson.parser.Parser2.content(Parser2.java:1824)

 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1552)

 at org.apache.crimson.parser.Parser2.content(Parser2.java:1824)

 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1552)

 at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:534)

 at org.apache.crimson.parser.Parser2.parse(Parser2.java:318)

 at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)

 at version001.jaxb.impl.runtime.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:142)

 at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:131)

 at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:136)

 at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:145)

 at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:163)

 at version001.xmlconverter.xml2model.XML2ModelConverter.convertXML2Model(XML2ModelConverter.java:87)

 at main(Client.java:148)