I got it corrected , I missed to add the artifact id in SA pom file 

thanks 
brijesh n k 


brijesh wrote:
> 
> hello there , 
> 
> I am calling smx-saxon using EIP, i am getting the following error any
> idea on this? 
> 
> 
> 16:10:51,640 | WARN  | pool-flow.seda.servicemix-eip-thread-1 |
> DefaultBroker            | rvicemix.jbi.nmr.DefaultBroker  344 |
> ServiceName ({http://ekaplus.com/contract}3rWrapperTransformer) specified
> for routing, but can't find it registered
> 16:10:51,640 | WARN  | pool-flow.seda.servicemix-eip-thread-1 |
> DefaultBroker            | rvicemix.jbi.nmr.DefaultBroker  344 |
> ServiceName ({http://ekaplus.com/contract}3rWrapperTransformer) specified
> for routing, but can't find it registered
> 16:10:51,671 | ERROR | pool-flow.seda.servicemix-eip-thread-1 |
> EIPComponent             | emix.common.AsyncBaseLifeCycle  512 | Error
> processing exchange InOut[
>   id: ID:192.168.2.161-11f17ac8bbf-11:0
>   status: Active
>   role: provider
>   service: {http://ekaplus.com/contract}contractBeanRouter
>   endpoint: contractBeanRouterEP
>   operation: {http://ekaplus.com/contract}createContract
>   in: <?xml version="1.0" encoding="UTF-8"?><con:CreateContract
> xmlns:con="http://ekaplus.com/contract";>
>          <!--Optional:-->
>          <con:ipContractXML xmlns:con="http://ekaplus.com/contract";>
> <com:Contract xmlns:com="com.ekaplus.v7.cotton.physical.contract">
>          <com:UserContext
> xmlns:com="com.ekaplus.v7.cotton.physical.contract">
>             <UserName xmlns="">admin</UserName>
>             <CoportateId xmlns="">NCT</CoportateId>
>          </com:UserContext>
>          <com:Header xmlns:com="co
> .........................................................
> .........................................................
> 
> 
> stack trace as follows 
> 
>  <com:C...
> ] for service: {http://ekaplus.com/contract}3rWrapperTransformer and
> interface: null
>       at
> org.apache.servicemix.cxfbc.CxfBcConsumer$JbiPostInvokerInterceptor.handleMessage(CxfBcConsumer.java:722)
>       at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:226)
>       at
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:89)
>       at
> org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:295)
>       at
> org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:258)
>       at
> org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:70)
>       at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
>       at
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
>       at org.mortbay.jetty.handler.HandlerList.handle(HandlerList.java:49)
>       at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>       at org.mortbay.jetty.Server.handle(Server.java:324)
>       at
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
>       at
> org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
>       at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:741)
>       at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213)
>       at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
>       at
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
>       at
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522)
> Caused by: javax.jbi.messaging.MessagingException: Could not find route
> for exchange: InOut[
>   id: ID:192.168.2.161-11f17ac8bbf-6:0
>   status: Active
>   role: provider
>   service: {http://ekaplus.com/contract}3rWrapperTransformer
>   in: <?xml version="1.0" encoding="UTF-8"?><con:CreateContract
> xmlns:con="http://ekaplus.com/contract";>
>          <!--Optional:-->
>          <con:ipContractXML xmlns:con="http://ekaplus.com/contract";>
> <com:Contract xmlns:com="com.ekaplus.v7.cotton.physical.contract">
>          <com:UserContext
> xmlns:com="com.ekaplus.v7.cotton.physical.contract">
>             <UserName xmlns
> 
> 
> 
> 
> 
> following is configuration file 
> <beans xmlns:saxon="http://servicemix.apache.org/saxon/1.0";
>        xmlns="http://www.springframework.org/schema/beans";
>        xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance";
>        xmlns:eka="http://ekaplus.com/contract";
>        xsi:schemaLocation="http://servicemix.apache.org/saxon/1.0
> http://servicemix.apache.org/schema/servicemix-saxon-3.2.2.xsd
>        http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>
> 
>   <!-- START SNIPPET: xslt --> 
>   <saxon:xslt service="eka:3rWrapperTransformer" 
>                         endpoint="3rWrapperTransformerEP"
>               resource="classpath:transform.xsl" />
> 
>  
> </beans>
> 
> EIP config as follows 
> <eip:static-routing-slip service="eka:contractBeanRouter"
> endpoint="contractBeanRouterEP">
>     <eip:targets>
>       <eip:exchange-target service="eka:3rWrapperTransformer" />
>       <eip:exchange-target service="eka:createContractDataMapper" /> 
>       <eip:exchange-target service="eka:createContract" />
>     </eip:targets>
>   </eip:static-routing-slip>
>  
>   <eip:static-routing-slip service="eka:modifyBeanRouter"
> endpoint="modifyBeanRouterEP">
>     <eip:targets>
>         <eip:exchange-target service="eka:createContractDataMapper" /> 
>       <eip:exchange-target service="eka:modifyContract" />
>     </eip:targets>
>   </eip:static-routing-slip>
> 
> 
> thanks 
> 
> Brijesh N K
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/saxon-error-can%27t-find-it-registered-tp21683244p21683568.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to