Hi

Yeah it seems odd why the field at position 9 is not grabbing further
into the text, where the date is.

Fell free to create a JIRA ticket and attach an unit test showing the
problem. Then we can use that to fix the bug.


On Fri, May 27, 2011 at 11:41 AM, cconesa
<carlos.con...@rulefinancial.com> wrote:
> <p>
> This is my route configuration for test. I think I am using the rigth
> bindy..
> </p>
>
>
> <code>
>        @Configuration
>        public static class ContextConfig extends 
> SingleRouteCamelConfiguration {
>                BindyFixedLengthDataFormat camelDataFormat = new
> BindyFixedLengthDataFormat(
>                                "org.mypckg.dataformat.fixedlength.model");
>
>                @Override
>                @Bean
>                public RouteBuilder route() {
>                        return new RouteBuilder() {
>                                @Override
>                                public void configure() {
>                                        
> from("direct:start").marshal(camelDataFormat).to(
>                                                        "mock:result");
>                                }
>                        };
>                }
>        }
> </code>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Issue-unmarshalling-Fixed-Length-message-date-tp4431276p4431347.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
CamelOne 2011: http://fusesource.com/camelone2011/
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to