[jira] [Work started] (KARAF-5555) 404 Errors while trying to use rest service

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on KARAF- started by Jean-Baptiste Onofré.
---
> 404 Errors while trying to use rest service
> ---
>
> Key: KARAF-
> URL: https://issues.apache.org/jira/browse/KARAF-
> Project: Karaf
>  Issue Type: Bug
>  Components: cave-rest
> Environment: * Mac OS
> * apache-karaf-4.1.4.tar.gz
> * Oracle Java JDK 1.8.0_131
>Reporter: Chris Caspanello
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.1
>
>
> On a fresh install of Karaf 4.1.4 I run the following commands:
> karaf@root()> repo-add cave 4.1.0
> Adding feature url 
> mvn:org.apache.karaf.cave/apache-karaf-cave/4.1.0/xml/features
> karaf@root()> feature:install cave-server
> karaf@root()> cave:repository-create my-repository
> karaf@root()> cave:repository-upload my-repository 
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/1.7.0_5
> When I go to the following URL I get a response:
> http://localhost:8181/cave/http/my-repository-repository.xml
> However, nothing else seems to work.
> When I go to the following URLs I get a 404 error:
> http://localhost:8181/cave/rest
> http://localhost:8181/cave/rest?_wadl
> http://localhost:8181/cave/maven
> When I go to the following URL I get a 500 error:
> http://localhost:8181/cave/http/gateway
> 500 shows a stacktrace of:  java.io.FileNotFoundException: 
> ~/apache-karaf-4.1.4/data/cave-features-gateway.xml (No such file or 
> directory)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5655) Mask password in cave:deployer-connection output

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5655:


Commit f5dc0b2630089b9b72f82fd3269eca713937cf33 in karaf-cave's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=f5dc0b2 ]

[KARAF-5655] Mask password when displaying Cave Deployer connections detail


> Mask password in cave:deployer-connection output
> 
>
> Key: KARAF-5655
> URL: https://issues.apache.org/jira/browse/KARAF-5655
> Project: Karaf
>  Issue Type: Improvement
>  Components: cave-deployer
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5655) Mask password in cave:deployer-connection output

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-5655.
-
Resolution: Fixed

> Mask password in cave:deployer-connection output
> 
>
> Key: KARAF-5655
> URL: https://issues.apache.org/jira/browse/KARAF-5655
> Project: Karaf
>  Issue Type: Improvement
>  Components: cave-deployer
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5655) Mask password in cave:deployer-connection output

2018-03-02 Thread JIRA
Jean-Baptiste Onofré created KARAF-5655:
---

 Summary: Mask password in cave:deployer-connection output
 Key: KARAF-5655
 URL: https://issues.apache.org/jira/browse/KARAF-5655
 Project: Karaf
  Issue Type: Improvement
  Components: cave-deployer
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: cave-4.1.1






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5654) Add default Cave Deployer connections store

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5654:


Commit e2e809e24ac02e000f3a777555bd0eacfbe63632 in karaf-cave's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=e2e809e ]

[KARAF-5654] Add a default etc/oorrg.apache.karaf.cave.deployer.cfg to store 
the Cave Deployer connections


> Add default Cave Deployer connections store
> ---
>
> Key: KARAF-5654
> URL: https://issues.apache.org/jira/browse/KARAF-5654
> Project: Karaf
>  Issue Type: Improvement
>  Components: cave-deployer
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.1
>
>
> Right now, the Cave Deployer connections are stored in ConfigAdmin "memory" 
> layer (basically in flushed into the Karaf {{data}} folder).
> However, if the user deletes the {{data}} folder, it also looses all 
> connections configuration.
> It's better to use a default {{etc/org.apache.karaf.cave.deployer.cfg}} file 
> to store the connections.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5556) Cave Deployer Connection throws NullPointerException

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-5556.
-
Resolution: Fixed

