You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/09/27 02:12:41 UTC

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

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