users@jaxb.java.net

Currently generating no-namespace XML with JAXB annotations, need to move towards using namespace and schema

From: KARR, DAVID (ATTCINW) <"KARR,>
Date: Sun, 20 Dec 2009 10:22:46 -0800

I'm currently using CXF and Spring to implement a REST server. I use
the "@Xml" annotations on my domain objects to specify how to format the
XML responses. I'd like to move towards having the XML specify a schema
and namespace, and the schema obviously has to match what I'm specifying
with annotations.

Can someone point me to steps I need to take to move in that direction?
I'm not familiar with the JAXB tools and detailed configuration that can
help me with this.