Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE1BB17AC2 for ; Tue, 28 Apr 2015 00:33:25 +0000 (UTC) Received: (qmail 16923 invoked by uid 500); 28 Apr 2015 00:33:20 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 16881 invoked by uid 500); 28 Apr 2015 00:33:20 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 16866 invoked by uid 99); 28 Apr 2015 00:33:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 00:33:20 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FREEMAIL_REPLY,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: message received from 54.76.25.247 which is an MX secondary for dev@camel.apache.org) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 00:32:55 +0000 Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 89D5B23121 for ; Tue, 28 Apr 2015 00:32:53 +0000 (UTC) Received: by iecrt8 with SMTP id rt8so7143211iec.0 for ; Mon, 27 Apr 2015 17:32:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :content-type:content-transfer-encoding:content-disposition; bh=cmoisEfQ/FWYRY0UjtVCGYcJmdo3DuBvg79aPbOgAqg=; b=mvK3mPPJtun4hGMU+ZFe/Zd0FQzqqYX/pY+2Wvor8DnKHQhv2cElkOSI0+M9tI84M4 9LbfXrGcu276Bk+OgWp43AUoR29P6xAXw8c+m/uPw6gj9nuA2DiDZfTtN/q+wLkCQOCl YxiYdguKmil0LHncK7k6HMEmWGMTBH9aJgsGBYIQAK6gDbfWVxHW+jxIqA4DYqoXP27q HWQZQvodTk2Gn3vgwofW6xyEu3cZx0P4XB9SMXA1Ebq/ZanMmUr/aXX6WY38SnqoUdSv xEpOPTyABrTxbts66p4Db/FhGxcp3qz3QyMDol7JIgTvS/Ms8pPhFL53533N60baTDWw OTxg== X-Received: by 10.50.61.130 with SMTP id p2mr17082118igr.9.1430181172447; Mon, 27 Apr 2015 17:32:52 -0700 (PDT) Received: from localhost ([111.193.228.148]) by mx.google.com with ESMTPSA id n6sm6212564igx.10.2015.04.27.17.32.44 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 27 Apr 2015 17:32:45 -0700 (PDT) Date: Tue, 28 Apr 2015 08:32:28 +0800 From: Willem Jiang To: dev@camel.apache.org Message-ID: In-Reply-To: References: Subject: Re: Patch for https://issues.apache.org/jira/browse/CAMEL-8707 X-Mailer: Airmail (249) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org The patch looks good, I will merge it shortly. -- =20 Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang =20 Weibo: =E5=A7=9C=E5=AE=81willem On April 27, 2015 at 11:16:49 PM, Gururaja Kowlali (kgururaja=40gmail.com= ) wrote: > Hi Camel Dev, > =20 > As evaluating camel smpp, for sending smses, I found a bug in > SmppConnection=46actory.java > =20 > I have attached the patch for this fix in the jira ticket. > https://issues.apache.org/jira/browse/CAMEL-8707 > =20 > Can you please review it and let me know the next steps=3F > =20 > Regards, > Guru > =20