[
https://issues.apache.org/jira/browse/CAMEL-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-5442.
--------------------------------
Resolution: Later
> Bindy OneToMany and Fix protocol repeating
> ------------------------------------------
>
> Key: CAMEL-5442
> URL: https://issues.apache.org/jira/browse/CAMEL-5442
> Project: Camel
> Issue Type: Bug
> Components: camel-bindy
> Affects Versions: 2.8.0
> Reporter: Soumya
> Priority: Minor
> Fix For: Future
>
>
> Hi, I'm trying to build a data feed using the FIX protocol. So far I've been
> able to process the data request but I'm having problems with the market data
> response. I'm using Bindy and created a model using the @OneToMany
> annotation, so as to model a data repeating group
> @OneToMany(mappedTo = "example.models.marketdata.Parties")
> private ArrayList<NoPartyIds> parties;
> However when the model is marshaled into a Fix message, only the first item
> in list in the repeating group gets processed.
> A similar issue has been addressed here
> http://camel.465427.n5.nabble.com/Bindy-OneToMany-and-Fix-protocol-repeating-groups-td4925892.html#a4988627
> Is this resolved already and which version is this resolved in?.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)