C
Christoph Brunner
Hi,
on the sun homepage i had submit to the bugparade a request for
feature enhancement for the JAXB API.
After a period of time sun called me to post my request to a newsgroup
an get comments from other java developers.
So please comment my following request for feature enhancement:
If i unmarshall an invalid xml document i got a
javax.xml.bind.UnmarshalException: Unexpected end of element
exception.
The exception is thrown because the adequate element is required and
it is
not in the xml file.
When an exception is throwed the unmarshalling process is aborted.
At the moment i can only create xml files with all the required
elements,
because the unmarshaller can not read such a xml file into java.
What do you mean about this?
Thanks
Christoph Brunner
on the sun homepage i had submit to the bugparade a request for
feature enhancement for the JAXB API.
After a period of time sun called me to post my request to a newsgroup
an get comments from other java developers.
So please comment my following request for feature enhancement:
If i unmarshall an invalid xml document i got a
javax.xml.bind.UnmarshalException: Unexpected end of element
exception.
The exception is thrown because the adequate element is required and
it is
not in the xml file.
When an exception is throwed the unmarshalling process is aborted.
At the moment i can only create xml files with all the required
elements,
because the unmarshaller can not read such a xml file into java.
What do you mean about this?
Thanks
Christoph Brunner