You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Daniel Bevenius (JIRA)" <ji...@apache.org> on 2010/10/19 08:51:40 UTC

[jira] Created: (CAMEL-3250) PropertiesComponent: Add constructor that takes a locations array.

PropertiesComponent: Add constructor that takes a locations array.
------------------------------------------------------------------

                 Key: CAMEL-3250
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3250
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Daniel Bevenius
            Priority: Trivial
         Attachments: PropertiesComponent.patch

It would be nice to be able to create a PropertiesComponent instance and at the same time specify the locations like this:

context.addComponent("properties", new PropertiesComponent("classpath:org/apache/camel/component/properties/myproperties.properties"));



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-3250) PropertiesComponent: Add constructor that takes a locations array.

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-3250:
----------------------------------

    Assignee: Claus Ibsen

> PropertiesComponent: Add constructor that takes a locations array.
> ------------------------------------------------------------------
>
>                 Key: CAMEL-3250
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3250
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Daniel Bevenius
>            Assignee: Claus Ibsen
>            Priority: Trivial
>         Attachments: PropertiesComponent.patch
>
>
> It would be nice to be able to create a PropertiesComponent instance and at the same time specify the locations like this:
> context.addComponent("properties", new PropertiesComponent("classpath:org/apache/camel/component/properties/myproperties.properties"));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-3250) PropertiesComponent: Add constructor that takes a locations array.

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3250:
-------------------------------

    Fix Version/s:     (was: 2.6.0)
                   2.5.0

> PropertiesComponent: Add constructor that takes a locations array.
> ------------------------------------------------------------------
>
>                 Key: CAMEL-3250
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3250
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Daniel Bevenius
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: PropertiesComponent.patch
>
>
> It would be nice to be able to create a PropertiesComponent instance and at the same time specify the locations like this:
> context.addComponent("properties", new PropertiesComponent("classpath:org/apache/camel/component/properties/myproperties.properties"));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-3250) PropertiesComponent: Add constructor that takes a locations array.

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3250.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.0

trunk: 1024230.

Thanks for the patch. Anything to make things easier :)

> PropertiesComponent: Add constructor that takes a locations array.
> ------------------------------------------------------------------
>
>                 Key: CAMEL-3250
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3250
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Daniel Bevenius
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: PropertiesComponent.patch
>
>
> It would be nice to be able to create a PropertiesComponent instance and at the same time specify the locations like this:
> context.addComponent("properties", new PropertiesComponent("classpath:org/apache/camel/component/properties/myproperties.properties"));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-3250) PropertiesComponent: Add constructor that takes a locations array.

Posted by "Daniel Bevenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Bevenius updated CAMEL-3250:
-----------------------------------

    Attachment: PropertiesComponent.patch

> PropertiesComponent: Add constructor that takes a locations array.
> ------------------------------------------------------------------
>
>                 Key: CAMEL-3250
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3250
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Daniel Bevenius
>            Priority: Trivial
>         Attachments: PropertiesComponent.patch
>
>
> It would be nice to be able to create a PropertiesComponent instance and at the same time specify the locations like this:
> context.addComponent("properties", new PropertiesComponent("classpath:org/apache/camel/component/properties/myproperties.properties"));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.