From imperius-dev-return-550-apmail-incubator-imperius-dev-archive=incubator.apache.org@incubator.apache.org Wed Mar 24 23:03:07 2010 Return-Path: Delivered-To: apmail-incubator-imperius-dev-archive@minotaur.apache.org Received: (qmail 60967 invoked from network); 24 Mar 2010 23:03:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Mar 2010 23:03:07 -0000 Received: (qmail 89609 invoked by uid 500); 24 Mar 2010 23:03:07 -0000 Delivered-To: apmail-incubator-imperius-dev-archive@incubator.apache.org Received: (qmail 89583 invoked by uid 500); 24 Mar 2010 23:03:07 -0000 Mailing-List: contact imperius-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: imperius-dev@incubator.apache.org Delivered-To: mailing list imperius-dev@incubator.apache.org Received: (qmail 89575 invoked by uid 99); 24 Mar 2010 23:03:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 23:03:07 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dawood@us.ibm.com designates 32.97.182.138 as permitted sender) Received: from [32.97.182.138] (HELO e8.ny.us.ibm.com) (32.97.182.138) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 23:02:57 +0000 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by e8.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o2OMs0vV029735 for ; Wed, 24 Mar 2010 18:54:00 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o2ON2ZqN1839274 for ; Wed, 24 Mar 2010 19:02:35 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o2ON2YKF013947 for ; Wed, 24 Mar 2010 20:02:34 -0300 Received: from d01ml605.pok.ibm.com (d01ml605.pok.ibm.com [9.56.227.91]) by d01av02.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id o2ON2YOS013939 for ; Wed, 24 Mar 2010 20:02:34 -0300 To: imperius-dev@incubator.apache.org MIME-Version: 1.0 Subject: referencing anchor classes X-KeepSent: F9DD56D8:C61B6AC5-852576F0:007E31DC; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.0.2 HF623 January 16, 2009 From: David Wood Message-ID: Date: Wed, 24 Mar 2010 19:02:35 -0400 X-MIMETrack: Serialize by Router on D01ML605/01/M/IBM(Release 8.5.1HF41 | October 22, 2009) at 03/24/2010 19:02:34, Serialize complete at 03/24/2010 19:02:34 Content-Type: multipart/alternative; boundary="=_alternative 007E9459852576F0_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 007E9459852576F0_= Content-Type: text/plain; charset="US-ASCII" I can't seem to do the following (I get a parser error): Import Class java.util.Properties:p1,p2; ... p1.put("p2", p2) ... However, p1.put("p2", p2.toString()) is allowed. The spec seems to indicate that you can refer to an anchor class this way. I've been trying to fix this today, thought I had it, and then found I had broke something else. The type matching is bit hairy and handled in multiple places. Anyone else want to take a crack? David Wood Policy Technologies Group IBM TJ Watson Research Center dawood@us.ibm.com 914-784-5123 (office), 914-396-6515 (mobile) --=_alternative 007E9459852576F0_=--