> Cave Deployer Connection throws NullPointerException
> 
>
> Key: KARAF-5556
> URL: https://issues.apache.org/jira/browse/KARAF-5556
> Project: Karaf
>  Issue Type: Bug
>  Components: cave-deployer
>Affects Versions: cave-4.1.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.1
>
>
> Manipulating the Deployer Connections (using the dedicated commands) throws 
> NPE:
> {code}
> karaf@root()> cave:deployer-connection
> Error executing command: java.lang.NullPointerException
> karaf@root()> cave:deployer-connection-register local 127.0.0.1:4 karaf 
> karaf karaf
> Error executing command: java.lang.NullPointerException
> karaf@root()> log:tail16:31:02.511 ERROR [Karaf local console user karaf] 
> Exception caught while executing command
> java.lang.NullPointerException: null
> at 
> org.apache.karaf.cave.deployer.service.impl.DeployerImpl.connections(DeployerImpl.java:102)
>  ~[?:?]
> at 
> org.apache.karaf.cave.deployer.command.ConnectionListCommand.execute(ConnectionListCommand.java:43)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
>  ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:571) 
> ~[?:?]
> at 
> org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:497) 
> ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:386) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) ~[?:?]
> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
>  ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>  ~[?:?]
> at java.lang.Thread.run(Thread.java:844) [?:?]
> 16:31:04.789 ERROR [Karaf local console user karaf] Exception caught while 
> executing command
> java.lang.NullPointerException: null
> at 
> org.apache.karaf.cave.deployer.service.impl.DeployerImpl.registerConnection(DeployerImpl.java:78)
>  ~[?:?]
> at 
> org.apache.karaf.cave.deployer.command.ConnectionRegisterCommand.execute(ConnectionRegisterCommand.java:57)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
>  ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:571) 
> ~[?:?]
> at 
> org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:497) 
> ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:386) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) ~[?:?]
> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
>  ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>  ~[?:?]
> at java.lang.Thread.run(Thread.java:844) [?:?]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5654) Add default Cave Deployer connections store

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-5654.
-
Resolution: Fixed

> Add default Cave Deployer connections store
> ---
>
> Key: KARAF-5654
> URL: https://issues.apache.org/jira/browse/KARAF-5654
> Project: Karaf
>  Issue Type: Improvement
>  Components: cave-deployer
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.1
>
>
> Right now, the Cave Deployer connections are stored in ConfigAdmin "memory" 
> layer (basically in flushed into the Karaf {{data}} folder).
> However, if the user deletes the {{data}} folder, it also looses all 
> connections configuration.
> It's better to use a default {{etc/org.apache.karaf.cave.deployer.cfg}} file 
> to store the connections.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5556) Cave Deployer Connection throws NullPointerException

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5556:


Commit 480ffd9581032fb576d22b9976c04ebdc6e236d4 in karaf-cave's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=480ffd9 ]

[KARAF-5556] Prevent NPE dealing with Cave Deployer connections


> Cave Deployer Connection throws NullPointerException
> 
>
> Key: KARAF-5556
> URL: https://issues.apache.org/jira/browse/KARAF-5556
> Project: Karaf
>  Issue Type: Bug
>  Components: cave-deployer
>Affects Versions: cave-4.1.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cave-4.1.1
>
>
> Manipulating the Deployer Connections (using the dedicated commands) throws 
> NPE:
> {code}
> karaf@root()> cave:deployer-connection
> Error executing command: java.lang.NullPointerException
> karaf@root()> cave:deployer-connection-register local 127.0.0.1:4 karaf 
> karaf karaf
> Error executing command: java.lang.NullPointerException
> karaf@root()> log:tail16:31:02.511 ERROR [Karaf local console user karaf] 
> Exception caught while executing command
> java.lang.NullPointerException: null
> at 
> org.apache.karaf.cave.deployer.service.impl.DeployerImpl.connections(DeployerImpl.java:102)
>  ~[?:?]
> at 
> org.apache.karaf.cave.deployer.command.ConnectionListCommand.execute(ConnectionListCommand.java:43)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
>  ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:571) 
> ~[?:?]
> at 
> org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:497) 
> ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:386) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) ~[?:?]
> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
>  ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>  ~[?:?]
> at java.lang.Thread.run(Thread.java:844) [?:?]
> 16:31:04.789 ERROR [Karaf local console user karaf] Exception caught while 
> executing command
> java.lang.NullPointerException: null
> at 
> org.apache.karaf.cave.deployer.service.impl.DeployerImpl.registerConnection(DeployerImpl.java:78)
>  ~[?:?]
> at 
> org.apache.karaf.cave.deployer.command.ConnectionRegisterCommand.execute(ConnectionRegisterCommand.java:57)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
>  ~[?:?]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
>  ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:571) 
> ~[?:?]
> at 
> org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:497) 
> ~[?:?]
> at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:386) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) ~[?:?]
> at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) ~[?:?]
> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
>  ~[?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>  ~[?:?]
> at java.lang.Thread.run(Thread.java:844) [?:?]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5654) Add default Cave Deployer connections store

