this.invalidate();
throw new IllegalArgumentException("Null bpelFile");
}
_bpelFile = bpelFile;
Process process;
try {
InputSource isrc = new InputSource(new ByteArrayInputStream(StreamUtils.read(bpelFile.toURL())));
isrc.setSystemId(bpelFile.getAbsolutePath());
process = BpelObjectFactory.getInstance().parse(isrc,_bpelFile.toURI());