You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by brijesh <br...@gmail.com> on 2009/01/15 18:15:34 UTC

pool-flow.seda.servicemix-eip-thread-1

hello , 

I have eip xbean configured as follows 

<beans xmlns:eip="http://servicemix.apache.org/eip/1.0"
       xmlns:eka="http://ekaplus.com/logistic"
       xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://servicemix.apache.org/eip/1.0
http://servicemix.apache.org/schema/servicemix-eip-3.2.3.xsd
       http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">

  <eip:static-routing-slip service="eka:warehousereceiptBeanRouter"
endpoint="warehousereceiptBeanRouterEP">
    <eip:targets>
      <eip:exchange-target service="eka:warehouseReceiptSchemaDataMapper" />
       <eip:exchange-target service="eka:createWarehouseReceipt" />   
    </eip:targets>
  </eip:static-routing-slip>
  </beans>

 But i am getting following error while calling from cxf-bc. Any idea on
this??

22:28:15,451 | WARN  | pool-flow.seda.servicemix-eip-thread-1 |
DefaultBroker            | rvicemix.jbi.nmr.DefaultBroker  344 | ServiceName
({http://ekaplus.com/logistic}warehouseReceiptSchemaDataMapper) specified
for routing, but can't find it registered

22:28:15,451 | WARN  | pool-flow.seda.servicemix-eip-thread-1 |
DefaultBroker            | rvicemix.jbi.nmr.DefaultBroker  344 | ServiceName
({http://ekaplus.com/logistic}warehouseReceiptSchemaDataMapper) specified
for routing, but can't find it registered

22:28:15,467 | ERROR | pool-flow.seda.servicemix-eip-thread-1 | EIPComponent            
| emix.common.AsyncBaseLifeCycle  512 | Error processing exchange InOut[

  id: ID:192.168.2.88-11edb3a18e5-11:0

  status: Active

  role: provider

  service: {http://ekaplus.com/logistic}warehousereceiptBeanRouter

  endpoint: warehousereceiptBeanRouterEP

  operation: {http://ekaplus.com/logistic}createWarehouseReceipt

  in: <?xml version="1.0" encoding="UTF-8"?><com:WarehouseReceipt
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

         <com:UserContext
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

            <UserName xmlns="">?</UserName>

            <CoportateId xmlns="">?</CoportateId>

         </com:UserContext>

         <com:Header
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

            <ContractNo xmlns="">?</ContractNo>

            <Type xmlns="">?</Type>

         </com:Header>

         <com:Data
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

            <com:ActivityDate
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:ActivityDate>

            <!--Optional:-->

            <com:Rent
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:Rent>

            <com:StorageDate
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:StorageDate>

            <com:Warehouse Name="?" Shed="?"
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept"/>

            <com:FreeDaysofStorage
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:FreeDaysofStorage>

            <com:WarehouseRecieptNo
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:WarehouseRecieptNo>

            <!--Optional:-->

            <com:InvioceQtyUnit
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:InvioceQtyUnit>

            <!--Optio...

]

javax.jbi.messaging.MessagingException: Could not find route for exchange:
InOut[

  id: ID:192.168.2.88-11edb3a18e5-6:0

  status: Active

  role: provider

  service: {http://ekaplus.com/logistic}warehouseReceiptSchemaDataMapper

  in: <?xml version="1.0" encoding="UTF-8"?><com:WarehouseReceipt
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

         <com:UserContext
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

            <UserName xmlns="">?</UserName>

            <CoportateId xmlns="">?</CoportateId>

         </com:UserContext>

         <com:Header
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

            <ContractNo xmlns="">?</ContractNo>

            <Type xmlns="">?</Type>

         </com:Header>

         <com:Data
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">

            <com:ActivityDate
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:ActivityDate>

            <!--Optional:-->

            <com:Rent
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:Rent>

            <com:StorageDate
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:StorageDate>

            <com:Warehouse Name="?" Shed="?"
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept"/>

            <com:FreeDaysofStorage
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:FreeDaysofStorage>

            <com:WarehouseRecieptNo
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:WarehouseRecieptNo>

            <!--Optional:-->

            <com:InvioceQtyUnit
xmlns:com="com.ekpalus.v7.physical.logistic.warehousereciept">?</com:InvioceQtyUnit>

            <!--Optio...

] for service: {http://ekaplus.com/logistic}warehouseReceiptSchemaDataMapper
and interface: null

            at
org.apache.servicemix.jbi.nmr.DefaultBroker.sendExchangePacket(DefaultBroker.java:297)

-- 
View this message in context: http://www.nabble.com/pool-flow.seda.servicemix-eip-thread-1-tp21482280p21482280.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.