Hello,

As indicated in documentation I use this file in an SU deployed on the
servicemix-wsn2005 Servicemix component :

<wsnt:Subscribe
  xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";
  xmlns:wsa="http://www.w3.org/2005/08/addressing";>
  <wsnt:ConsumerReference>
   
<wsa:Address>service:http://odelia-technologies.com/metaphora/serviceTrace</wsa:Address>
  </wsnt:ConsumerReference>
  <wsnt:Filter>
    <wsnt:TopicExpression
Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Simple";>
      myTopic
    </wsnt:TopicExpression>
  </wsnt:Filter>
</wsnt:Subscribe>

My problem is on the Adress element : is it well formed ?

I would like my serviceTrace be invoked ; this service is deployed on
sevicemix-bean using the configuration file in SU :

<beans xmlns:bean="http://servicemix.apache.org/bean/1.0";
xmlns:mp="http://odelia-technologies.com/metaphora";>
        <classpath>
                <location>service.jar</location>
        </classpath>

        <bean:endpoint service="mp:serviceTrace" endpoint="endpoint"
bean="#serviceTrace"/>

        <bean id="serviceTrace" class="com.odelia.metaphora.ServiceTrace"/>
</beans>

Thank you for any help !

Bertrand.
-- 
View this message in context: 
http://www.nabble.com/Addressing-an-internal-service-with-servicemix-wsn2005-tf4001982s12049.html#a11367168
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to