/* 63 */ log.debug("found application-client.xml " + ddResource);
/* */
/* 65 */ ApplicationClientDDObjectFactory factory = new ApplicationClientDDObjectFactory();
/* 66 */ UnmarshallerFactory unmarshallerFactory = UnmarshallerFactory.newInstance();
/* 67 */ Unmarshaller unmarshaller = unmarshallerFactory.newUnmarshaller();
/* 68 */ unmarshaller.setEntityResolver(new JBossEntityResolver());
/* 69 */ unmarshaller.setNamespaceAware(true);
/* 70 */ unmarshaller.setSchemaValidation(true);
/* 71 */ unmarshaller.setValidation(true);
/* */
/* 73 */ ApplicationClientDD dd = (ApplicationClientDD)unmarshaller.unmarshal(ddResource.openStream(), factory, null);