Hi,
What's this:
/**
* Validate deployment descriptor
*
* @param annotatedApp the wrapped deployment descriptor
* @throws org.apache.geronimo.common.DeploymentException
* thrown if deployment descriptor cannot be parsed
*/
protected static void validateDD(AnnotatedApp annotatedApp) throws
DeploymentException {
try {
XmlBeansUtil.parse(annotatedApp.toString());
} catch (XmlException e) {
throw new DeploymentException("Result of processing web
service refs invalid.", e);
}
}
in org.apache.geronimo.j2ee.deployment.annotation.AnnotationHelper?
Jacek
--
Jacek Laskowski
http://www.JacekLaskowski.pl