public void initialiseReference(ComponentReferenceModel crm) {
// Find the BPEL implementation associated with the reference
if (crm.getComponent() != null
&& crm.getComponent().getImplementation() instanceof BPELComponentImplementationModel) {
BPELComponentImplementationModel impl=
(BPELComponentImplementationModel)crm.getComponent().getImplementation();
QName processName=impl.getProcessQName();
if (LOG.isDebugEnabled()) {
LOG.debug("Register reference "+crm.getName()+" ("+crm.getQName()+") for process "+processName);
}