Hi,

I found my typo error in the xbean.xml descriptor of my jms service unit.
There is a ">" character in excess in the beans element beetween two xmlns attributes definitions.
Then, the naming space I used for the target service was in fact not defined.
It's quite strange that this non well formed xbean.xml descriptor will not cause any error.
Nevermind, thank you very much for your help.

Regards
Hélène Joanin.
<?xml version="1.0"?>
<beans xmlns:jms="http://servicemix.apache.org/jms/1.0"
       xmlns:amq="http://activemq.org/config/1.0">
       xmlns:lb="urn:logicblaze:soa:loanbroker"
       xmlns:demo="urn:servicemix:demo">
    <jms:endpoint service="demo:JmsConsumer"
              endpoint="JmsConsumer"
              targetService="lb:LoanBrokerService"
              targetEndpoint="loanbroker"
              defaultOperation="lb:getLoanQuote"
              role="consumer"
              defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
              destinationStyle="queue"
              jmsProviderDestinationName="demo.org.servicemix.source"
              connectionFactory="#connectionFactory"
     />
[.....]
</beans>

Reply via email to