[ 
https://issues.apache.org/jira/browse/CAMEL-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-5442:
-------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s:     (was: 2.12.0)
    
> 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
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to