I don't see declaration of "my" namespace prefix. You also don't use declared
namespace 'diameter'.

Regards,
Luke



Terry-55 wrote:
> 
> Hi all,  I encountered this exception when i was trying to run a mvn test.
> Anyone has suggestion about this?
> org.springframework.beans.factory.BeanDefinitionStoreException:
> Unrecognized
> xbean element mapping: endpoint in namespace http://ie..test.esb/1.0
> 
> <?xml version="1.0" encoding="UTF-8"?>
> 
> <beans xmlns:sm="http://servicemix.apache.org/config/1.0";
>        xmlns:diameter="http://ie.test.esb/1.0";
>        xmlns:test="urn:test">
> 
>   <sm:container id="jbi" embedded="true" createMBeanServer="false">
> 
>     <sm:activationSpecs>
> 
>       <sm:activationSpec>
> 
>           <sm:component>
>             <my:component>
> 
>                 <my:endpoints>
>                     <my:endpoint service="test:service"
>                                          endpoint="myProvider"
>                                        role="provider"
>                                        />
> 
>                 </my:endpoints>
>             </my:component>
>         </sm:component>
>       </sm:activationSpec>
> 
>     </sm:activationSpecs>
>   </sm:container>
> </beans>
> 
> 


-----
Lukasz Dywicki,
Integration Developer
http://blog.dywicki.pl/
-- 
View this message in context: 
http://www.nabble.com/Unrecognized-xbean-element-mapping-tp19761882p19796022.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to