Christian Niehues created TAMAYA-292:
----------------------------------------
Summary: Getting resource using expressions not working in OSGI
environment
Key: TAMAYA-292
URL: https://issues.apache.org/jira/browse/TAMAYA-292
Project: Tamaya
Issue Type: Bug
Components: Extensions
Affects Versions: 0.3-incubating
Environment: Ubuntu 14.04
Java 8
Karaf 4.1.1
Reporter: Christian Niehues
I tried to load multiple files from a specific location in my bundles but it
seems that Tamaya is not able to handle the bundle URLs getting from the
ServiceContext.
Example expression: META-INF/*/**
generated URL: bundle://357.1:0/META-INF
The ClasspathCollector tries to create a File instance from this URL which
obviously fails and so the following traverseAndSelectFromChildren also fails.
The other provided Collector also give no results.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)