2018-03-02 Thread JIRA
Jean-Baptiste Onofré created KARAF-5654:
---

 Summary: Add default Cave Deployer connections store
 Key: KARAF-5654
 URL: https://issues.apache.org/jira/browse/KARAF-5654
 Project: Karaf
  Issue Type: Improvement
  Components: cave-deployer
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: cave-4.1.1


Right now, the Cave Deployer connections are stored in ConfigAdmin "memory" 
layer (basically in flushed into the Karaf {{data}} folder).
However, if the user deletes the {{data}} folder, it also looses all 
connections configuration.
It's better to use a default {{etc/org.apache.karaf.cave.deployer.cfg}} file to 
store the connections.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5636) Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5636:


Commit a66a4d49cabb6a5849f31c31782cd63966afcb32 in karaf-cellar's branch 
refs/heads/cellar-4.0.x from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf-cellar.git;h=a66a4d4 ]

[KARAF-5636] Enable dynamic import on cellar-hazelcast and extend the dynamic 
import in Cellar DOSGi in order to support user defined class transport


> Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport
> ---
>
> Key: KARAF-5636
> URL: https://issues.apache.org/jira/browse/KARAF-5636
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-dosgi, cellar-hazelcast
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cellar-4.0.5, cellar-4.1.2
>
>
> In order to serialize the objects using DOSGi, Cellar Hazelcast has to use 
> Dynamic Import.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5636) Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-5636.
-
Resolution: Fixed

> Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport
> ---
>
> Key: KARAF-5636
> URL: https://issues.apache.org/jira/browse/KARAF-5636
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-dosgi, cellar-hazelcast
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cellar-4.0.5, cellar-4.1.2
>
>
> In order to serialize the objects using DOSGi, Cellar Hazelcast has to use 
> Dynamic Import.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5636) Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-5636:

Fix Version/s: (was: cellar-3.0.4)

> Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport
> ---
>
> Key: KARAF-5636
> URL: https://issues.apache.org/jira/browse/KARAF-5636
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-dosgi, cellar-hazelcast
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cellar-4.0.5, cellar-4.1.2
>
>
> In order to serialize the objects using DOSGi, Cellar Hazelcast has to use 
> Dynamic Import.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5636) Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5636:


Commit 171540f667ed69ef377f01373e98ccf589e16e71 in karaf-cellar's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf-cellar.git;h=171540f ]

[KARAF-5636] Enable dynamic import on cellar-hazelcast and extend the dynamic 
import in Cellar DOSGi in order to support user defined class transport


> Enable Dynamic-Import * in Cellar Hazelcast for DOSGi transport
> ---
>
> Key: KARAF-5636
> URL: https://issues.apache.org/jira/browse/KARAF-5636
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-dosgi, cellar-hazelcast
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: cellar-3.0.4, cellar-4.0.5, cellar-4.1.2
>
>
> In order to serialize the objects using DOSGi, Cellar Hazelcast has to use 
> Dynamic Import.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5653) Add a feature for the decanter manual

2018-03-02 Thread Francois Papon (JIRA)
Francois Papon created KARAF-5653:
-

 Summary: Add a feature for the decanter manual
 Key: KARAF-5653
 URL: https://issues.apache.org/jira/browse/KARAF-5653
 Project: Karaf
  Issue Type: Improvement
  Components: decanter
Affects Versions: decanter-2.0.0
Reporter: Francois Papon
 Fix For: decanter-2.1.0


Adding a documentation feature in order to published the generated manual in 
html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5652) Add a feature for the cave manual

2018-03-02 Thread Francois Papon (JIRA)
Francois Papon created KARAF-5652:
-

 Summary: Add a feature for the cave manual
 Key: KARAF-5652
 URL: https://issues.apache.org/jira/browse/KARAF-5652
 Project: Karaf
  Issue Type: Improvement
  Components: cave-documentation
Affects Versions: cave-4.1.0
Reporter: Francois Papon
 Fix For: cave-4.1.1


Adding a documentation feature in order to published the generated manual in 
html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5651) Add a feature for the cellar manual

