[
https://issues.apache.org/activemq/browse/SM-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45092#action_45092
]
Sergio Salmerón commented on SM-1247:
-------------------------------------
Hi again Ron. I have tried with SMX 3.2.2 but I get this message when doing mvn
install:
...
[WARNING] Failed to generate jbi.xml:
org.apache.servicemix.maven.plugin.jbi.JbiPluginException: Unable to generate
service unit descriptor!
org.apache.servicemix.maven.plugin.jbi.JbiPluginException: Unable to generate
service unit descriptor!
...
It seems not to recognize the AsyncBridge that I have defined as:
<eip:async-bridge service="CercadorService:CercadorAsyncBridge"
endpoint="endpoint" timeout="10000">
<eip:target>
<eip:exchange-target
service="CercadorService:CercadorRecipList" />
</eip:target>
</eip:async-bridge>
I have looked at the servicemix-3.2.2-eip.xsd schema and I don't see the
AsyncBridge there.
How should I proceed?
Thanks in advance for your help,
Sergio
> Using Servicemix for aggregator EIP with HTTP BC
> -------------------------------------------------
>
> Key: SM-1247
> URL: https://issues.apache.org/activemq/browse/SM-1247
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-eip
> Affects Versions: 3.2.1
> Environment: JDK 1.5, WIndows
> Reporter: Saurabh Mehta
>
> I am working on a use case to aggregate data from multiple data sources after
> transformation and normalization with a HTTP BC, EIP (Static reciepient
> list). The challenge I am facing is with HTTP consumer end point and getting
> it to connect to a static recipient list and aggregate data (using
> aggregator) and then send the response back to the caller. If I set my HTTP
> BC as in-out then I cannot use EIP. If I use in-only for my HTTP BC then my
> requestor does not get a response.
>
> Thoughts? Any recommendation you can provide would be appreciated.
>
> Thanks,
> Saurabh
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.