Hi Simon!
Thanks for your reply!
I'm using the composite as top level composite.
When I put the service definition inside the component like this, it works:
<component name="RegistryComponent">
<implementation.java
class="de.uniba.pipra.registry.impl.RegistryComponent"/>
<service name="AdministrationService">
<interface.java
interface="de.uniba.pipra.registry.AdministrationService"/>
<binding.ws/>
</service>
<service name="LookupService">
<interface.java interface="de.uniba.pipra.registry.LookupService"/>
<binding.ws/>
</service>
<service name="RegistrationService">
<interface.java
interface="de.uniba.pipra.registry.RegistrationService"/>
<binding.ws/>
</service>
</component>
But I don't receive any errors when I start it with the composite I posted
first. When I start the composite from above it starts but the Web service
does not start. and there is also no error.
The composite from above works when I do normal classpath dependencies to
all the jar files that are available in the tuscany-m5 build.
Best regards,
matthias