Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 27620 invoked from network); 18 Apr 2007 15:11:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2007 15:11:16 -0000 Received: (qmail 28837 invoked by uid 500); 18 Apr 2007 15:11:16 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 28787 invoked by uid 500); 18 Apr 2007 15:11:15 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 28776 invoked by uid 99); 18 Apr 2007 15:11:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 08:11:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jamin.short@gmail.com designates 64.233.162.232 as permitted sender) Received: from [64.233.162.232] (HELO nz-out-0506.google.com) (64.233.162.232) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 08:11:08 -0700 Received: by nz-out-0506.google.com with SMTP id m22so164998nzf for ; Wed, 18 Apr 2007 08:10:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=K/Lbvrpw9Y2ktwYdSTY4S4uubz/EGw4lIQphETBcybLQjVH2PHReuKfJuRPWEEorPuq4KBWJXaxk+8m5pGgWl+o+pq/LT5fV9X1NwbTd6peLOKzuoGV42+MDUi9e6X1z3i23g5ykDuKhZcP1tyAYD/5m5enVey6vcRNIwdB97Zw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=WR7zy6dUCH57ypW6Mfedibbzu/DwndyyS7vMjAy/KZkcFk/BqgW8lpzyhn2d8U52lZOoWEw9oe17bNYcEFPkcWzc6HAeOP7/9vVgmizviOBFGj2s5gSKooxVv8gxvyLWvjdw6DKvA1tbhIeGnA4gg5WYfdebxRAQoPYjtjaaQ3Q= Received: by 10.115.95.1 with SMTP id x1mr247934wal.1176909047685; Wed, 18 Apr 2007 08:10:47 -0700 (PDT) Received: by 10.114.36.19 with HTTP; Wed, 18 Apr 2007 08:10:47 -0700 (PDT) Message-ID: <86aa493a0704180810y4f276116g19821b63de8a91a9@mail.gmail.com> Date: Wed, 18 Apr 2007 16:10:47 +0100 From: "ben short" Sender: jamin.short@gmail.com To: commons-user@jakarta.apache.org Subject: [Lang] ToStringBuilder Question MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: b571fb84d1aa4f1c X-Virus-Checked: Checked by ClamAV on apache.org Hi, Im trying to use the ToStringBuilder as follows, ToStringBuilder.reflectionToString(request, ToStringStyle.MULTI_LINE_STYLE) the output I get is.... org.apache.catalina.connector.RequestFacade@19bd8b4[ request=org.apache.catalina.connector.Request@1acf711 ] I was hoping that the output would be more verbose and output all of the request properties. Is this possible? Regards Ben --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org