Return-Path: Delivered-To: apmail-ws-tuscany-dev-archive@locus.apache.org Received: (qmail 55051 invoked from network); 15 Apr 2007 06:53:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2007 06:53:23 -0000 Received: (qmail 96557 invoked by uid 500); 15 Apr 2007 06:53:29 -0000 Delivered-To: apmail-ws-tuscany-dev-archive@ws.apache.org Received: (qmail 96527 invoked by uid 500); 15 Apr 2007 06:53:29 -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 96514 invoked by uid 99); 15 Apr 2007 06:53:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2007 23:53:29 -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.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Apr 2007 23:53:22 -0700 Received: by py-out-1112.google.com with SMTP id a29so907164pyi for ; Sat, 14 Apr 2007 23:53:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:references:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=serNBogCTKbm9yGD4oja0/eTeAXoFZxpYJ4o6oQIJOqFOHWbGeXl0wxRbt9xo0F1a9FyF3P4E8C9shnx8eFPak5wvrfi5sCEWkTbwGJbjHz5j2kUn1oWWXf5wgEzOrjuFTiEd1esH1yUJd9ELjizPbI0aIYItxljJ496jpDDpq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:references:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=mtVuYp8GlMTAMdxysX5HTugcwWyk7L/+HcZmyqQO18rPxdN4zbugSctERenql4hPAUAC3kVPyytwLNi1VMMev/9Im9Rg5GLuG1g+DpMkc3QEW7IkUYim6p2JPtTIgUlzYixLpSljyt1tFIin4hhxmpPHmLwpmdPAy7ZFaRmS8/I= Received: by 10.35.20.14 with SMTP id x14mr8681308pyi.1176619981197; Sat, 14 Apr 2007 23:53:01 -0700 (PDT) Received: from rfengt60p ( [75.37.23.205]) by mx.google.com with ESMTP id 20sm18770719nzp.2007.04.14.23.53.00; Sat, 14 Apr 2007 23:53:00 -0700 (PDT) Message-ID: <003d01c77f2a$b987fec0$0300a8c0@rfengt60p> From: "Raymond Feng" To: References: <71e1b5740704141437s1b17d8c4k9e4bf6355cc1c357@mail.gmail.com> Subject: Re: WirePostProcessors don't get called now? Date: Sat, 14 Apr 2007 23:53:06 -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, Ant. By testing samples/echo-databinding, I still see the DataBindingWirePostProcessor invoked. The call is initiated from the DeployerImpl. Here's the stacktrace: Thread [main] (Suspended (breakpoint at line 103 in DataBindingWirePostProcessor)) DataBindingWirePostProcessor.process(Wire) line: 103 WirePostProcessorRegistryImpl.process(Wire) line: 39 DeployerImpl.connect(Component, Component) line: 272 DeployerImpl.deploy(Composite) line: 153 SimpleRuntimeImpl.start() line: 166 DefaultSCARuntime.startup(URL, URL[], URL, String) line: 50 SCARuntime.start() line: 125 EchoDataBindingTestCase.setUp() line: 34 EchoDataBindingTestCase(TestCase).runBare() line: 132 TestResult$1.protect() line: 110 TestResult.runProtected(Test, Protectable) line: 128 TestResult.run(TestCase) line: 113 EchoDataBindingTestCase(TestCase).run(TestResult) line: 124 TestSuite.runTest(Test, TestResult) line: 232 TestSuite.run(TestResult) line: 227 OldTestClassRunner.run(RunNotifier) line: 35 JUnit4TestClassReference(JUnit4TestReference).run(TestExecution) line: 38 TestExecution.run(ITestReference[]) line: 38 RemoteTestRunner.runTests(String[], String, TestExecution) line: 460 RemoteTestRunner.runTests(TestExecution) line: 673 RemoteTestRunner.run() line: 386 RemoteTestRunner.main(String[]) line: 196 Thanks, Raymond ----- Original Message ----- From: "ant elder" To: Sent: Saturday, April 14, 2007 2:37 PM Subject: WirePostProcessors don't get called now? > Still trying to get the axs2 binding going, the databinding > WirePostProcessor doesn't seem to be getting called anymore, thought i saw > it was this morning, does anyone know if something has been changed > around > this area of the code? > > ...ant > --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-dev-help@ws.apache.org