Hi,

The problem is in commons-configuration itself.

I have a Jira to create a ServiceMix bundle to fix that (as we did for commons-configuration 1.8).

If it works for you (by adding version range), you can use the ServiceMix commons-configuration 1.8 bundle.

I will create the commons-configuration 1.8 wrap bundle tomorrow.

Regards
JB

On 01/11/2013 12:18 AM, Ioan Eugen Stan wrote:
Hello,

I'm working on James on Karaf and I depend on commons-configuration
that has further dependencies on commons-logging and commons-lang.
Trying to validate the bellow feature results in a failure:

[WARNING] Failed to validate feature commons-configuration
[WARNING] No export found to match org.apache.commons.logging
(imported by mvn:commons-configuration/commons-configuration/1.9)
[WARNING] No export found to match org.apache.commons.logging.impl
(imported by mvn:commons-configuration/commons-configuration/1.9)

---
     <feature name="commons-configuration"
version="${commons-configuration.version}">
         
<bundle>mvn:commons-configuration/commons-configuration/${commons-configuration.version}
         </bundle>
         <bundle>mvn:commons-lang/commons-lang/${commons-lang.version}</bundle>
         
<!--<bundle>mvn:org.ops4j.pax.logging/pax-logging-api/${pax-logging-api.version}</bundle>-->
     </feature>
---

Adding pax-logging didn't work. Any known solutions to this?

Thanks,

[1] 
https://github.com/ieugen/james/blob/karaf/karaf/features/src/main/resources/features.xml
[2] https://github.com/ieugen/james/tree/karaf


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to