[jira] [Created] (KARAF-4501) Documentation still refers to deprecated org.apache.karaf.tooling.exam.container

2016-04-19 Thread Achim Nierbeck (JIRA)
Achim Nierbeck created KARAF-4501:
-

 Summary: Documentation still refers to deprecated 
org.apache.karaf.tooling.exam.container
 Key: KARAF-4501
 URL: https://issues.apache.org/jira/browse/KARAF-4501
 Project: Karaf
  Issue Type: Bug
  Components: karaf-documentation
Affects Versions: 4.0.4
Reporter: Achim Nierbeck


The 
[documentation|https://karaf.apache.org/manual/latest/developers-guide/writing-tests.html]
 still refers to the old karaf internal container testing framework. This 
should be replaced by: 

{code}

org.ops4j.pax.exam
pax-exam-junit4
test



org.ops4j.pax.exam
pax-exam-container-karaf
test

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4443) Create default dahboards in Decanter Kibana 4.x

2016-04-19 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4443:


Commit 49f663f04af6dfa7b913ce2148b18bf83590dfd3 in karaf-decanter's branch 
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf-decanter.git;h=49f663f ]

[KARAF-4443] Update doc regarding Kibana 4


> Create default dahboards in Decanter Kibana 4.x
> ---
>
> Key: KARAF-4443
> URL: https://issues.apache.org/jira/browse/KARAF-4443
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.0
>
>
> As we do in Decanter Kibana 3.x, we should provide "out of the box" 
> dashboards in Decanter Kibana 4.x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-4495) Add custom fields support in all collectors

2016-04-19 Thread JIRA

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

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

> Add custom fields support in all collectors
> ---
>
> Key: KARAF-4495
> URL: https://issues.apache.org/jira/browse/KARAF-4495
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.0
>
>
> Right now, only the JMX collector supports custom fields. All collectors 
> should support this via cfg file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4495) Add custom fields support in all collectors

2016-04-19 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4495:


Commit 07da48c1a0cff246bebe3b0fc2a3edca13c49a16 in karaf-decanter's branch 
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf-decanter.git;h=07da48c ]

[KARAF-4495] Add custom fields support in all collectors


> Add custom fields support in all collectors
> ---
>
> Key: KARAF-4495
> URL: https://issues.apache.org/jira/browse/KARAF-4495
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.0
>
>
> Right now, only the JMX collector supports custom fields. All collectors 
> should support this via cfg file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-4499) Can't start a crashed server on Windows

2016-04-19 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4499.
-
Resolution: Fixed

> Can't start a crashed server on Windows
> ---
>
> Key: KARAF-4499
> URL: https://issues.apache.org/jira/browse/KARAF-4499
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
> Environment: Windows 10
>Reporter: Tom Jenkinson
>Assignee: Andrea Cosentino
> Fix For: 4.1.0, 4.0.6
>
>
> On Windows if a server crashes karaf.bat does not allow me to start the 
> server again. I have tracked this to an algorithm in the file that checks for 
> the PID and sets a variable, on Windows (10 at least) to be able to overwrite 
> the variable you need to use a slightly different notation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-4499) Can't start a crashed server on Windows

2016-04-19 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-4499:

Fix Version/s: 4.0.6
   4.1.0

> Can't start a crashed server on Windows
> ---
>
> Key: KARAF-4499
> URL: https://issues.apache.org/jira/browse/KARAF-4499
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
> Environment: Windows 10
>Reporter: Tom Jenkinson
>Assignee: Andrea Cosentino
> Fix For: 4.1.0, 4.0.6
>
>
> On Windows if a server crashes karaf.bat does not allow me to start the 
> server again. I have tracked this to an algorithm in the file that checks for 
> the PID and sets a variable, on Windows (10 at least) to be able to overwrite 
> the variable you need to use a slightly different notation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4499) Can't start a crashed server on Windows

2016-04-19 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4499:


Commit 726121db0c9a7dd1d4f6bd14d6914248ae19903a in karaf's branch 
refs/heads/karaf-4.0.x from [~ancosen]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=726121d ]

[KARAF-4499] Can't start a crashed server on Windows


> Can't start a crashed server on Windows
> ---
>
> Key: KARAF-4499
> URL: https://issues.apache.org/jira/browse/KARAF-4499
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
> Environment: Windows 10
>Reporter: Tom Jenkinson
>Assignee: Andrea Cosentino
>
> On Windows if a server crashes karaf.bat does not allow me to start the 
> server again. I have tracked this to an algorithm in the file that checks for 
> the PID and sets a variable, on Windows (10 at least) to be able to overwrite 
> the variable you need to use a slightly different notation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4499) Can't start a crashed server on Windows

2016-04-19 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4499:


Commit f376c9e8407a46cb3efacfb799cd74ece13d12f3 in karaf's branch 
refs/heads/master from [~ancosen]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=f376c9e ]

[KARAF-4499] Can't start a crashed server on Windows


> Can't start a crashed server on Windows
> ---
>
> Key: KARAF-4499
> URL: https://issues.apache.org/jira/browse/KARAF-4499
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
> Environment: Windows 10
>Reporter: Tom Jenkinson
>Assignee: Andrea Cosentino
>
> On Windows if a server crashes karaf.bat does not allow me to start the 
> server again. I have tracked this to an algorithm in the file that checks for 
> the PID and sets a variable, on Windows (10 at least) to be able to overwrite 
> the variable you need to use a slightly different notation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)