You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Charles Moulliard (JIRA)" <ji...@apache.org> on 2009/02/26 13:01:59 UTC

[jira] Created: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
-------------------------------------------------------------------------

                 Key: SMX4-231
                 URL: https://issues.apache.org/activemq/browse/SMX4-231
             Project: ServiceMix 4
          Issue Type: Bug
            Reporter: Charles Moulliard


Hi,

I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 

#
# Comma separated list of features repositories to register by default
#
featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml

#
# Comma separated list of features to install at startup
#
#
featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate

Content of features.xml file

<features>
    <feature name="hibernate">
        <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
    </feature>
</features>


log of the console

servicemix osgi> features list
  State          Version       Name
ERROR UnknownHostException: svn.apache.org
servicemix> features
servicemix features> list
  State          Version       Name
[uninstalled]  [      0.0.0] servicemix-saxon
[installed  ]  [      0.0.0] transaction
[uninstalled]  [      0.0.0] examples-camel-nmr
[uninstalled]  [      0.0.0] servicemix-ftp
[uninstalled]  [      0.0.0] servicemix-drools
[uninstalled]  [      0.0.0] examples-cxf-osgi
[uninstalled]  [      0.0.0] servicemix-quartz
[uninstalled]  [      0.0.0] servicemix-jms
[installed  ]  [      0.0.0] camel
[uninstalled]  [      0.0.0] servicemix-cxf-bc
[uninstalled]  [      0.0.0] examples-camel-osgi
[uninstalled]  [      0.0.0] servicemix-wsn2005
[installed  ]  [      0.0.0] activemq
[uninstalled]  [      0.0.0] servicemix-validation
[uninstalled]  [      0.0.0] servicemix-bean
[uninstalled]  [      0.0.0] servicemix-osworkflow
[installed  ]  [      0.0.0] web-core
[uninstalled]  [      0.0.0] servicemix-eip
[installed  ]  [      0.0.0] cxf
[uninstalled]  [      0.0.0] servicemix-file
[uninstalled]  [      0.0.0] servicemix-scripting
[uninstalled]  [      0.0.0] servicemix-cxf-se
[uninstalled]  [      0.0.0] camel-nmr
[uninstalled]  [      0.0.0] web
[installed  ]  [      0.0.0] cxf-osgi
[uninstalled]  [      0.0.0] servicemix-http
[uninstalled]  [      0.0.0] examples-cxf-nmr
[uninstalled]  [      0.0.0] nmr
[uninstalled]  [      0.0.0] servicemix-camel
[uninstalled]  [      0.0.0] cxf-nmr
[uninstalled]  [      0.0.0] examples-cxf-camel-nmr
[uninstalled]  [      0.0.0] servicemix-mail
[uninstalled]  [      0.0.0] management
[uninstalled]  [      0.0.0] jbi
[uninstalled]  [      0.0.0] servicemix-shared

Unfortunately, it does not work and no errors are reported on the console

Remarks :
-  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
- The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Charles Moulliard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50035#action_50035 ] 

Charles Moulliard commented on SMX4-231:
----------------------------------------

@Ulhas,

1) Here is the name of the spring repositories (if they are required). 

How do I configure a Maven build to work with the repository?

The bundle repository makes its artefacts available in a suitable format for use with Maven. First define the SpringSource Bundle Repository to Maven as follows:
<repository> <id>com.springsource.repository.bundles.release</id> <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> <url>http://repository.springsource.com/maven/bundles/release</url> </repository> <repository> <id>com.springsource.repository.bundles.external</id> <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name> <url>http://repository.springsource.com/maven/bundles/external</url> </repository>

If you are using library definitions with the SpringSource dm Server you will need to add the following:
<repository> <id>com.springsource.repository.libraries.release</id> <name>SpringSource Enterprise Bundle Repository - SpringSource Library Releases</name> <url>http://repository.springsource.com/maven/libraries/release</url> </repository> <repository> <id>com.springsource.repository.libraries.external</id> <name>SpringSource Enterprise Bundle Repository - External Library Releases</name> <url>http://repository.springsource.com/maven/libraries/external</url> </repository> 

How can I use them ?

2)  An alternative that I see is to use the obr repsository of apache obr  (http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/repository.xml) ?

  <capability name="package">

     <p n="package" v="org.springframework.orm.hibernate3"/>
     <p n="uses:" v="org.hibernate.util,org.apache.commons.logging,org.aopalliance.intercept,org.springframework.beans,org.hibernate.type,org.hibernate.exception,org.hibernate.event,org.springframework.dao.support,org.springframework.core,org.hibernate.connection,org.hibernate.classic,org.hibernate.impl,org.hibernate.transaction,org.hibernate.context,org.springframework.jdbc.datasource,org.springframework.beans.factory,org.springframework.transaction,org.hibernate.engine,org.hibernate.cfg,org.springframework.util,org.springframework.core.io,org.springframework.jdbc.support,org.hibernate.dialect,org.hibernate,javax.sql,org.springframework.orm,org.springframework.jdbc.support.lob,org.hibernate.criterion,javax.transaction,org.hibernate.tool.hbm2ddl,org.springframework.transaction.jta,org.springframework.dao,org.springframework.transaction.support"/>
     <p n="version" t="version" v="2.5.0"/>
   </capability>

 How can I use it  ?




> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Ulhas Bhole (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50027#action_50027 ] 

Ulhas Bhole commented on SMX4-231:
----------------------------------

What repository you are pulling  mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA from? It looks like it doesn't find it. I tried a quick example and saw the same problem as you (second one only) and checked repo1.maven.org/maven2/org/hibernate and couldn't see com.springsource.org.hibernate there. 


> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Charles Moulliard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50040#action_50040 ] 

Charles Moulliard commented on SMX4-231:
----------------------------------------

@Ulhas,

I have modified my config file like this but my maven local repository is not used :

#
# Path to the local maven settings file.
# The repositories defined in this file will be automatically added to the list
# of default repositories if the 'org.ops4j.pax.url.mvn.repositories' property
# below is not set.
# The following locations are checked for the existence of the settings.xml file
#   * 1. looks for the specified url
#   * 2. if not found looks for ${user.home}/.m2/settings.xml
#   * 3. if not found looks for ${maven.home}/conf/settings.xml
#   * 4. if not found looks for ${M2_HOME}/conf/settings.xml
#
#org.ops4j.pax.url.mvn.settings=
org.ops4j.pax.url.mvn.settings=C:/.m2/settings.xml

#
# Path to the local maven repository which is used to avoid downloading
# artifacts when they already exist locally.
# The value of this property will be extracted from the settings.xml file
# above, or defaulted to:
#     System.getProperty( "user.home" ) + "/.m2/repository"
#
org.ops4j.pax.url.mvn.localRepository=file:///c:/.m2/repository@snapshots


#
# Comma separated list of repositories scanned when resolving an artifact.
# The default list includes the following repositories:
#    http://repo1.maven.org/maven2
#    http://repository.ops4j.org/maven2
# To add repositories to the default ones, prepend '+' to the list of repositories
# to add.
# A repository url can be appended with zero or more of the following flags:
#    @snapshots  : the repository contains snaphots
#    @noreleases : the repository does not contain any released artifacts
#
# The following property value will add the system folder as a repo.
#
#org.ops4j.pax.url.mvn.repositories=file:${user.home}/.m2/repository@snapshots,http://repo1.maven.org/maven2,http://repo.open.iona.com/maven2-snapshot@snapshots@noreleases,http://svn.apache.org/repos/asf/servicemix/m2-repo,http://repo.open.iona.com/maven2
org.ops4j.pax.url.mvn.repositories=file:///c:/.m2/repository@snapshots,http://repo1.maven.org/maven2,http://repo.open.iona.com/maven2-snapshot@snapshots@noreleases,http://svn.apache.org/repos/asf/servicemix/m2-repo,http://repo.open.iona.com/maven2


> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50094#action_50094 ] 

Guillaume Nodet commented on SMX4-231:
--------------------------------------

I don't really see why the file:/// url would not work, it really should.
However, the problem is that it will not be considered a local repository, so snapshots may have problems to be resolved.
FWIW, kernel 1.1.0-SNAPSHOT fixes the problem, as the local repository will be auto-discovered and handled correctly.

> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Charles Moulliard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50078#action_50078 ] 

Charles Moulliard commented on SMX4-231:
----------------------------------------

I think that I can't use the syntax file:///c:/  to refer to a local features.xml file 

We have to wait the next PAX DIR component who will allow us to do that :

http://wiki.ops4j.org/display/ops4j/Pax+URL+-+dir

and of course integrate it in the existing code to work with mvn or dir located features.xml file 

> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Charles Moulliard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles Moulliard closed SMX4-231.
----------------------------------

    Resolution: Fixed

Yes. It is possible to reference a file locally in SMX4 Kernel 1.1.0 SNAPHOT.

e.g.

featuresRepositories=file:///D:/Dvlpt/Java/workspace-ganymede/esb/apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT/etc/com.xpectis.osgi.features-1.0.0-SNAPSHOT-features.xml

> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Ulhas Bhole (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50027#action_50027 ] 

ubhole edited comment on SMX4-231 at 2/26/09 6:31 AM:
-----------------------------------------------------------

What repository you are pulling  mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA from?
 It looks like it doesn't find it. 
I tried a quick example and saw the same problem as you (second one only) 
and checked repo1.maven.org/maven2/org/hibernate and couldn't see com.springsource.org.hibernate there. 


      was (Author: ubhole):
    What repository you are pulling  mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA from? It looks like it doesn't find it. I tried a quick example and saw the same problem as you (second one only) and checked repo1.maven.org/maven2/org/hibernate and couldn't see com.springsource.org.hibernate there. 

  
> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Charles Moulliard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50030#action_50030 ] 

Charles Moulliard commented on SMX4-231:
----------------------------------------

@Ulhas,

I put the jar in my local repository. Is it not enough ?

> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-231) Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)

