You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Charles Moulliard (JIRA)" <ji...@apache.org> on 2013/04/29 18:56:16 UTC

[jira] [Commented] (CAMEL-6323) FixedLength Bindy DataFormat does not work with @Link

    [ https://issues.apache.org/jira/browse/CAMEL-6323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13644646#comment-13644646 ] 

Charles Moulliard commented on CAMEL-6323:
------------------------------------------

Problem with @Link comes from the methods that we have added here under createModelFactory :

   @Override
    protected BindyAbstractFactory createModelFactory(PackageScanClassResolver resolver) throws Exception {
 
The class containing the @Link is removed and not used as a PackageScanFilter is added
                
> FixedLength Bindy DataFormat does not work with @Link
> -----------------------------------------------------
>
>                 Key: CAMEL-6323
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6323
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.10.4, 2.11.0
>            Reporter: Charles Moulliard
>
> FixedLength Bindy DataFormat does not work with @Link

--
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

Re: [jira] [Commented] (CAMEL-6323) FixedLength Bindy DataFormat does not work with @Link

Posted by Rich Newcomb <ri...@gmail.com>.
I will work on a patch for CAMEL-6323 during the next week or so.  It
is related to parts of CAMEL-3496, which I am planning to complete for
the Camel 3.0 branch.

-Rich


On Mon, Apr 29, 2013 at 12:56 PM, Charles Moulliard (JIRA)
<ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/CAMEL-6323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13644646#comment-13644646 ]
>
> Charles Moulliard commented on CAMEL-6323:
> ------------------------------------------
>
> Problem with @Link comes from the methods that we have added here under createModelFactory :
>
>    @Override
>     protected BindyAbstractFactory createModelFactory(PackageScanClassResolver resolver) throws Exception {
>
> The class containing the @Link is removed and not used as a PackageScanFilter is added
>
>> FixedLength Bindy DataFormat does not work with @Link
>> -----------------------------------------------------
>>
>>                 Key: CAMEL-6323
>>                 URL: https://issues.apache.org/jira/browse/CAMEL-6323
>>             Project: Camel
>>          Issue Type: Bug
>>          Components: camel-bindy
>>    Affects Versions: 2.10.4, 2.11.0
>>            Reporter: Charles Moulliard
>>
>> FixedLength Bindy DataFormat does not work with @Link
>
> --
> 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