Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 85830 invoked from network); 9 May 2008 11:38:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 11:38:14 -0000 Received: (qmail 42767 invoked by uid 500); 9 May 2008 11:38:13 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 42062 invoked by uid 500); 9 May 2008 11:38:11 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Delivered-To: moderator for user@commons.apache.org Received: (qmail 28399 invoked by uid 99); 9 May 2008 11:24:58 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nickarls@gmail.com designates 209.85.198.249 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=/dTS43nXbIAe3XtIlfYQorfc/5BnGMCRunnB8lBCY/w=; b=S33txFutYUyHPw8RKY9+Qza3sHnyKNy+or48RnIGlLRZDtUIpU1Aip+dInFAdhsIR0Fpqo5Nc6g2KRlZl7PAoZ6qe2MF0fQ2/tA7lYibdILBUc89UYYRkz+zdnpCeTut1i1TuAalA7PebRE7WCqC1Gdy6Wfyb1X0G0PO2nXdc0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=E/xf0QtFJuJRIyn2/qwJNb1iTI6mZmC+v7LwVo3Ueq+bCsXyMWWS/Pl/iUzGnrMjOIOTUn/RUHJ7uz+A19NmH9VQrdS4XnNtDm1nBzhKJVUWKDz7y+bAjrK/tgM2jPJz6z+N5C+JEIBzW73bNk/ONXmh9E8wCtfctXt/D0CCB4c= Message-ID: Date: Fri, 9 May 2008 14:24:27 +0300 From: "Nicklas Karlsson" To: user@commons.apache.org Subject: [beanutils] Merging beans MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm looking to merge javabeans so that null properties are overwritten by non-null values, if present. I noticed that BEANUTILS-303 has some patch for this, but I understand it's not in any released version yet. Is this still the way to go or is there some other way of doing this in any relased version? --- Nik --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org