2018-03-02 Thread Francois Papon (JIRA)
Francois Papon created KARAF-5651:
-

 Summary: Add a feature for the cellar manual
 Key: KARAF-5651
 URL: https://issues.apache.org/jira/browse/KARAF-5651
 Project: Karaf
  Issue Type: Improvement
  Components: cellar-documentation
Affects Versions: cellar-4.1.1
Reporter: Francois Papon
 Fix For: cellar-4.1.2


Adding a documentation feature in order to published the generated manual in 
html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5649:


Commit 6e210cde8e6a1f360e82b625a4b0fac658f1b425 in karaf's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=6e210cd ]

Merge pull request #468 from fpapon/KARAF-5649

[KARAF-5649] Add a feature for the manual

> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5649:


Commit 6e210cde8e6a1f360e82b625a4b0fac658f1b425 in karaf's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=6e210cd ]

Merge pull request #468 from fpapon/KARAF-5649

[KARAF-5649] Add a feature for the manual

> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-5649.
-
Resolution: Fixed

> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5649:


Commit 8d4e9a6189061f917579f5116aa09c4d477c3be7 in karaf's branch 
refs/heads/master from [~fpapon]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=8d4e9a6 ]

[KARAF-5649] Add a feature for the manual


> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-5649:
---

jbonofre closed pull request #468: [KARAF-5649] Add a feature for the manual
URL: https://github.com/apache/karaf/pull/468
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/assemblies/features/standard/src/main/feature/feature.xml 
b/assemblies/features/standard/src/main/feature/feature.xml
index d18fc56f48..9cc7c0af9d 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1069,6 +1069,11 @@
 
 
 
+
+war
+mvn:org.apache.karaf/manual/${project.version}
+
+
 
 wrap
 aries-blueprint
diff --git a/manual/pom.xml b/manual/pom.xml
index fdcd6bfb56..ab0517d064 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -23,7 +23,7 @@
 
manual
Apache Karaf :: Manual
-   pom
+   bundle
 


@@ -238,6 +238,18 @@

${project.build.directory}/generated-docs


+   
+   org.apache.felix
+   maven-bundle-plugin
+   3.3.0
+   
+   
+   
/documentation
+   
*
+   
target/generated-docs
+   
+   
+   


 
diff --git a/pom.xml b/pom.xml
index a840522147..6e421916f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
 profile
 event
 tooling
+manual
 assemblies
 demos
 archetypes
@@ -1780,7 +1781,7 @@
 false
 clean install
 deploy
--Prelease,deploy,src,manual
+-Prelease,deploy,src
 true
 
 
@@ -2092,12 +2093,6 @@
   true
 
 
-
-manual
-
-manual
-
-
 
 rat
 


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-5649:
---

fpapon opened a new pull request #468: [KARAF-5649] Add a feature for the manual
URL: https://github.com/apache/karaf/pull/468
 
 
   Adding a documentation feature in order to published the generated manual in 
html with the http service.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5574) Upgrade to Pax Web 7.0.0/Jetty 9.4.6

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-5574:

Priority: Blocker  (was: Major)

> Upgrade to Pax Web 7.0.0/Jetty 9.4.6
> 
>
> Key: KARAF-5574
> URL: https://issues.apache.org/jira/browse/KARAF-5574
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-webcontainer
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Blocker
> Fix For: 4.2.0
>
>
> In order to align with Camel, we should upgrade to Pax Web 6.1.2 that will 
> provide Jetty 9.4.6 support.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (KARAF-5650) Getting exception while using log:get and log:set command in karaf 4.1.4

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré reassigned KARAF-5650:
---

Assignee: Jean-Baptiste Onofré

> Getting exception while using log:get and log:set command in karaf 4.1.4
> 
>
> Key: KARAF-5650
> URL: https://issues.apache.org/jira/browse/KARAF-5650
> Project: Karaf
>  Issue Type: Question
>  Components: karaf-logging
>Affects Versions: 4.1.4
>Reporter: vijay p 
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> log:get
> 10:06:54.457 [Karaf ssh console user root] ERROR 
> org.apache.karaf.shell.support.ShellUtil - Exception caught while executing 
> command
>   
>   
> java.lang.IllegalStateException: Unrecognized configuration
> at 
> org.apache.karaf.log.core.internal.LogServiceImpl.getDelegate(LogServiceImpl.java:55)
>  [50:org.apache.karaf.log.core:4.1.4]
>   
>   
> at 
> org.apache.karaf.log.core.internal.LogServiceImpl.getLevel(LogServiceImpl.java:73)
>  [50:org.apache.karaf.log.core:4.1.4]
>   
>   at 
> org.apache.karaf.log.command.GetLogLevel.execute(GetLogLevel.java:49) 
> [50:org.apache.karaf.log.core:4.1.4]
> at 
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
>  [59:org.apache.karaf.shell.core:4.1.4]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
>  [59:org.apache.karaf.shell.core:4.1.4]
> at 
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
>  [59:org.apache.karaf.shell.core:4.1.4]
>   
>   at 
> org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:571) 
> [59:org.apache.karaf.shell.core:4.1.4]
>   
>   at 
> org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:497) 
> [59:org.apache.karaf.shell.core:4.1.4]
> at 
> org.apache.felix.gogo.runtime.Closure.execute(Closure.java:386) 
> [59:org.apache.karaf.shell.core:4.1.4]
>   
>   
> at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417) 
> [59:org.apache.karaf.shell.core:4.1.4]
>   
>   at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) 
> [59:org.apache.karaf.shell.core:4.1.4]
> at 
> org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) 
> [59:org.apache.karaf.shell.core:4.1.4]
>   
>   at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:?]
>   
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:?]
> at 
> java.lang.Thread.run(Thread.java:748) [?:?]
>   
> Error executing command: Unrecognized configuration
> I would like to know is there support for logback? I had a configuration file 
> that was previously working for Karaf 3.0.6 but get an Unrecognized 
> Configuration while I make use of the same configuration file in Karaf 4.1.4
> I have appended the configuration that I have in my logback.xml.
> 
> 
>  class="ch.qos.logback.core.rolling.RollingFileAppender">
> /var/opt/log/Karaf.log
>  class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
> /var/opt/log/Karaf.log.%i
> 1
> 5
> 
>  

[jira] [Created] (KARAF-5650) Getting exception while using log:get and log:set command in karaf 4.1.4

2018-03-02 Thread vijay p (JIRA)
vijay p  created KARAF-5650:
---

 Summary: Getting exception while using log:get and log:set command 
in karaf 4.1.4
 Key: KARAF-5650
 URL: https://issues.apache.org/jira/browse/KARAF-5650
 Project: Karaf
  Issue Type: Question
  Components: karaf-logging
Affects Versions: 4.1.4
Reporter: vijay p 


log:get
10:06:54.457 [Karaf ssh console user root] ERROR 
org.apache.karaf.shell.support.ShellUtil - Exception caught while executing 
command


java.lang.IllegalStateException: Unrecognized configuration
at 
org.apache.karaf.log.core.internal.LogServiceImpl.getDelegate(LogServiceImpl.java:55)
 [50:org.apache.karaf.log.core:4.1.4]


at 
org.apache.karaf.log.core.internal.LogServiceImpl.getLevel(LogServiceImpl.java:73)
 [50:org.apache.karaf.log.core:4.1.4]

at 
org.apache.karaf.log.command.GetLogLevel.execute(GetLogLevel.java:49) 
[50:org.apache.karaf.log.core:4.1.4]
at 
org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
 [59:org.apache.karaf.shell.core:4.1.4]
at 
org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
 [59:org.apache.karaf.shell.core:4.1.4]
at 
org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
 [59:org.apache.karaf.shell.core:4.1.4]

at 
org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:571) 
[59:org.apache.karaf.shell.core:4.1.4]

at 
org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:497) 
[59:org.apache.karaf.shell.core:4.1.4]
at 
org.apache.felix.gogo.runtime.Closure.execute(Closure.java:386) 
[59:org.apache.karaf.shell.core:4.1.4]


at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417) 
[59:org.apache.karaf.shell.core:4.1.4]

at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) 
[59:org.apache.karaf.shell.core:4.1.4]
at 
org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) 
[59:org.apache.karaf.shell.core:4.1.4]

at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:?]

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:?]
at 
java.lang.Thread.run(Thread.java:748) [?:?]

  Error executing command: Unrecognized configuration


I would like to know is there support for logback? I had a configuration file 
that was previously working for Karaf 3.0.6 but get an Unrecognized 
Configuration while I make use of the same configuration file in Karaf 4.1.4

