Ehm... actually I had forgotten to add dependencies hehe, maven confused me about that, because I'm using Eclipse :-) now I've all the ingredients and I'm trying to use the component manager in order to get the components and their service and packing a call to a service.
Thank you very much for your help! Fabio 2010/10/25 Luciano Resende <[email protected]> > On Fri, Oct 22, 2010 at 8:40 AM, Fabio Albani <[email protected]> > wrote: > > Hi to all, > > with your help I've almost finished my project, anyway I've a problem > about > > namespaces... in my example I want to use not onlt my own developed > > implementation but also the classical implementation.java, but it gives > me > > error about not finding that implementation... > > My composite is : > > <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" > > targetNamespace="http://test/helloworld2" > > xmlns:p="http://asm" > > name="helloworld2"> > > <component name="HelloWorldRefComponent"> > > <service name="HelloWorldRefService"> > > <interface.java interface="helloworld.HelloWorldService"/> > > </service> > > <reference name="salutoService"/> > > <p:implementation.asm location="HelloWorldRefServiceComponent.asm"/> > > </component> > > <component name="SalutoComponent"> > > <service name="SalutoService"> > > <interface.java interface="helloworld.SalutoService"/> > > </service> > > <implementation.java class="helloworld.SalutoServiceImpl"/> > > </component> > > <wire source="HelloWorldRefComponent/salutoService" > > target="SalutoComponent/SalutoService"/> > > </composite> > > and the error is : > > AVVERTENZA: Inesistent implementation (something like that, in italian :) > ): > > Component = SalutoComponent > > 22-ott-2010 17.38.21 > > > org.apache.tuscany.sca.assembly.builder.impl.CompositeBindingURIBuilderImpl > > Any ideas? > > Thank you very much! > > > > Are you missing required dependencies like implementation-java-runtime > ? Maybe the full stack trace can help us provide better responses. > > > > -- > Luciano Resende > http://people.apache.org/~lresende > http://twitter.com/lresende1975 > http://lresende.blogspot.com/ >