Posted by "Ulhas Bhole (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50039#action_50039 ] 

Ulhas Bhole commented on SMX4-231:
----------------------------------

Hi Charles,

I tried accessing the bundle repositories but the location in url returns Error XML fragment link following. (For both library and bundles )
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>maven/libraries/release</Key>
<RequestId>26FD6B0332715988</RequestId>
−
<HostId>
quDqjFprlQX35rw21HlwkKfaRaLkAgSWQyI5MFKQogIYuqB8fkd8dLEYQvADAqM3
</HostId>
</Error>

BTW, while looking for the ways to add feature I came across this link which might be of your help

http://servicemix.apache.org/SMX4KNL/66-installing-additional-features.html



> Not possible to reference to a local features.xml file (Fuse ESB 4.0.0.4)
> -------------------------------------------------------------------------
>
>                 Key: SMX4-231
>                 URL: https://issues.apache.org/activemq/browse/SMX4-231
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> Hi,
> I have created a local features file (on my pc) that I would like to use to add features to Fuse ESB 4.0.0.4 
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features.xml,
> mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0.4-fuse/xml/features,
> mvn:org.apache.servicemix.features/apache-servicemix/4.0.0.4-fuse/xml/features,
> file:///D:/Dvlpt/Java/workspace-ganymede/fuse-smx4-source/apache-servicemix-4.0.0.4-fuse/features.xml
> #
> # Comma separated list of features to install at startup
> #
> #
> featuresBoot=management,transaction,activemq,camel,cxf,cxf-osgi,web,web-core,hibernate
> Content of features.xml file
> <features>
>     <feature name="hibernate">
>         <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle>
>     </feature>
> </features>
> log of the console
> servicemix osgi> features list
>   State          Version       Name
> ERROR UnknownHostException: svn.apache.org
> servicemix> features
> servicemix features> list
>   State          Version       Name
> [uninstalled]  [      0.0.0] servicemix-saxon
> [installed  ]  [      0.0.0] transaction
> [uninstalled]  [      0.0.0] examples-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-ftp
> [uninstalled]  [      0.0.0] servicemix-drools
> [uninstalled]  [      0.0.0] examples-cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-quartz
> [uninstalled]  [      0.0.0] servicemix-jms
> [installed  ]  [      0.0.0] camel
> [uninstalled]  [      0.0.0] servicemix-cxf-bc
> [uninstalled]  [      0.0.0] examples-camel-osgi
> [uninstalled]  [      0.0.0] servicemix-wsn2005
> [installed  ]  [      0.0.0] activemq
> [uninstalled]  [      0.0.0] servicemix-validation
> [uninstalled]  [      0.0.0] servicemix-bean
> [uninstalled]  [      0.0.0] servicemix-osworkflow
> [installed  ]  [      0.0.0] web-core
> [uninstalled]  [      0.0.0] servicemix-eip
> [installed  ]  [      0.0.0] cxf
> [uninstalled]  [      0.0.0] servicemix-file
> [uninstalled]  [      0.0.0] servicemix-scripting
> [uninstalled]  [      0.0.0] servicemix-cxf-se
> [uninstalled]  [      0.0.0] camel-nmr
> [uninstalled]  [      0.0.0] web
> [installed  ]  [      0.0.0] cxf-osgi
> [uninstalled]  [      0.0.0] servicemix-http
> [uninstalled]  [      0.0.0] examples-cxf-nmr
> [uninstalled]  [      0.0.0] nmr
> [uninstalled]  [      0.0.0] servicemix-camel
> [uninstalled]  [      0.0.0] cxf-nmr
> [uninstalled]  [      0.0.0] examples-cxf-camel-nmr
> [uninstalled]  [      0.0.0] servicemix-mail
> [uninstalled]  [      0.0.0] management
> [uninstalled]  [      0.0.0] jbi
> [uninstalled]  [      0.0.0] servicemix-shared
> Unfortunately, it does not work and no errors are reported on the console
> Remarks :
> -  I don't have the rights to create a ticket in Fuse issues tracker. So  I create the ticket here.
> - The first time that the command features list is called on the console an error message appears : ERROR UnknownHostException: svn.apache.org

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.