I have appended the configuration that I have in my logback.xml.




/var/opt/log/Karaf.log

/var/opt/log/Karaf.log.%i
1
5



5MB



%d{-MM-dd'T'HH:mm:ss.SSSZ} | %-5.5p | %-16.16t | 
%-32.32c{1} | %-32.32C %4L | %X{bundle.id} - %X{bundle.name} - 
%X{bundle.version} | %m%n


























--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5640) Unable to acquire the state change lock for apache.felix.fileinstall

2018-03-02 Thread vijay p (JIRA)

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

vijay p  commented on KARAF-5640:
-

i shall have a look at it. Thanks.

> Unable to acquire the state change lock for apache.felix.fileinstall
> 
>
> Key: KARAF-5640
> URL: https://issues.apache.org/jira/browse/KARAF-5640
> Project: Karaf
>  Issue Type: Question
>  Components: karaf-osgi
>Affects Versions: 4.1.4
>Reporter: vijay p 
>Priority: Major
>
> Hi , 
>    I tried to install karaf 4.1.4 and i am getting the following error . 
> 2018-02-22T14:56:12.912+0100 | ERROR | blisher@6eebc39e | o.a.f.fileinstall | 
> ogback.internal.FrameworkHandler 144 | 9 - org.apache.felix.fileinstall - 
> 3.6.4 | FrameworkEvent ERROR - org.apache.felix.fileinstall
> org.osgi.framework.BundleException: Unable to acquire the state change lock 
> for the module: osgi.identity; osgi.identity="org.apache.felix.fileinstall"; 
> type="osgi.bundle"; version:Version="3.6.4" [id=9] STOPPED [STOPPED]
>  at org.eclipse.osgi.container.Module.lockStateChange(Module.java:337)
>  at org.eclipse.osgi.container.Module.stop(Module.java:490)
>  at 
> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1661)
>  at 
> org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1580)
>  at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:270)
>  at 
> org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:147)
>  at org.eclipse.osgi.container.Module.doStop(Module.java:636)
>  at org.eclipse.osgi.container.Module.stop(Module.java:498)
>  at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202)
>  at 
> org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
>  at java.lang.Thread.run(Thread.java:748)
> Caused by: java.util.concurrent.TimeoutException: Timeout after waiting 5 
> seconds to acquire the lock.
>  at org.eclipse.osgi.container.Module.lockStateChange(Module.java:334)
>  ... 10 common frames omitted
> May i know where am i wrong and could you give me a solution on how to 
> resolve this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5648) Console input lost after bouncycastle installed

2018-03-02 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-5648:
-

It should be OK with 4.1.5 now.

> Console input lost after bouncycastle installed
> ---
>
> Key: KARAF-5648
> URL: https://issues.apache.org/jira/browse/KARAF-5648
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.4
>Reporter: Alexey Markevich
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.1.5
>
>
> {noformat}
> karaf@root()> feature:repo-add 
> mvn:org.apache.camel.karaf/apache-camel/2.20.1/xml/features
> karaf@root()> feature:install camel-box
> {noformat}
> In the log after feature installed:
> {noformat}
> 2018-03-01T11:47:26,545 | INFO  | pool-39-thread-1 | CommandExtension 
> | 43 - org.apache.karaf.shell.core - 4.1.4 | Registering commands for 
> bundle org.apache.karaf.shell.ssh/4.1.4
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (KARAF-5648) Console input lost after bouncycastle installed

2018-03-02 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré reassigned KARAF-5648:
---

Assignee: Jean-Baptiste Onofré

> Console input lost after bouncycastle installed
> ---
>
> Key: KARAF-5648
> URL: https://issues.apache.org/jira/browse/KARAF-5648
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.4
>Reporter: Alexey Markevich
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.1.5
>
>
> {noformat}
> karaf@root()> feature:repo-add 
> mvn:org.apache.camel.karaf/apache-camel/2.20.1/xml/features
> karaf@root()> feature:install camel-box
> {noformat}
> In the log after feature installed:
> {noformat}
> 2018-03-01T11:47:26,545 | INFO  | pool-39-thread-1 | CommandExtension 
> | 43 - org.apache.karaf.shell.core - 4.1.4 | Registering commands for 
> bundle org.apache.karaf.shell.ssh/4.1.4
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)