Am Donnerstag, den 08.11.2007, 01:40 -0800 schrieb Pierre Buyle: > Hi, > > I'm trying to expose existing internal service beans as WebService using the > default JAXB databinding. Some of my data classes are marked as final in > Java. With JAXB, this translate to a complexType with the value "extension > restriction" for the "final" attribute. According to the W3C Schema > validator, this constructs is valid. But XmlSchema cannot parse this > construct, leading the JaxWsServerFactoryBean to fail in it's create method > when reading the schema generated earlier (at runtime) by CXF's JAXB. > > I reported a bug in XmlSchema last week (see > https://issues.apache.org/jira/browse/WSCOMMONS-273). But it hasn't been > reviewed or accepted yet. Since it prevents CXF to work using valid Java > artifacts, should I also report it as a CXF issue ? > >
I wouldn't think so, because we can't fix the code. BTW "CXF's" JAXB is Sun's--it's the same one used by Metro. Glen
