return;
}
// Creates a secure channel in gpel.
MyProxyClient myProxyClient = this.engine.getMyProxyClient();
GSSCredential proxy = myProxyClient.getProxy();
UserX509Credential credential = new UserX509Credential(proxy, XBayaSecurity.getTrustedCertificates());
try {
workflowClient.setUserX509Credential(credential);
} catch (WorkflowEngineException e) {
this.engine.getGUI().getErrorWindow().error(ErrorMessages.GPEL_ERROR, e);
return;