public VcmsTARelation addRelation(String threadId, String articleId)
      throws PortalException, SystemException, RemoteException {

    VcmsTARelation relation = null;

    VcmsTARelationPK primaryKey = new VcmsTARelationPK(threadId, articleId);

    relation = VcmsTARelationUtil.create(primaryKey);

    return VcmsTARelationUtil.update(relation, false);
  }