I am putting two components in servicemix , for one(trace) its generating
endpoint but for savedb, its not generating , any idea ?

<sm:activationSpec componentName="trace"
                                service="my:trace">
                                <sm:component>
                                        <bean 
xmlns="http://xbean.org/schemas/spring/1.0";
                                                
class="org.apache.servicemix.components.util.TraceComponent" />
                                </sm:component>
                        </sm:activationSpec>

                  <sm:activationSpec componentName="savedb"
                                service="my:savedb">
                                <sm:component>
                                        <bean 
xmlns="http://xbean.org/schemas/spring/1.0";
                                                
class="com.rhg.infrastructure.jms.MessageReceiverImpl" />
                                </sm:component>
                        </sm:activationSpec>

--
View this message in context: 
http://www.nabble.com/No-Endpoint-error-t1609553.html#a4363570
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to