use of io.fabric8.jaxb.dynamic.DefaultDynamicCompiler in project fabric8 by jboss-fuse.
the class CamelXjcTest method setUp.
public void setUp() throws Exception {
// this would typically be done by dependency injection...
dataFormat.setCompiler(new DefaultDynamicCompiler(XjcTest.getSchemaURL("xsds/report.xsd")));
super.setUp();
}
Aggregations