throw new JbiPluginException("Exception while opening file["
+ descriptor.getAbsolutePath() + "]", ex);
}
XMLWriter writer = new PrettyPrintXMLWriter(w, encoding, null);
writer.startElement("jbi");
writer.addAttribute("xmlns", "http://java.sun.com/xml/ns/jbi");
writer.addAttribute("version", "1.0");
writer.startElement("service-assembly");