URL bpelUrl = new URL((String) bpels.get(0));
/*
* Actually build the system at this point.
*/
LoggingErrorHandler leh = new LoggingErrorHandler(logger);
SystemDescriptor sd = SystemDescriptorFactory.parseDescriptor(descUrl, leh, null, true);
sd.setWsdlUri(new URI(wsdlUrl.toExternalForm()));
File tmpBar = TempFileManager.getTemporaryFile("bpel-compile");