Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 885C0200B11 for ; Mon, 30 May 2016 00:55:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 86E86160A2C; Sun, 29 May 2016 22:55:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CF1E7160A07 for ; Mon, 30 May 2016 00:55:07 +0200 (CEST) Received: (qmail 72826 invoked by uid 500); 29 May 2016 22:55:07 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 72815 invoked by uid 99); 29 May 2016 22:55:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 May 2016 22:55:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3758BC06C7 for ; Sun, 29 May 2016 22:55:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.08 X-Spam-Level: * X-Spam-Status: No, score=1.08 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id bjoIBqrmU802 for ; Sun, 29 May 2016 22:55:04 +0000 (UTC) Received: from mail12.tpgi.com.au (mail12.tpgi.com.au [203.12.160.162]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 73B7D5F245 for ; Sun, 29 May 2016 22:55:02 +0000 (UTC) X-TPG-Junk-Status: Message not scanned X-TPG-Antivirus: Passed X-TPG-Abuse: host=[202.161.115.54]; ip=202.161.115.54; date=Mon, 30 May 2016 08:54:52 +1000 Received: from fish.ish.com.au (202-161-115-54.static.tpgi.com.au [202.161.115.54] (may be forged)) by mail12.tpgi.com.au (envelope-from prvs=0957396516=ari@maniatis.org) (8.14.3/8.14.3) with ESMTP id u4TMsoqX013474 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 30 May 2016 08:54:52 +1000 Received: from ppp59-167-140-203.static.internode.on.net ([59.167.140.203]:54540 helo=Aristedess-MacBook-Pro.local) by fish.ish.com.au with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1b79bT-00025t-2O for user@cayenne.apache.org; Mon, 30 May 2016 08:54:39 +1000 Subject: Re: NPE on ROP connect after upgrading from 4.0.M2 to 4.0.M3 To: user@cayenne.apache.org References: <7fc45594-f9e8-4f83-6116-77995127ad89@maniatis.org> <95865d03-d6bc-bab1-2eb0-ad86d5caf69a@maniatis.org> From: Aristedes Maniatis Message-ID: Date: Mon, 30 May 2016 08:54:37 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit archived-at: Sun, 29 May 2016 22:55:08 -0000 Right now, you'll need to build from source from master branch. 4.0M3 doesn't have these changes. We should cut an M4 once it has settled down. Ari On 29/05/2016 2:09pm, Adam Boyle wrote: > Thanks, I will try to take a look at 4.0.M3 again soon! > > ________________________________________ > From: Aristedes Maniatis > Sent: Saturday, May 28, 2016 1:06:11 AM > To: user@cayenne.apache.org > Subject: Re: NPE on ROP connect after upgrading from 4.0.M2 to 4.0.M3 > > On 10/04/2016 3:55pm, Aristedes Maniatis wrote: >> On 10/04/2016 2:56pm, Adam Boyle wrote: >>> Ah, I forgot you are using the latest and greatest and not Hessian. Looks like I will have to figure this one out on my own for now, or else do a build off of master and implement something similar to what you have below. >> >> Nah, that's still Hessian. We are currently use a build of trunk from about 10 March. >> >> Our experiments with protocol-buffers are still in the early stages. First for us is HTTP2 which is coming along well [1] >> >> Ari >> >> [1] https://github.com/thinline72/cayenne/commit/91b8985857ee8fb16be1b1cb05bf8c18e074b030 > > > Adam, if you aren't tracking the dev list, you might like to take a look at the latest changes to Cayenne trunk. Protocol-buffers has now been introduced as a pluggable replacement to Hessian. > > We are yet to do any performance testing in real world apps, but we have high hopes. > > > Ari > > > > > -- > --------------------------> > Aristedes Maniatis > GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A > -- --------------------------> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A