private void connectSourceStg(VisualSourceComponent component) throws InvalidConnectionException {
        SourceStg sourceStg = getSourceStg(component);
        if (sourceStg != null) {
            VisualXmasContact oContact = null;
            for (VisualXmasContact contact: component.getContacts()) {