Re: webservice-Axis2

2016-05-05 Thread wuxinlong
Thanks!
   This war deployed in tomcat is good.I have tried to increase the missing
class,but the introduction of more mistakes.Can you give it a try?I am very
worry, please help me!



--
View this message in context: 
http://karaf.922171.n3.nabble.com/webservice-Axis2-tp4046468p4046499.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: webservice-Axis2

2016-05-05 Thread Jean-Baptiste Onofré
Sure, I have couple of things to complete first (ApacheCon presentation, 
camel-jms issue, ...) but I will try.


Regards
JB

On 05/05/2016 09:51 AM, wuxinlong wrote:

Thanks!
This war deployed in tomcat is good.I have tried to increase the missing
class,but the introduction of more mistakes.Can you give it a try?I am very
worry, please help me!



--
View this message in context: 
http://karaf.922171.n3.nabble.com/webservice-Axis2-tp4046468p4046499.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Start/Stop bundles commands on symbolic name

2016-05-05 Thread Cristiano Costantini
Hello all,

in cellar it is possible to start or stop bundles using their symbolic name:

   karaf@root> cluster:bundle-stop default my-bundle-symbolic-name

and also provide autocompletion for the symbolic name,
while in normal karaf start and stop work only on bundle ID.

   karaf@root> list -s | grep my-bundle
   123 | Active   |  80 | 1.0.0.SNAPSHOT  | my-bundle-symbolic-name
   karaf@root> bundle:stop 123

is it possible to extend the basic commands to use the symbolic name as in
cellar?
would it be hard?

Bye,
Cristiano


[GitHub] karaf pull request: KARAF-4519 : Add additional steps to retrieve ...

2016-05-05 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request:

https://github.com/apache/karaf/pull/181

KARAF-4519 : Add additional steps to retrieve ActiveMQ command descriptions



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lburgazzoli/apache-karaf KARAF-4519

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/181.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #181


commit a13acfaec62c3b8c8d906d4c3e3a284a2a683cb8
Author: lburgazzoli 
Date:   2016-05-05T15:24:58Z

KARAF-4519 : Add additional steps to retrieve ActiveMQ command descriptions




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Start/Stop bundles commands on symbolic name

2016-05-05 Thread Jean-Baptiste Onofré

Hi Cristiano,

it should be already the case (BundleSelector in Karaf).

Regards
JB

On 05/05/2016 05:18 PM, Cristiano Costantini wrote:

Hello all,

in cellar it is possible to start or stop bundles using their symbolic name:

karaf@root> cluster:bundle-stop default my-bundle-symbolic-name

and also provide autocompletion for the symbolic name,
while in normal karaf start and stop work only on bundle ID.

karaf@root> list -s | grep my-bundle
123 | Active   |  80 | 1.0.0.SNAPSHOT  | my-bundle-symbolic-name
karaf@root> bundle:stop 123

is it possible to extend the basic commands to use the symbolic name as in
cellar?
would it be hard?

Bye,
Cristiano



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com