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

Reply via email to