Return-Path: X-Original-To: apmail-river-dev-archive@www.apache.org Delivered-To: apmail-river-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 0C199FA51 for ; Tue, 30 Apr 2013 11:53:33 +0000 (UTC) Received: (qmail 4973 invoked by uid 500); 30 Apr 2013 11:53:32 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 4849 invoked by uid 500); 30 Apr 2013 11:53:32 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 4820 invoked by uid 99); 30 Apr 2013 11:53:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 11:53:31 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dennis.reedy@gmail.com designates 209.85.128.43 as permitted sender) Received: from [209.85.128.43] (HELO mail-qe0-f43.google.com) (209.85.128.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 11:53:25 +0000 Received: by mail-qe0-f43.google.com with SMTP id 1so211355qec.30 for ; Tue, 30 Apr 2013 04:53:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:subject:date:message-id:to :mime-version:x-mailer; bh=3LubsHeuB4FmI4C/BAnyYOBbp6FGwI3Z+XbwoiU2PmM=; b=Pq7zOCe2DH4v4U4Ysr9P0CTZ94bC27s7FDLxFMNZXrToGBBjxLV3zoS3UYcE9YEN4J VITo2fgJrMhWHhCPxk0uSS/4MaPnMko1ycY1iFWjY0xPotb2vWuzdDMuvlOWmjdPVl2f fopK3bFCYaGYGwCiAyyrRjfOI6m9iAugSD5MaFgYpVQoSPYhxc95RGcUYpUAcOGl8Hms 8p8pCxzsqxfDHspVLpSdX11CoTiI/fMeWkg26gvSgoq/X6yGDAjL79aBiOTP327ZxfCi qBJ141OCF8ehlhptnPiGkI/wbUn8Saxf/FTXszmVsGUnT8YAubcb6TY4rN3HjzWCcPFq sntw== X-Received: by 10.49.35.72 with SMTP id f8mr51321902qej.4.1367322784207; Tue, 30 Apr 2013 04:53:04 -0700 (PDT) Received: from [10.0.1.9] (c-69-243-16-91.hsd1.va.comcast.net. [69.243.16.91]) by mx.google.com with ESMTPSA id ed8sm39278689qeb.7.2013.04.30.04.53.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Apr 2013 04:53:03 -0700 (PDT) From: Dennis Reedy Content-Type: multipart/alternative; boundary="Apple-Mail=_FD9E694F-6D53-4D07-A8C7-A2E3AB6F43B8" Subject: JDK 7 Enhancements just bit me again Date: Tue, 30 Apr 2013 07:53:01 -0400 Message-Id: To: dev@river.apache.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_FD9E694F-6D53-4D07-A8C7-A2E3AB6F43B8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii FYI, this caused grief yesterday on my project. Some of the team had = updated Java to JDK 7 Update 21. With this update the following change = has been made:=20 The RMI property java.rmi.server.useCodebaseOnly is set to true by = default. In earlier releases, the default value was false. More detail here: = http://docs.oracle.com/javase/7/docs/technotes/guides/rmi/enhancements-7.h= tml The simple fix for us is to set -Djava.rmi.server.useCodebaseOnly=3Dfalse HTH Dennis= --Apple-Mail=_FD9E694F-6D53-4D07-A8C7-A2E3AB6F43B8--