protected JAXBContext beansJaxbContext;
protected JAXBContext moduleJaxbContext;
public AlfrescoArtifactExporter() {
// Initialize writers for artifacts
bpmnConverter = new BpmnXMLConverter();
try {
modelJaxbContext = JAXBContext.newInstance(M2Model.class);
moduleJaxbContext = JAXBContext.newInstance(Extension.class, Module.class, AlfrescoConfiguration.class, ModuleDeployment.class);
beansJaxbContext = JAXBContext.newInstance(Beans.class);
} catch (JAXBException jaxbe) {