You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jojo <jo...@gmail.com> on 2006/10/09 14:41:50 UTC

TargetNotFoundException: Autowire target not found

Hi,

While trying to invoke an axis2 based service from a test case, I get the
following exception:

org.apache.tuscany.spi.component.TargetNotFoundException: Autowire target
not found [org.apache.tuscany.idl.wsdl.InterfaceWSDLIntrospector]
    at
org.apache.tuscany.core.implementation.system.wire.SystemOutboundAutowire.getTargetService
(SystemOutboundAutowire.java:86)
    at
org.apache.tuscany.core.implementation.system.component.SystemWireObjectFactory.getInstance
(SystemWireObjectFactory.java:40)
    at org.apache.tuscany.core.injection.MethodInjector.inject(
MethodInjector.java:46)
    at
org.apache.tuscany.core.implementation.PojoAtomicComponent.createInstance(
PojoAtomicComponent.java:123)
    at
org.apache.tuscany.core.component.scope.ModuleScopeContainer.eagerInitComponents
(ModuleScopeContainer.java:144)
    at org.apache.tuscany.core.component.scope.ModuleScopeContainer.onEvent(
ModuleScopeContainer.java:72)
    at org.apache.tuscany.spi.component.AbstractSCAObject.publish(
AbstractSCAObject.java:94)
    at
org.apache.tuscany.core.implementation.composite.AbstractCompositeComponent.publish
(AbstractCompositeComponent.java:139)
    at
org.apache.tuscany.core.implementation.composite.AbstractCompositeComponent.start
(AbstractCompositeComponent.java:106)
    at org.apache.tuscany.test.SCATestCase.deployExtension(SCATestCase.java
:110)
    at org.apache.tuscany.test.SCATestCase.setUp(SCATestCase.java:59)
    ....

I searched for InterfaceWSDLIntrospector, and found it inside idl/wsdl
project. So included this in the path. Unfortunately the problem persists.
Anybody knows how to fix this ? or any clue on how to proceed ?

Thanks in advance,
-- 
Warm regards,
jojo.