RE: UndeclaredThrowableException when using reference

2009-09-28 Thread Phillips, Chad
lieve this is a problem in my app and not an issue w/ Tuscany. -Original Message- From: Simon Nash [mailto:n...@apache.org] Sent: Saturday, September 26, 2009 02:14 To: user@tuscany.apache.org Subject: Re: UndeclaredThrowableException when using reference Simon Laws wrote: > Looking at

Re: UndeclaredThrowableException when using reference

2009-09-26 Thread Simon Nash
Simon Laws wrote: Looking at the stack it looks like a Java implementation. But you're right that there is a suspicious piece of code in AbstractScopeContainer.. protected InstanceWrapper createInstanceWrapper() throws TargetResolutionException { ImplementationProvider implementation

RE: UndeclaredThrowableException when using reference

2009-09-22 Thread Phillips, Chad
t: Re: UndeclaredThrowableException when using reference Phillips, Chad wrote: > In my composite app I have ComponentA which has a reference to ComponentB. > I'm seeing an intermittent issue where ComponentA tries to invoke a method > from ComponentB and an UndeclaredThrowableExcepti

Re: UndeclaredThrowableException when using reference

2009-09-22 Thread Simon Laws
Looking at the stack it looks like a Java implementation. But you're right that there is a suspicious piece of code in AbstractScopeContainer.. protected InstanceWrapper createInstanceWrapper() throws TargetResolutionException { ImplementationProvider implementationProvider = component

Re: UndeclaredThrowableException when using reference

2009-09-22 Thread Simon Nash
Phillips, Chad wrote: In my composite app I have ComponentA which has a reference to ComponentB. I'm seeing an intermittent issue where ComponentA tries to invoke a method from ComponentB and an UndeclaredThrowableException is thrown. This isn't using an official release (its 1.5.1 SNAPSHOT