break;
default:
throw new IllegalStateException("Bad bpel version: " + process.getBpelVersion());
}
_oprocess = new OProcess(bpelVersionUri);
_oprocess.guid = new GUID().toString();
_oprocess.constants = makeConstants();
_oprocess.debugInfo = createDebugInfo(process, "process");
if (process.getTargetNamespace() == null) {