users@jaxb.java.net

Re: Unmarshalling with namespace xsd-validation

From: javamustang <max.laenzlinger_at_gmx.ch>
Date: Tue, 7 Jul 2009 05:08:31 -0700 (PDT)

Hi all,

Thanks for your help. I could solve it by not using the Namespace within
XML-Root-Element and creating a file package-info.java
(with content @javax.xml.bind.annotation.XmlSchema(
namespace = "http://www.example.org/books",
elementFormDefault= javax.xml.bind.annotation.XmlNsForm.QUALIFIED )

Many Greetings MAx
-- 
View this message in context: http://www.nabble.com/Unmarshalling-with-namespace-xsd-validation-tp24354306p24372148.html
Sent from the java.net - jaxb users mailing list archive at Nabble.com.