Return-Path: Delivered-To: apmail-ws-tuscany-dev-archive@locus.apache.org Received: (qmail 45807 invoked from network); 16 Apr 2007 22:54:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 22:54:59 -0000 Received: (qmail 51962 invoked by uid 500); 16 Apr 2007 22:55:04 -0000 Delivered-To: apmail-ws-tuscany-dev-archive@ws.apache.org Received: (qmail 51937 invoked by uid 500); 16 Apr 2007 22:55:04 -0000 Mailing-List: contact tuscany-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-dev@ws.apache.org Received: (qmail 51928 invoked by uid 99); 16 Apr 2007 22:55:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 15:55:04 -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 enjoyjava@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 15:54:57 -0700 Received: by py-out-1112.google.com with SMTP id a29so1149612pyi for ; Mon, 16 Apr 2007 15:54:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=Y1DijVusQAIAZOM/TDx3UI49Y2OpRtXxGZt97dxZWU4fF4m1Hq9IZCY9RtSQipJ2d+8FQjz/LAsLRyQJ4BP2RuJ/s7GZlLXQVhgdIoTAWyN/S58VcMwfmJfFm59eALkYatlyuSgo+CnOBkLkDUWhMv9c6+REIXAZZqh7q1umSv0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=O9TIXt1mkoWSdkZ1qrgrwLn+PQRrUQQ65yASNwLXHmug8LhxcQwiMa+4NuMO+gS+fm8GxNoEeJMkTZ2HlkpCNa/zCa+sfIcdNwF9x49x/vaQL+57mRUkNZWYxQUpGKxaZVCJCun0abR2ZQyCNd/3fMQT2/KU3hI3DfjxoqQLuaY= Received: by 10.35.82.16 with SMTP id j16mr12094949pyl.1176764076904; Mon, 16 Apr 2007 15:54:36 -0700 (PDT) Received: from rfengt60p ( [75.37.21.180]) by mx.google.com with ESMTP id w29sm9494793pyg.2007.04.16.15.54.35; Mon, 16 Apr 2007 15:54:36 -0700 (PDT) Message-ID: <003d01c7807a$39887c80$0300a8c0@rfengt60p> From: "Raymond Feng" To: Subject: Require more context for URLArtifactProcessorExtension.read() Date: Mon, 16 Apr 2007 15:54:42 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org Hi, When I try to add a URLArtifactProcessorExtension to introspect java classes, I found it impossible to get the class name as only the URL of the class file is passed to the read() method. To provide such context, I suggest that we pass in the DeployedArtifact (which contains the URL) instead of URL to the read() method. Do you agree or do you have a better way? Thanks, Raymond --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-dev-help@ws.apache.org