Unable to load features.xml with included schema attribute
----------------------------------------------------------
Key: KARAF-518
URL: https://issues.apache.org/jira/browse/KARAF-518
Project: Karaf
Issue Type: Bug
Components: runtime
Affects Versions: 2.2.0
Environment: xp, linux, java6
Reporter: Dan Tran
Fix For: 2.2.1
Karaf 2.2 is not able to load the following features.xml when dropping it to
deploy directory. No activity in the log. Remove the schema attributes works
<?xml version="1.0" encoding="UTF-8"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">
<feature name='activemq-client' version='5.4.2' >
<bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
<bundle>mvn:org.apache.activemq/activemq-core/5.4.2</bundle>
<bundle>mvn:org.apache.activemq/kahadb/5.4.2</bundle>
<bundle>mvn:org.apache.xbean/xbean-spring/3.7</bundle>
<bundle>mvn:org.springframework/spring-jms/3.0.5.RELEASE</bundle>
<bundle>mvn:org.springframework/spring-tx/3.0.5.RELEASE</bundle>
</feature>
</features>
Details discussion is at
http://karaf.922171.n3.nabble.com/no-log-activity-when-deploy-a-features-xml-to-deploy-directory-td2678861.html#a2687462
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira