[jira] [Updated] (KARAF-1589) EIK : Feature update doesn't create new update jar

2012-09-14 Thread filippo balicchia (JIRA)

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

filippo balicchia updated KARAF-1589:
-

Attachment: pluginsVersion.Patch

> EIK : Feature update doesn't create new update jar
> --
>
> Key: KARAF-1589
> URL: https://issues.apache.org/jira/browse/KARAF-1589
> Project: Karaf
>  Issue Type: Task
>  Components: eik-core
>Reporter: filippo balicchia
>Assignee: Jean-Baptiste Onofré
>Priority: Blocker
> Attachments: pluginsVersion.Patch
>
>
> If try to recreate update site in eclipse the feature doesn't compile because 
> missing 
> some dipendency:
> commons-collenction
> slf4j 
> ecc.ecc.
> The old version (pre apache brand) has the same problem.
> In IMHO this task is blocker cause If someone wants to help his change can 
> see it locally.
> At the moment I can't work on it asap I hope that some one can do it
> Thanks 
> --Filippo

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1305) Error with Basic HTTP Authentication when using karaf realm

2012-09-14 Thread Achim Nierbeck (JIRA)

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

Achim Nierbeck commented on KARAF-1305:
---

fixed in 2.3.x

Author: anierbeck
Date: Fri Sep 14 20:54:44 2012
New Revision: 1384918

URL: http://svn.apache.org/viewvc?rev=1384918&view=rev

> Error with Basic HTTP Authentication when using karaf realm
> ---
>
> Key: KARAF-1305
> URL: https://issues.apache.org/jira/browse/KARAF-1305
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-webcontainer
>Affects Versions: 2.2.5
> Environment: see https://team.ops4j.org/browse/PAXWEB-353
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
> Fix For: 2.2.10, 2.3.0, 3.0.0
>
>
> For more details see https://team.ops4j.org/browse/PAXWEB-353
> it's required to move the principal classes to the JAAS-Boot module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (KARAF-1305) Error with Basic HTTP Authentication when using karaf realm

2012-09-14 Thread Achim Nierbeck (JIRA)

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

Achim Nierbeck resolved KARAF-1305.
---

Resolution: Fixed

> Error with Basic HTTP Authentication when using karaf realm
> ---
>
> Key: KARAF-1305
> URL: https://issues.apache.org/jira/browse/KARAF-1305
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-webcontainer
>Affects Versions: 2.2.5
> Environment: see https://team.ops4j.org/browse/PAXWEB-353
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
> Fix For: 2.2.10, 2.3.0, 3.0.0
>
>
> For more details see https://team.ops4j.org/browse/PAXWEB-353
> it's required to move the principal classes to the JAAS-Boot module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1827) Build the manual within specific profiles

2012-09-14 Thread JIRA

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

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

Fixed on trunk: http://svn.apache.org/viewvc?view=revision&revision=1384857

> Build the manual within specific profiles
> -
>
> Key: KARAF-1827
> URL: https://issues.apache.org/jira/browse/KARAF-1827
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0, 3.0.0
>
>
> On karaf-2.2.x branch, manual (user guide and developer guide) module is 
> build within the manual and release profiles, but not by default.
> It makes sense to apply the same on trunk and karaf-2.3.x branch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1695) startup fails on Windows with only JRE installed

2012-09-14 Thread Dan Tran (JIRA)

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

Dan Tran commented on KARAF-1695:
-

same issue for client.bat

> startup fails on Windows with only JRE installed
> 
>
> Key: KARAF-1695
> URL: https://issues.apache.org/jira/browse/KARAF-1695
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 2.2.8, 3.0.0
> Environment: Windows XP 32bit
> Oracle Java Runtime Environment 7u5
>Reporter: Christoph Gritschenberger
>Assignee: Andreas Pieber
> Attachments: jre-windows-client.patch
>
>
> It fails with the error:
> {code}
> Error: missing `server' JVM at `C:\Program 
> Files\Java\jre7\bin\server\jvm.dll'.
> Please install or use the JRE or JDK that contains these missing components.
> {code}
> Possible workarounds:
> a) Install Oracle JDK
> b) modify the JAVA_OPTS:
> {code}
> set JAVA_OPTS=-Xmx512M
> karaf.bat
> {code}
> The startup-script should contain special handling for JRE on windows and 
> fallback to "-client" of "-server" is not available.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1833) Reintroduce the -p option in the client

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> Reintroduce the -p option in the client
> ---
>
> Key: KARAF-1833
> URL: https://issues.apache.org/jira/browse/KARAF-1833
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>
> In order to mimic the OpenSSH client and allow usage of ssh-agent, we removed 
> the -p option from the bin/client:
> - if the option -p is not provided, or without argument, we prompt the 
> password
> - if the option -p contains an argument (the password), we use it 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1833) Reintroduce the -p option in the client

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1833:
---

 Summary: Reintroduce the -p option in the client
 Key: KARAF-1833
 URL: https://issues.apache.org/jira/browse/KARAF-1833
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0


In order to mimic the OpenSSH client and allow usage of ssh-agent, we removed 
the -p option from the bin/client:

- if the option -p is not provided, or without argument, we prompt the password
- if the option -p contains an argument (the password), we use it 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1821) Some etc files are executable whereas it should not be

2012-09-14 Thread JIRA

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

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

same in the system folder.

> Some etc files are executable whereas it should not be
> --
>
> Key: KARAF-1821
> URL: https://issues.apache.org/jira/browse/KARAF-1821
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>
> The following etc files have the executable flag:
> - config.properties
> - custom.properties
> - jre.properties
> - org.apache.karaf.features.cfg
> - org.apache.karaf.features.repos.cfg
> - startup.properties
> Whereas it's not required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1821) Some etc files are executable whereas it should not be

2012-09-14 Thread JIRA

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

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

jar files in the lib folder also have the +x flag.


> Some etc files are executable whereas it should not be
> --
>
> Key: KARAF-1821
> URL: https://issues.apache.org/jira/browse/KARAF-1821
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>
> The following etc files have the executable flag:
> - config.properties
> - custom.properties
> - jre.properties
> - org.apache.karaf.features.cfg
> - org.apache.karaf.features.repos.cfg
> - startup.properties
> Whereas it's not required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1821) Some etc files are executable whereas it should not be

2012-09-14 Thread JIRA

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

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

demos folder also contains file with +x flag. More over, some files should be 
excluded by default from demos: *.iml, etc.

> Some etc files are executable whereas it should not be
> --
>
> Key: KARAF-1821
> URL: https://issues.apache.org/jira/browse/KARAF-1821
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>
> The following etc files have the executable flag:
> - config.properties
> - custom.properties
> - jre.properties
> - org.apache.karaf.features.cfg
> - org.apache.karaf.features.repos.cfg
> - startup.properties
> Whereas it's not required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (KARAF-1798) Use exam framework for our itests and increase tests coverage

2012-09-14 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-1798.
-

Resolution: Fixed

> Use exam framework for our itests and increase tests coverage
> -
>
> Key: KARAF-1798
> URL: https://issues.apache.org/jira/browse/KARAF-1798
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-test
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0, 3.0.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1832) ServicesMBean should use attribute instead of list() operation

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> ServicesMBean should use attribute instead of list() operation
> --
>
> Key: KARAF-1832
> URL: https://issues.apache.org/jira/browse/KARAF-1832
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1832) ServicesMBean should use attribute instead of list() operation

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1832:
---

 Summary: ServicesMBean should use attribute instead of list() 
operation
 Key: KARAF-1832
 URL: https://issues.apache.org/jira/browse/KARAF-1832
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1831) PackagesMBean should use attributes for imported/exported packages instead of operations

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1831:
---

 Summary: PackagesMBean should use attributes for imported/exported 
packages instead of operations
 Key: KARAF-1831
 URL: https://issues.apache.org/jira/browse/KARAF-1831
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1831) PackagesMBean should use attributes for imported/exported packages instead of operations

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> PackagesMBean should use attributes for imported/exported packages instead of 
> operations
> 
>
> Key: KARAF-1831
> URL: https://issues.apache.org/jira/browse/KARAF-1831
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (KARAF-1829) Upgrade to Spring 2.5.6.SEC03

2012-09-14 Thread Gert Vanthienen (JIRA)

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

Gert Vanthienen resolved KARAF-1829.


Resolution: Fixed

Fixed in https://svn.apache.org/viewvc?view=revision&revision=1384766 for the 
Karaf 2.2.x branch and
in https://svn.apache.org/viewvc?view=revision&revision=1384768 for the Karaf 
2.3.x branch

> Upgrade to Spring 2.5.6.SEC03
> -
>
> Key: KARAF-1829
> URL: https://issues.apache.org/jira/browse/KARAF-1829
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 2.2.9, 2.3.0
>Reporter: Gert Vanthienen
>Assignee: Gert Vanthienen
> Fix For: 2.2.10, 2.3.0
>
>
> Upgrade to Spring 2.5.6.SEC03, which contains a fix for a security problem in 
> the 2.5.6.SEC02 release we're using now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1830) ObrMBean should use attribute for bundles and URLs instead of list operations

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> ObrMBean should use attribute for bundles and URLs instead of list operations
> -
>
> Key: KARAF-1830
> URL: https://issues.apache.org/jira/browse/KARAF-1830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1830) ObrMBean should use attribute for bundles and URLs instead of list operations

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1830:
---

 Summary: ObrMBean should use attribute for bundles and URLs 
instead of list operations
 Key: KARAF-1830
 URL: https://issues.apache.org/jira/browse/KARAF-1830
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1829) Upgrade to Spring 2.5.6.SEC03

2012-09-14 Thread Gert Vanthienen (JIRA)
Gert Vanthienen created KARAF-1829:
--

 Summary: Upgrade to Spring 2.5.6.SEC03
 Key: KARAF-1829
 URL: https://issues.apache.org/jira/browse/KARAF-1829
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-feature
Affects Versions: 2.2.9, 2.3.0
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
 Fix For: 2.2.10, 2.3.0


Upgrade to Spring 2.5.6.SEC03, which contains a fix for a security problem in 
the 2.5.6.SEC02 release we're using now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1828) Build src distributions within specific profiles

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> Build src distributions within specific profiles
> 
>
> Key: KARAF-1828
> URL: https://issues.apache.org/jira/browse/KARAF-1828
> Project: Karaf
>  Issue Type: Improvement
>  Components: cellar-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0, 3.0.0
>
>
> As the src distributions takes time to build, we can build them only in 
> specific profiles (release, and src profile for instance), as we do for 
> manual.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1828) Build src distributions within specific profiles

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1828:
---

 Summary: Build src distributions within specific profiles
 Key: KARAF-1828
 URL: https://issues.apache.org/jira/browse/KARAF-1828
 Project: Karaf
  Issue Type: Improvement
  Components: cellar-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0, 3.0.0


As the src distributions takes time to build, we can build them only in 
specific profiles (release, and src profile for instance), as we do for manual.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1827) Build the manual within specific profiles

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1827:
---

 Summary: Build the manual within specific profiles
 Key: KARAF-1827
 URL: https://issues.apache.org/jira/browse/KARAF-1827
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0, 3.0.0


On karaf-2.2.x branch, manual (user guide and developer guide) module is build 
within the manual and release profiles, but not by default.

It makes sense to apply the same on trunk and karaf-2.3.x branch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1827) Build the manual within specific profiles

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> Build the manual within specific profiles
> -
>
> Key: KARAF-1827
> URL: https://issues.apache.org/jira/browse/KARAF-1827
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0, 3.0.0
>
>
> On karaf-2.2.x branch, manual (user guide and developer guide) module is 
> build within the manual and release profiles, but not by default.
> It makes sense to apply the same on trunk and karaf-2.3.x branch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1826) ConfigMBean should use configs attribute instead of list() operation

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1826:
---

 Summary: ConfigMBean should use configs attribute instead of 
list() operation
 Key: KARAF-1826
 URL: https://issues.apache.org/jira/browse/KARAF-1826
 Project: Karaf
  Issue Type: Bug
  Components: karaf-config, karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1826) ConfigMBean should use configs attribute instead of list() operation

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> ConfigMBean should use configs attribute instead of list() operation
> 
>
> Key: KARAF-1826
> URL: https://issues.apache.org/jira/browse/KARAF-1826
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-config, karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1825) SystemMBean should provide startLevel attribute

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> SystemMBean should provide startLevel attribute
> ---
>
> Key: KARAF-1825
> URL: https://issues.apache.org/jira/browse/KARAF-1825
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1825) SystemMBean should provide startLevel attribute

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1825:
---

 Summary: SystemMBean should provide startLevel attribute
 Key: KARAF-1825
 URL: https://issues.apache.org/jira/browse/KARAF-1825
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1823) Memory leak on windows in SSHD ServerSession

2012-09-14 Thread James Carman (JIRA)

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

James Carman commented on KARAF-1823:
-

Is this Windows as a host or client?

> Memory leak on windows in SSHD ServerSession
> 
>
> Key: KARAF-1823
> URL: https://issues.apache.org/jira/browse/KARAF-1823
> Project: Karaf
>  Issue Type: Bug
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>
> We use apache-karaf-2.2.9 in windows 2008 server R2.
> I've run a lot of Ssh "Echo" in a short time. And the karaf memory peaked,
> and we receive out of memory as exception.(see the attached picture
> http://karaf.922171.n3.nabble.com/file/n4026025/Jconsole_Karaf.png )
> Running jhat shows some classes that should consume such memory:
> class org.apache.activemq.command.ProducerId 21706 955064
> class org.apache.felix.gogo.runtime.Token 46536 930720
> class org.apache.felix.gogo.runtime.Closure 9972 717984
> *class org.apache.sshd.server.session.ServerSession 1662 563418
> class org.apache.mina.transport.socket.nio.NioSocketSession 1662 511896 *
> class [Lorg.apache.activemq.command.DataStructure; 48 393984
> The memory leak seems to lie around unclosed ssh server session.
> To reproduce the problem, you have just to run this script "loopsshecho.bat"
> that will allow to reproduce rapidly the bug
> http://karaf.922171.n3.nabble.com/file/n4026025/probes.zip probes.zip :
> {code}
> @echo ON
> :again
> CALL launch-javaprobe.bat com.eurofins.nagios.probe.ssh.SSHEcho --hostname
> Localhost --login karaf --password karaf --sshport 8101
> ECHO .
> goto again
> {code}
> You have to change the parametrs of :
> --hostname
> --login
> --password
> --sshport

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (KARAF-1788) Upgrade to commons-io 2.4

2012-09-14 Thread Christoph Gritschenberger (JIRA)

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

Christoph Gritschenberger commented on KARAF-1788:
--

OK, scratch that. I created an extra issue for that (KARAF-1824)

> Upgrade to commons-io 2.4
> -
>
> Key: KARAF-1788
> URL: https://issues.apache.org/jira/browse/KARAF-1788
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-webconsole
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0, 3.0.0
>
> Attachments: commons-io-2.3.x.patch, commons-io-trunk.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1823) Memory leak on windows in SSHD ServerSession

2012-09-14 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created KARAF-1823:
--

 Summary: Memory leak on windows in SSHD ServerSession
 Key: KARAF-1823
 URL: https://issues.apache.org/jira/browse/KARAF-1823
 Project: Karaf
  Issue Type: Bug
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1824) tooling-exam contains reference to wrong commons-io artifact

2012-09-14 Thread Christoph Gritschenberger (JIRA)
Christoph Gritschenberger created KARAF-1824:


 Summary: tooling-exam contains reference to wrong commons-io 
artifact
 Key: KARAF-1824
 URL: https://issues.apache.org/jira/browse/KARAF-1824
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core, karaf-tooling
Affects Versions: 2.3.0, 3.0.0
Reporter: Christoph Gritschenberger
Priority: Minor
 Attachments: commons-io-2.3.x.patch, commons-io-trunk.patch

The exam-container module depends on to org.apache.commons:commons-io.
However there is only one version 1.3.2 of that artifact. All other versions of 
commons-io have been released as commons-io:commons-io.
So tooling should reference that version (like webconsole does)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (KARAF-1824) tooling-exam contains reference to wrong commons-io artifact

2012-09-14 Thread Christoph Gritschenberger (JIRA)

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

Christoph Gritschenberger updated KARAF-1824:
-

Attachment: commons-io-trunk.patch
commons-io-2.3.x.patch

> tooling-exam contains reference to wrong commons-io artifact
> 
>
> Key: KARAF-1824
> URL: https://issues.apache.org/jira/browse/KARAF-1824
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-tooling
>Affects Versions: 2.3.0, 3.0.0
>Reporter: Christoph Gritschenberger
>Priority: Minor
> Attachments: commons-io-2.3.x.patch, commons-io-trunk.patch
>
>
> The exam-container module depends on to org.apache.commons:commons-io.
> However there is only one version 1.3.2 of that artifact. All other versions 
> of commons-io have been released as commons-io:commons-io.
> So tooling should reference that version (like webconsole does)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (KARAF-1823) Memory leak on windows in SSHD ServerSession

2012-09-14 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet updated KARAF-1823:
---

Description: 
We use apache-karaf-2.2.9 in windows 2008 server R2.

I've run a lot of Ssh "Echo" in a short time. And the karaf memory peaked,
and we receive out of memory as exception.(see the attached picture
http://karaf.922171.n3.nabble.com/file/n4026025/Jconsole_Karaf.png )

Running jhat shows some classes that should consume such memory:
class org.apache.activemq.command.ProducerId 21706 955064
class org.apache.felix.gogo.runtime.Token 46536 930720
class org.apache.felix.gogo.runtime.Closure 9972 717984
*class org.apache.sshd.server.session.ServerSession 1662 563418
class org.apache.mina.transport.socket.nio.NioSocketSession 1662 511896 *
class [Lorg.apache.activemq.command.DataStructure; 48 393984

The memory leak seems to lie around unclosed ssh server session.

To reproduce the problem, you have just to run this script "loopsshecho.bat"
that will allow to reproduce rapidly the bug
http://karaf.922171.n3.nabble.com/file/n4026025/probes.zip probes.zip :

{code}

@echo ON
:again

CALL launch-javaprobe.bat com.eurofins.nagios.probe.ssh.SSHEcho --hostname
Localhost --login karaf --password karaf --sshport 8101
ECHO .
goto again
{code}

You have to change the parametrs of :
--hostname
--login
--password
--sshport

> Memory leak on windows in SSHD ServerSession
> 
>
> Key: KARAF-1823
> URL: https://issues.apache.org/jira/browse/KARAF-1823
> Project: Karaf
>  Issue Type: Bug
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>
> We use apache-karaf-2.2.9 in windows 2008 server R2.
> I've run a lot of Ssh "Echo" in a short time. And the karaf memory peaked,
> and we receive out of memory as exception.(see the attached picture
> http://karaf.922171.n3.nabble.com/file/n4026025/Jconsole_Karaf.png )
> Running jhat shows some classes that should consume such memory:
> class org.apache.activemq.command.ProducerId 21706 955064
> class org.apache.felix.gogo.runtime.Token 46536 930720
> class org.apache.felix.gogo.runtime.Closure 9972 717984
> *class org.apache.sshd.server.session.ServerSession 1662 563418
> class org.apache.mina.transport.socket.nio.NioSocketSession 1662 511896 *
> class [Lorg.apache.activemq.command.DataStructure; 48 393984
> The memory leak seems to lie around unclosed ssh server session.
> To reproduce the problem, you have just to run this script "loopsshecho.bat"
> that will allow to reproduce rapidly the bug
> http://karaf.922171.n3.nabble.com/file/n4026025/probes.zip probes.zip :
> {code}
> @echo ON
> :again
> CALL launch-javaprobe.bat com.eurofins.nagios.probe.ssh.SSHEcho --hostname
> Localhost --login karaf --password karaf --sshport 8101
> ECHO .
> goto again
> {code}
> You have to change the parametrs of :
> --hostname
> --login
> --password
> --sshport

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (KARAF-1305) Error with Basic HTTP Authentication when using karaf realm

2012-09-14 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-1305:


Fix Version/s: (was: 2.3.1)
   2.3.0

> Error with Basic HTTP Authentication when using karaf realm
> ---
>
> Key: KARAF-1305
> URL: https://issues.apache.org/jira/browse/KARAF-1305
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-webcontainer
>Affects Versions: 2.2.5
> Environment: see https://team.ops4j.org/browse/PAXWEB-353
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
> Fix For: 2.2.10, 2.3.0, 3.0.0
>
>
> For more details see https://team.ops4j.org/browse/PAXWEB-353
> it's required to move the principal classes to the JAAS-Boot module

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (KARAF-1791) Add minimal distribution

2012-09-14 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-1791.
-

Resolution: Invalid

Minimal distribution is there.

> Add minimal distribution
> 
>
> Key: KARAF-1791
> URL: https://issues.apache.org/jira/browse/KARAF-1791
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (KARAF-1822) BundlesMBean should use bundles attribute instead of list() operation

2012-09-14 Thread JIRA
Jean-Baptiste Onofré created KARAF-1822:
---

 Summary: BundlesMBean should use bundles attribute instead of 
list() operation
 Key: KARAF-1822
 URL: https://issues.apache.org/jira/browse/KARAF-1822
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core
Reporter: Jean-Baptiste Onofré
 Fix For: 2.3.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (KARAF-1822) BundlesMBean should use bundles attribute instead of list() operation

2012-09-14 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> BundlesMBean should use bundles attribute instead of list() operation
> -
>
> Key: KARAF-1822
> URL: https://issues.apache.org/jira/browse/KARAF-1822
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira