You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Achim Nierbeck (JIRA)" <ji...@apache.org> on 2011/03/31 13:59:05 UTC

[jira] [Commented] (KARAF-518) Unable to load features.xml with included schema attribute

    [ https://issues.apache.org/jira/browse/KARAF-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013936#comment-13013936 ] 

Achim Nierbeck commented on KARAF-518:
--------------------------------------

According to thread 

http://karaf.922171.n3.nabble.com/Karaf-2-2-0-Startup-with-no-internet-Access-td2753903.html

it might be due to the fact that the schema isn't included.

> 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