You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2010/03/12 18:01:48 UTC

[jira] Created: (CAMEL-2543) Configurable URL schemes to be accepted by DefaultPackageScanClassResolver

Configurable URL schemes to be accepted by DefaultPackageScanClassResolver
--------------------------------------------------------------------------

                 Key: CAMEL-2543
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2543
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: William Tam


Currently, the DefaultPackageScanClassResolver hardcodes 3 acceptable schemes (http, https, sonicfs).  Everything else is assumed to be local file system location.  It would be nice to be able to configure other valid URL schemes.

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


[jira] Updated: (CAMEL-2543) Configurable URL schemes to be accepted by DefaultPackageScanClassResolver

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

Claus Ibsen updated CAMEL-2543:
-------------------------------

    Fix Version/s: Future

> Configurable URL schemes to be accepted by DefaultPackageScanClassResolver
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-2543
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2543
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: William Tam
>             Fix For: Future
>
>
> Currently, the DefaultPackageScanClassResolver hardcodes 3 acceptable schemes (http, https, sonicfs).  Everything else is assumed to be local file system location.  It would be nice to be able to configure other valid URL schemes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (CAMEL-2543) Configurable URL schemes to be accepted by DefaultPackageScanClassResolver

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

Willem Jiang resolved CAMEL-2543.
---------------------------------

    Fix Version/s: 2.5.0
                       (was: Future)
       Resolution: Fixed

Now you can configure the DefaultPackageScanClassResolver like this, the camel context will pick it up.
{code}
  <bean id="myPackageResolver" class="org.apache.camel.impl.DefaultPackageScanClassResolver" >
      <property name="AcceptableSchemes" value="test:;test2:"/>
  </bean>
{code}

> Configurable URL schemes to be accepted by DefaultPackageScanClassResolver
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-2543
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2543
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: 2.5.0
>
>
> Currently, the DefaultPackageScanClassResolver hardcodes 3 acceptable schemes (http, https, sonicfs).  Everything else is assumed to be local file system location.  It would be nice to be able to configure other valid URL schemes.

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


[jira] Assigned: (CAMEL-2543) Configurable URL schemes to be accepted by DefaultPackageScanClassResolver

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

Willem Jiang reassigned CAMEL-2543:
-----------------------------------

    Assignee: Willem Jiang

> Configurable URL schemes to be accepted by DefaultPackageScanClassResolver
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-2543
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2543
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: Future
>
>
> Currently, the DefaultPackageScanClassResolver hardcodes 3 acceptable schemes (http, https, sonicfs).  Everything else is assumed to be local file system location.  It would be nice to be able to configure other valid URL schemes.

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