EasyBeansDD easyBeansDD = null;
if (easybeansXmlURL != null) {
easyBeansDD = new EasyBeansDD();
XMLConfiguration xmlConfiguration = new XMLConfiguration(easybeansXmlURL, "easybeans-mapping.xml");
try {
xmlConfiguration.configure(easyBeansDD);
} catch (XMLConfigurationException e) {
throw new ParsingException(
"Cannot create the object representing EasyBeans specific Deployment Descriptor", e);
}
}