I've fixed this but now the echo data binding test fails, so i've commented that out for now.
...ant On 4/15/07, ant elder <[EMAIL PROTECTED]> wrote:
Ah yes, thanks for the hint...its only happening there as the composite contains a service, if a composite only has a reference it doesn't as the postProcessorRegistry.process call is missing from the DeployerImpl connect fro references. I'll fix that. ...ant On 4/15/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > > 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" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED] > > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
