Re: [DISCUSS] Karaf 2.1.4 status

2011-02-08 Thread jb
Agree Jamie
Today I plan
1/ fix trunk build
2/ add documentation in the manuals

I'm gonna review the 2.1.4 issue this afternoon.

Regards
JB
--Original Message--
From: Jamie G.
To: dev@karaf.apache.org
ReplyTo: dev@karaf.apache.org
Subject: [DISCUSS] Karaf 2.1.4 status
Sent: Feb 8, 2011 23:26

Hi,

Now that we have Karaf 2.2.0 working towards release, and 3.0.0
roadmap planning well started, I believe it's time we take some time
to review the status of Karaf 2.1.4.

According to JIRA we have 11 resolved issues on the 2.1.x branch,
perhaps we should consider rolling up a release? There is currently no
other open issues listed for 2.1.4.

-Jamie



Re: [DISCUSS] Karaf 2.1.4 status

2011-02-11 Thread jb
I would like to work on documentation this afternoon, before the release.

I do my best to do it shortly.

Thanks
Regards
JB
-Original Message-
From: Jamie G. jamie.goody...@gmail.com
Date: Fri, 11 Feb 2011 08:24:26 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: [DISCUSS] Karaf 2.1.4 status

I'd like to hear back from JB on his manual updates, I could wait on
starting the release candidate process if he has a bunch of updates it
could pick up. Otherwise I'm good to start things rolling :)

J

On Fri, Feb 11, 2011 at 4:08 AM, Andreas Pieber anpie...@gmail.com wrote:
 mhm, from my point of view we can go ahead with this release. IMHO we've
 included a bunch of fixes and there are no further critical fixes on the list
 -- +1 for going ahead

 kind regards,
 andreas

 On Tue, Feb 08, 2011 at 06:56:47PM -0330, Jamie G. wrote:
 Hi,

 Now that we have Karaf 2.2.0 working towards release, and 3.0.0
 roadmap planning well started, I believe it's time we take some time
 to review the status of Karaf 2.1.4.

 According to JIRA we have 11 resolved issues on the 2.1.x branch,
 perhaps we should consider rolling up a release? There is currently no
 other open issues listed for 2.1.4.

 -Jamie



Re: OpenEJB and Enterprise Features

2011-02-12 Thread jb
-1

Karaf is a container. The features should be provided by tiers projects.

However, I wonder if a kind of a Enterprise Feature Repository (EFR) couldn't 
be interesting.
For instance, a EFR could host features or kar for several 
applications/projects.
In karaf, we register a set of EFRs. The EFR gives all hosted features. In 
karaf, we don't have to define each features descriptor, we simply define a EFR 
location.
Like this:
- the projects could register their features
- there is no more features descriptors url to add, just a EFR location

It's kind of extensions of maven repo used for features.

My 2 cents ;)

Regards
JB
-Original Message-
From: Charles Moulliard cmoulli...@gmail.com
Date: Fri, 11 Feb 2011 18:15:59 
To: devdev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: OpenEJB and Enterprise Features

Hi,

OpenEJB project has created a feature file to deploy their bundles.
This should be an excellent candidate for our Enterprise Features file
and a compagnion for Aries. Is it better to copy / paste their
features in our file or to point to their feature file in
org.apache.karaf.features.cfg ?

+ 1 : to copy/paste = add their file in karaf.features.cfg
- 1 : to copy/paste = add their file in karaf.features.cfg

Regards,

Charles Moulliard

Sr. Principal Solution Architect - FuseSource
Apache Committer

Blog : http://cmoulliard.blogspot.com
Twitter : http://twitter.com/cmoulliard
Linkedin : http://www.linkedin.com/in/charlesmoulliard
Skype: cmoulliard


Re: [VOTE] Release Karaf version 2.1.4

2011-02-12 Thread jb
+1

Regards
JB
-Original Message-
From: Jamie G. jamie.goody...@gmail.com
Date: Sat, 12 Feb 2011 09:26:44 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Cc: Jamie Goodyearjamie.goody...@gmail.com
Subject: [VOTE] Release Karaf version 2.1.4

Hi,

We resolved 14 issues in this release (may take some time for cwiki to
update with this page):
https://cwiki.apache.org/confluence/display/KARAF/Karaf+2.1.4+Release

Please note, the above release notes will have to be migrated to the
new Scalate based web site upon approval of this RC :)

Staging repository:
https://repository.apache.org/content/repositories/orgapachekaraf-057/

Release tags:
http://svn.apache.org/repos/asf/karaf/tags/karaf-2.1.4/

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for 72 hours.



Re: Problems with features startlevel

2011-02-13 Thread jb
Agree I'm preparing some test cases.
-Original Message-
From: Guillaume Nodet gno...@gmail.com
Date: Sun, 13 Feb 2011 10:02:27 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: Problems with features startlevel

I'd like us to double check why the etc/custom.properties isn't
sufficient, as that was the exact goal, i.e. an empty placeholder
where one could easily define any overriden properties.  So we may
want to improve / fix any problem there first

On Sun, Feb 13, 2011 at 08:45,  j...@nanthrax.net wrote:
 Quick update regarding your latest e-mail. I propose to upgrade the karaf
 scripts (in the bin directory) to be able to read a file in the etc
 directory (for instance etc/karaf.rc) in which you can put several custom
 configuration (window title on windows, java options, karaf home, instances
 name, etc). I have to think deeper about that but defintely it makes sense.
 We already extended the branding.properties to allow users to customize the
 karaf prompt in addition of the welcome message, so it's the same area of
 customization.

 Regards
 JB

 From: Bengt Rodehav be...@rodehav.com
 Sender: bengt.rode...@gmail.com
 Date: Sat, 12 Feb 2011 20:11:45 +0100
 To: u...@karaf.apache.org; j...@nanthrax.net
 Subject: Re: Problems with features startlevel
 You're welcome. I think Karaf is an extremely versatile deployment platform
 and I gladly contribute.
 BTW, I haven't looked at exactly how ServiceMix customizes Karaf but I
 imagine they customize quite a lot. A good criteria for good customisation
 support might be when ServiceMix can use a new version of Karaf without
 changing any of the files packaged with Karaf...
 /Bengt

 2011/2/12 j...@nanthrax.net

 Thanks Bengt for your complete feedback. I'm gonna raise some Jiras about
 that.

 Regards
 JB

 From: Bengt Rodehav be...@rodehav.com
 Sender: bengt.rode...@gmail.com
 Date: Sat, 12 Feb 2011 16:57:38 +0100
 To: u...@karaf.apache.org; j...@nanthrax.net
 ReplyTo: u...@karaf.apache.org
 Subject: Re: Problems with features startlevel
 Hello JB and Andreas,
 Just read the documentation about custom distribution. Good
 documentation. It is very close to the way I handle things today. What I
 would like to avoid, however, is, e g having to edit
 system.properties/startup.properties everytime I upgrade to a new version of
 Karaf. I would prefer to keep them intact and instead put my custom system
 properties in a custom_system.properties and my extra bundles in a
 custom_startup.properties, and so on. Why not one extra level of
 indirection? Karaf could allow the user to specify (e g in
 karaf-custom.cfg...) in what additional locations Karaf should look for
 additional system properties, additional bundles to load at startup etc.
 Then it's the actual launching of Karaf. Presently I have to customise
 karaf.bat, karaf-service.bat and karaf-wrapper.conf. I would like those
 existing files to be more customisable/brandable so that I don't have to
 modify the Karaf distribution at all. In production, I use the wrapper
 service which doesn't come unpacked with Karaf. When I download a new
 version of Karaf I have to install it, start it and finally install the
 wrapper service. Then I have a base for customisation since until then I
 didn't even have access to the wrapper files bundled with Karaf.
 In summary I think that the goal with a customised server should be that
 all customisation (within reasonable limits) should be possible to do
 without modifying any files that come with the Karaf distribution. My
 customisation should solely exist of files that I add to Karaf and therefore
 do normally not need to be updated with every new Karaf version.
 Personally I need to customise the following (my reasonable limits?):
 - Console title
 - Windows service title/name/display name/description
 - Memory requirements (-Xmx and -XX:MaxPermSize)
 - Define system properties on the command line (-D)
 - Probably need to customise the entire java command line since I might
 want to override parameters that are set by the Karaf distribution (e g the
 Derby data directory)
 - KARAF_HOME/KARAF_BASE (when running as a service)
 - Wrapper log configuration (the normal logging is specified
 in org.ops4j.pax.logging.cfg in which case I use my own version)
 - What features to install. I use my own org.apache.karaf.features.cfg
 which is fine.
 - What ports to use. The reason is that we must allow more than one Karaf
 installation on the same server (e g production and test). Presently I
 therefore modify org.apache.karaf.management.cfg, org.ops4j.pax.web.cfg
 and org.apache.karaf.shell.cfg where I replace the ports with property
 placeholders that I filter with maven-assembly-plugin.
 - Additional bundles to load at startup (the reason why I started this
 thread on the mailing list) which I now have to add in startup.properties.
 /Bengt



 2011/2/12 j...@nanthrax.net

 Hi Bengt,

 I've

Re: Boot-Features not started

2011-02-19 Thread jb
Indeed, with eager loading we haven't the issue. I gonna deal with Guillaume 
around that.

Regards
JB
-Original Message-
From: Uwe K. kort...@t-online.de
Date: Sat, 19 Feb 2011 11:48:14 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: Boot-Features not started


Hi,

thank you for fixing it so quickly.

But I have another issue: 
Same problem, another bundle: the JMX-management-bundle
org.apache.karaf.admin.management.

When loaded lazy, the MBean is not registered and I see no way to activate
the bundle manually to get the MBean registered.
I know, these functions or not used so often, so if there is a way to
activate the bundle by hand (in ssh-console or jconsole) it would be
sufficient. Do you have any tips?

Best regards,

Uwe.



Guillaume Nodet wrote:
 
 I think you're right, features-core should be eager by default. or at
 least the service itself should be eager.
 I'll fix that asap.
 
 
 On Mon, Feb 14, 2011 at 11:35, Uwe K. kort...@t-online.de wrote:

 Hi,

 in the trunk and karaf-2.2.x-versions actually the boot-features aren't
 loaded on startup.
 You have to connect to the console and issue at least a feature:list
 command to get them installed.

 As I  see, the default-activation was changed to lazy for the
 features/core-bundle (with KARAF-443) .

 Am I missing some point, or should this bundle not be loaded in eager
 mode, to get it started and the boot-features installed?

 Kind regards,

 Uwe Korte.

 --
 View this message in context:
 http://karaf.922171.n3.nabble.com/Boot-Features-not-started-tp2491610p2491610.html
 Sent from the Karaf - Dev mailing list archive at Nabble.com.

 
 
 
 -- 
 Cheers,
 Guillaume Nodet
 
 Blog: http://gnodet.blogspot.com/
 
 Open Source SOA
 http://fusesource.com
 
 

-- 
View this message in context: 
http://karaf.922171.n3.nabble.com/Boot-Features-not-started-tp2491610p2535298.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: svn commit: r1078084 [1/2] - in /karaf/trunk: ./ admin/core/ assemblies/ assemblies/apache-karaf/ assemblies/apache-karaf/src/ assemblies/apache-karaf/src/main/ assemblies/apache-karaf/src/main/de

2011-03-06 Thread jb
I'm gonna check but I made a complete build including start from the assembly.

Regards
JB
-Original Message-
From: David Jencks david_jen...@yahoo.com
Date: Sat, 5 Mar 2011 15:03:12 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: svn commit: r1078084 [1/2] - in /karaf/trunk: ./ admin/core/ 
assemblies/ assemblies/apache-karaf/ assemblies/apache-karaf/src/ 
assemblies/apache-karaf/src/main/ assemblies/apache-karaf/src/main/descriptors/ 
assemblies/apache-karaf/src/main/distribution...

Maybe I did something strange locally but I can't find the files below in my 
checkout or in the assembly I build making it rather hard to start karaf.

??

thanks
david jencks

On Mar 4, 2011, at 10:14 AM, jbono...@apache.org wrote:

 Author: jbonofre
 Date: Fri Mar  4 18:13:58 2011
 New Revision: 1078084
 
 URL: http://svn.apache.org/viewvc?rev=1078084view=rev
 Log:
 [KARAF-457] Merge 2.2.x assemblies structure to trunk.
 
...
 Removed:
...
karaf/trunk/assembly/src/main/distribution/unix-shell/bin/karaf
karaf/trunk/assembly/src/main/distribution/unix-shell/bin/start
karaf/trunk/assembly/src/main/distribution/unix-shell/bin/stop
karaf/trunk/assembly/src/main/distribution/windows-text/bin/karaf.bat
karaf/trunk/assembly/src/main/distribution/windows-text/bin/start.bat
karaf/trunk/assembly/src/main/distribution/windows-text/bin/stop.bat



Re: svn commit: r1078084 [1/2] - in /karaf/trunk: ./ admin/core/assemblies/ assemblies/apache-karaf/ assemblies/apache-karaf/src/ assemblies/apache-karaf/src/main/assemblies/apache-karaf/src/main/desc

2011-03-06 Thread jb
Indeed, I will add this also.

Regards
JB
-Original Message-
From: Achim Nierbeck bcanh...@googlemail.com
Date: Mon, 07 Mar 2011 00:20:08 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: svn commit: r1078084 [1/2] - in /karaf/trunk: ./ admin/core/
 assemblies/ assemblies/apache-karaf/ assemblies/apache-karaf/src/ 
assemblies/apache-karaf/src/main/
 assemblies/apache-karaf/src/main/descriptors/ 
assemblies/apache-karaf/src/main/distribution...

Oh and another strange thing,

didn't we used to have client and shell scripts for windows and *nix?
Those are gone to, and I don't find them in the filtered-resources sources.
These are available in 2.2.x branch thoug.

Regards, Achim

 Hi David,

 I added the scripts in
 assemblies/apache-karaf/src/main/distribution/unix-shell and
 assemblies/apache-karaf/src/main/distribution/windows-text.

 It should be ok now (I'm making a test) :)
 Revision 1078538.

 Regards
 JB

 On 03/06/2011 12:03 AM, David Jencks wrote:
 Maybe I did something strange locally but I can't find the files
 below in my checkout or in the assembly I build making it rather
 hard to start karaf.

 ??

 thanks
 david jencks

 On Mar 4, 2011, at 10:14 AM, jbono...@apache.org wrote:

 Author: jbonofre
 Date: Fri Mar  4 18:13:58 2011
 New Revision: 1078084

 URL: http://svn.apache.org/viewvc?rev=1078084view=rev
 Log:
 [KARAF-457] Merge 2.2.x assemblies structure to trunk.

 ...
 Removed:
 ...
 karaf/trunk/assembly/src/main/distribution/unix-shell/bin/karaf
 karaf/trunk/assembly/src/main/distribution/unix-shell/bin/start
 karaf/trunk/assembly/src/main/distribution/unix-shell/bin/stop

 karaf/trunk/assembly/src/main/distribution/windows-text/bin/karaf.bat

 karaf/trunk/assembly/src/main/distribution/windows-text/bin/start.bat

 karaf/trunk/assembly/src/main/distribution/windows-text/bin/stop.bat




Enterprise OBR in Karaf ?

2011-03-11 Thread jb
Hi guys,

Correct me if I'm wrong but, currently, we have an OBR into Karaf.

I wonder if it could be interesting to extend this OBR in a more enterprise 
oriented way (as an optional feature) with:
- RESTful service to administrate the repo and upload/download bundle
- support of kar and features descriptor
- JNDI lookup support
- LDAP lookup support
- management/extension of the existing obr page in the web console

I don't know if we need to implement by ourself or embed an existing project 
(felix bundlerepository/ace, archiva, aries obr, others ?).

Anyway I think it could be interesting to turn Karaf into an EBR supporting 
remoting, management, etc.

Wdyt ?

Regards
JB


Re: Requiring maven 3?

2011-03-20 Thread jb
+1 on trunk to use Aether and so maven3.

It's already plan to only support jdk6 and maven3 on trunk.

Regards
JB
-Original Message-
From: David Jencks david_jen...@yahoo.com
Date: Sun, 20 Mar 2011 10:59:07 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Requiring maven 3?

I think I recently argued that when installing features into a server we should 
insist all the dependencies are known to the poms involved.  Now I'd like to 
change my mind due to ease of implementation :-)

When assembling a server from kars and features using the karaf-assembly 
packaging I'd like to use Aether to find the dependencies that don't happen to 
be packed in kar files.  The code for this is really simple but requires maven 
3.

In addition it looks like a bunch of other code changes in the plugin are 
needed, most of which are trivial or simplifications.

Thoughts?

thanks
david jencks




Re: Different Snapshot Naming

2011-03-21 Thread jb
As we agreed, we can go like this.

Regards
JB
--Original Message--
From: Andreas Pieber
To: Apache Karaf
ReplyTo: dev@karaf.apache.org
Subject: Different Snapshot Naming
Sent: Mar 22, 2011 13:00

Hey guys,

Those different snapshot names drive me crazy :) Is it ok if I (or
Jamie? ;)) rename them to the common schema nextversion-SNAPSHOT as
we've decided some time ago for all branches?

Kind regards,
Andreas



Re: [PROPOSAL] Karaf clustering feature in Karaf 3.0.0

2011-04-15 Thread jb
Thanks for this news Guillaume.

Let me take a look on the doc to have a better overview.

Regards
JB
-Original Message-
From: Guillaume Nodet gno...@gmail.com
Date: Fri, 15 Apr 2011 08:38:19 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: [PROPOSAL] Karaf clustering feature in Karaf 3.0.0

So I have another proposal to put on the table.

I've been working since a few weeks on this very subject as part of my
day job at FuseSource, and we've just open sourced some components:
  http://fabric.fusesource.org/

A *very * rough overview is available at
  http://fabric.fusesource.org/documentation/user-guide.html
and a getting started guide at
  http://fabric.fusesource.org/documentation/getting-started.html

Feedback welcome.

On Thu, Apr 14, 2011 at 10:48, Jean-Baptiste Onofré j...@nanthrax.net wrote:
 I'm totally agree with Chris.

 Ioannis and I are aware that the solution is not the killer one, that we can
 do a lot of things better.

 However, the solution has the main advantage to exist and work.
 People (Karaf contributors and community) can play with this cluster
 implementation and enhance it.

 So here's my +1 also.

 Regards
 JB

 On 04/13/2011 05:32 PM, Chris Custine wrote:

 +1 for bringing this code to Karaf.

 I haven't tested this out thoroughly or even looked deeply at the
 code, but in general I like this idea.  I certainly agree with some of
 Guillaume's points, however unless there is a suitable alternative I
 think this will provide a good starting point for the community to get
 involved and improve it.

 Chris
 --
 Chris Custine
 My Blog :: http://blog.organicelement.com





 On Wed, Apr 13, 2011 at 09:06, Ioannis Canellosioca...@gmail.com  wrote:

 Guillaume, I haven't seen all your points, so here are some comments for
 the
 rest:

 *Automatic discovery is really a myth imho.  Such protocols have to use

 multicast and multicast is really forbidden in a lot of places.  So
 *relying* on multicast would be a mistake I think.   I've seen
 hazelcast can be configured using static ips which sounds better
 (though multicast is nice for demos, no problem with that).*


 In places like EC2 or other Cloud platforms, indeed multicast is
 forbidden,
 but in a private cluster, multicast is great.
 So I would say that automatic discovery is not panacea, but its still a
 very
 strong feature.


 *That's really my problem.  Maybe it's a misunderstanding, but when you*
 * say replication, I hear same thing everywhere, which I have a
 problem with.
 I think that definitely solve some problems, but it looks too limited.*


 Let's don't stick to the term replication. Let's just say that it
 provides
 means to configure a group of nodes instead of a single one. And note
 that
 not all nodes are in total synch. You can configure what you want to
 sync.
 The configuration means can be extended and become more granular in order
 to
 fit all needs.


 --
 *Ioannis Canellos*
 *
  http://iocanel.blogspot.com

 Apache Karafhttp://karaf.apache.org/  Committer  PMC
 Apache ServiceMixhttp://servicemix.apache.org/    Committer
 *





-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/

Open Source SOA
http://fusesource.com

Connect at CamelOne May 24-26
The Open Source Integration Conference
http://camelone.com/


Re: Crash when build karaf 2.2.1-SNAPSHOT with jdk 1.6 32bit on aLinux such as suse10sp2

2011-04-16 Thread jb
I will try to take a look tomorrow morning.

Regards
JB
--Original Message--
From: viola.lu
To: dev@karaf.apache.org
ReplyTo: dev@karaf.apache.org
Subject: Re: Crash when build karaf 2.2.1-SNAPSHOT with jdk 1.6 32bit on aLinux 
such as suse10sp2
Sent: Apr 16, 2011 15:56

Any suggestion?

--
View this message in context: 
http://karaf.922171.n3.nabble.com/Crash-when-build-karaf-2-2-1-SNAPSHOT-with-jdk-1-6-32bit-on-a-Linux-such-as-suse10sp2-tp2810193p2827925.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



Re: [RESULT] [VOTE] Add Cellar into Karaf trunk

2011-05-07 Thread jb
Thanks Ioannis,

I will take care of:
- jira
- documentation
- resources (tutorial, articles, demo)

Regards
JB
-Original Message-
From: Ioannis Canellos ioca...@gmail.com
Date: Sat, 7 May 2011 00:59:57 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: [RESULT] [VOTE] Add Cellar into Karaf trunk

I have committed Cellar as a subproject, so that it can have its own release
cycle: https://svn.apache.org/repos/asf/karaf/cellar/
Once we make our first release we can add the Cellar features as part of the
standard or enterprise features, as discussed. However, we still need to see
how we are going to implement this, since cellar depends on Karaf.

For now let's create the subproject to Jira. Jean Baptiste can you do it?
Jamie, could you help me with the release management issues?

-- 
*Ioannis Canellos*
*
 http://iocanel.blogspot.com

Apache Karaf http://karaf.apache.org/ Committer  PMC
Apache ServiceMix http://servicemix.apache.org/  Committer
*



Re: Setup git mirrors for site and cellar

2011-05-10 Thread jb
Hi Andreas,

I will ask for that.

You can already use git:

 git svn init --prefix=origin/ --trunk=trunk --branches=branches --tags=tags 
https://svn.apache.org/repos/asf/karaf/cellar cellar
 git svn fetch --log-window-size 1

Regards
JB
--Original Message--
From: Andreas Pieber
To: Apache Karaf
ReplyTo: dev@karaf.apache.org
Subject: Setup git mirrors for site and cellar
Sent: May 10, 2011 05:32

I think it would be a great idea if we could setup git mirrors for [1]
and [2]. Can anybody of the karaf team do this? Do I have to create an
issue at infra?

Kind regards,
Andreas

[1] https://svn.apache.org/repos/asf/karaf/cellar/
[2] https://svn.apache.org/repos/asf/karaf/site/



Re: Uninstall of inner features

2011-05-21 Thread jb
+1


-Original Message-
From: Guillaume Nodet gno...@gmail.com
Date: Sat, 21 May 2011 09:55:03 
To: dev@karaf.apache.org
Reply-To: dev@karaf.apache.org
Subject: Re: Uninstall of inner features

Maybe an easier way would be to track features that have been
explicitely installed differently than features than have been
selected automatically because they are dependencies.
When those dependant features are no longer used by currently
installed features, they could be uninstalled automatically.
Imho, that would be fully transparent from a user pov (and i think it
should be that way).

On Sat, May 21, 2011 at 09:38, Ioannis Canellos ioca...@gmail.com wrote:

 It could be dangerous to uninstall a top level feature which could be used
 in others features.


 Indeed. This is why I am trying to find a solution around it. To recap
 possible solutions:
 a) When uninstalling a feature, check if it contains references to other top
 level features and for each reference check if it is used and if not
 uninstall it.
 b) When specifying delcaring a feature reference use an attribute which
 would specify the uninstall behavior.
 c) Provide the ability to declare top level features that are only
 installable as references and not as standalone (what I described as
 abstract features).



 --
 *Ioannis Canellos*
 *
  http://iocanel.blogspot.com

 Apache Karaf http://karaf.apache.org/ Committer  PMC
 Apache ServiceMix http://servicemix.apache.org/  Committer
 *




-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/

Open Source SOA
http://fusesource.com

Connect at CamelOne May 24-26
The Open Source Integration Conference
http://camelone.com/


Issues with Attachments: week of 2012-10-08

2012-10-08 Thread jb
 
KARAF - Monday, October 8, 2012
 
  12 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1226] Karaf Client cannot run a script
  (2012-02-24 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1226
 
[KARAF-1354] SSH Log-In failes with Authentication failed with valid 
credentials
  (2012-04-12 - Bug - Lukas Roedl)
  https://issues.apache.org/jira/browse/KARAF-1354
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1718] Add support for support for conditional bundle and feature 
definition inside features
  (2012-08-13 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-1718
 
[KARAF-1748] Karaf startup fails with NullPointerException when logfile 
can't be written
  (2012-08-20 - Bug - Christoph Läubrich)
  https://issues.apache.org/jira/browse/KARAF-1748
 
[KARAF-1800] Improve documentation EIK Building
  (2012-09-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1800
 
[KARAF-1837] Create macro to list all bundles installed
  (2012-09-17 - Improvement - Michael Van Geertruy)
  https://issues.apache.org/jira/browse/KARAF-1837
 
[KARAF-1853] Attached kar deploys to a different snapshot build number than 
the main artifact
  (2012-09-21 - Bug - Anthony Wood)
  https://issues.apache.org/jira/browse/KARAF-1853
 
[KARAF-1878] Feature bundle start up order by startLvl
  (2012-09-27 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1878
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 


Issues with Attachments: week of 2012-10-15

2012-10-15 Thread jb
 
KARAF - Monday, October 15, 2012
 
  8 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  - Created: 2012-05-16
  - Updated: 2012-09-21
  - Type: Bug
  - Fix Versions: [2.2.10, 2.3.1, 3.0.0]
  - Reporter: Andreas Pieber
  - Assigned: Unassigned
  - Attachments: 
[tinybundles_e7d0a17a16a7451b4eac69f524c961f4d9b1d9df.bin.jar]
  - https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  - Created: 2012-05-30
  - Updated: 2012-09-18
  - Type: New Feature
  - Fix Versions: [2.3.1, 3.0.0]
  - Reporter: Benjamin Reed
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1512.patch]
  - https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  - Created: 2012-08-01
  - Updated: 2012-09-24
  - Type: Bug
  - Fix Versions: [2.2.10, 2.3.1, 3.0.1]
  - Reporter: Hugh Rodgers
  - Assigned: Unassigned
  - Attachments: [DDF_Custom_Mime_Type_Resolver.png]
  - https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1718] Add support for support for conditional bundle and feature 
definition inside features
  - Created: 2012-08-13
  - Updated: 2012-09-26
  - Type: New Feature
  - Fix Versions: []
  - Reporter: Ioannis Canellos
  - Assigned: Unassigned
  - Attachments: [KARAF-1718.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1718
 
[KARAF-1800] Improve documentation EIK Building
  - Created: 2012-09-07
  - Updated: 2012-09-25
  - Type: Task
  - Fix Versions: [eik-3.0.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [eikmanual.zip, pom.patch]
  - https://issues.apache.org/jira/browse/KARAF-1800
 
[KARAF-1837] Create macro to list all bundles installed
  - Created: 2012-09-17
  - Updated: 2012-09-17
  - Type: Improvement
  - Fix Versions: []
  - Reporter: Michael Van Geertruy
  - Assigned: Unassigned
  - Attachments: [karaf-2.2.x-1837.txt]
  - https://issues.apache.org/jira/browse/KARAF-1837
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  - Created: 2012-10-03
  - Updated: 2012-10-03
  - Type: Bug
  - Fix Versions: []
  - Reporter: Jason Montojo
  - Assigned: Unassigned
  - Attachments: [slbug.tar-3.0.gz, slbug.tar.gz]
  - https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  - Created: 2012-10-05
  - Updated: 2012-10-10
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tracy Snell
  - Assigned: Unassigned
  - Attachments: [thread-dump-1901txt]
  - https://issues.apache.org/jira/browse/KARAF-1901
 


Issues with Attachments: week of 2012-10-22

2012-10-22 Thread jb
 
KARAF - Monday, October 22, 2012
 
  12 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1718] Add support for support for conditional bundle and feature 
definition inside features
  (2012-08-13 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-1718
 
[KARAF-1800] Improve documentation EIK Building
  (2012-09-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1800
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  (2012-10-05 - Bug - Tracy Snell)
  https://issues.apache.org/jira/browse/KARAF-1901
 
[KARAF-1902] Add a friendly option to point karaf-pax-exam to a already 
unpacked directory
  (2012-10-05 - Improvement - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-1902
 
[KARAF-1922] Upgrade org.apache.aries.jmx.core from 0.3 to 1.0.0
  (2012-10-15 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1922
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  (2012-10-16 - Bug - Xilai Dai)
  https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-1938] Lock logic should wait for start level change to occur
  (2012-10-17 - Bug - Jonathan Anstey)
  https://issues.apache.org/jira/browse/KARAF-1938
 
[KARAF-1947] paxexam-karaf doesn't support to customize test probe
  (2012-10-18 - New Feature - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1947
 
[KARAF-1950] Eik pde archetype for Camel
  (2012-10-18 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1950
 
[KARAF-1962] Remove smk plugins and feature
  (2012-10-21 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1962
 


Issues with Attachments: week of 2012-10-29

2012-10-29 Thread jb
 
KARAF - Monday, October 29, 2012
 
  12 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1800] Improve documentation EIK Building
  (2012-09-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1800
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  (2012-10-05 - Bug - Tracy Snell)
  https://issues.apache.org/jira/browse/KARAF-1901
 
[KARAF-1902] Add a friendly option to point karaf-pax-exam to a already 
unpacked directory
  (2012-10-05 - Improvement - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-1902
 
[KARAF-1922] Upgrade org.apache.aries.jmx.core from 0.3 to 1.0.0
  (2012-10-15 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1922
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  (2012-10-16 - Bug - Xilai Dai)
  https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-1938] Lock logic should wait for start level change to occur
  (2012-10-17 - Bug - Jonathan Anstey)
  https://issues.apache.org/jira/browse/KARAF-1938
 
[KARAF-1947] paxexam-karaf doesn't support to customize test probe
  (2012-10-18 - New Feature - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1947
 
[KARAF-1950] Eik pde archetype for Camel
  (2012-10-18 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1950
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  (2012-10-23 - Bug - Zsolt Beothy-Elo)
  https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-1980] Stream Resources cleanup 
  (2012-10-29 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1980
 


Issues with Attachments: week of 2012-11-05

2012-11-05 Thread jb
 
KARAF - Monday, November 5, 2012
 
  13 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1800] Improve documentation EIK Building
  (2012-09-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1800
 
[KARAF-1885] Add src distribution
  (2012-10-02 - Task - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1885
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  (2012-10-05 - Bug - Tracy Snell)
  https://issues.apache.org/jira/browse/KARAF-1901
 
[KARAF-1902] Add a friendly option to point karaf-pax-exam to a already 
unpacked directory
  (2012-10-05 - Improvement - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-1902
 
[KARAF-1922] Upgrade org.apache.aries.jmx.core from 0.3 to 1.0.0
  (2012-10-15 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1922
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  (2012-10-16 - Bug - Xilai Dai)
  https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-1947] paxexam-karaf doesn't support to customize test probe
  (2012-10-18 - New Feature - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1947
 
[KARAF-1950] Eik pde archetype for Camel
  (2012-10-18 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1950
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  (2012-10-19 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  (2012-10-23 - Bug - Zsolt Beothy-Elo)
  https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-1988] Add commons-lang as EIK dependency
  (2012-10-31 - Question - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1988
 
[KARAF-1991] NPE during blueprint deployment with two factory beans
  (2012-11-02 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1991
 


Issues with Attachments: week of 2012-11-12

2012-11-12 Thread jb
 
KARAF - Monday, November 12, 2012
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1009] equinox Region support
  (2011-11-12 - Improvement - David Jencks)
  https://issues.apache.org/jira/browse/KARAF-1009
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1800] Improve documentation EIK Building
  (2012-09-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1800
 
[KARAF-1885] Add src distribution
  (2012-10-02 - Task - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1885
 
[KARAF-1902] Add a friendly option to point karaf-pax-exam to a already 
unpacked directory
  (2012-10-05 - Improvement - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-1902
 
[KARAF-1922] Upgrade org.apache.aries.jmx.core from 0.3 to 1.0.0
  (2012-10-15 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1922
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  (2012-10-16 - Bug - Xilai Dai)
  https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-1947] paxexam-karaf doesn't support to customize test probe
  (2012-10-18 - New Feature - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1947
 
[KARAF-1950] Eik pde archetype for Camel
  (2012-10-18 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1950
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  (2012-10-19 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  (2012-10-23 - Bug - Zsolt Beothy-Elo)
  https://issues.apache.org/jira/browse/KARAF-1968
 


Issues with Attachments: week of 2012-11-19

2012-11-19 Thread jb
 
KARAF - Monday, November 19, 2012
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1009] equinox Region support
  - Created: 2011-11-12
  - Updated: 2012-11-11
  - Type: Improvement
  - Fix Versions: []
  - Reporter: David Jencks
  - Assigned: David Jencks
  - Attachments: [KARAF-1009.diff]
  - https://issues.apache.org/jira/browse/KARAF-1009
 
[KARAF-1715] Occasional freeze on feature:install webconsole
  - Created: 2012-08-13
  - Updated: 2012-11-16
  - Type: Bug
  - Fix Versions: [2.2.10, 2.3.1, 3.0.0]
  - Reporter: Ioannis Canellos
  - Assigned: Guillaume Nodet
  - Attachments: [karaf.log]
  - https://issues.apache.org/jira/browse/KARAF-1715
 
[KARAF-1800] Improve documentation EIK Building
  - Created: 2012-09-07
  - Updated: 2012-10-23
  - Type: Task
  - Fix Versions: [eik-3.0.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [manual.tar.bz2]
  - https://issues.apache.org/jira/browse/KARAF-1800
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  - Created: 2012-10-19
  - Updated: 2012-11-05
  - Type: Bug
  - Fix Versions: []
  - Reporter: Hendy Irawan
  - Assigned: Unassigned
  - Attachments: [karaf1954.zip]
  - https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  - Created: 2012-10-23
  - Updated: 2012-10-23
  - Type: Bug
  - Fix Versions: []
  - Reporter: Zsolt Beothy-Elo
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-2.2.9-ubuntu.log]
  - https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  - Created: 2012-11-14
  - Updated: 2012-11-15
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Kristof Meixner
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [pom.patch]
  - https://issues.apache.org/jira/browse/KARAF-2014
 


Issues with Attachments: week of 2012-11-26

2012-11-26 Thread jb
 
KARAF - Monday, November 26, 2012
 
  5 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1009] equinox Region support
  - Created: 2011-11-12
  - Updated: 2012-11-11
  - Type: Improvement
  - Fix Versions: []
  - Reporter: David Jencks
  - Assigned: David Jencks
  - Attachments: [KARAF-1009.diff]
  - https://issues.apache.org/jira/browse/KARAF-1009
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2012-11-21
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.3.0, cellar-2.2.6]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1715] Occasional freeze on feature:install webconsole
  - Created: 2012-08-13
  - Updated: 2012-11-16
  - Type: Bug
  - Fix Versions: [2.2.10, 2.3.1, 3.0.0]
  - Reporter: Ioannis Canellos
  - Assigned: Guillaume Nodet
  - Attachments: [karaf.log]
  - https://issues.apache.org/jira/browse/KARAF-1715
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  - Created: 2012-10-19
  - Updated: 2012-11-05
  - Type: Bug
  - Fix Versions: []
  - Reporter: Hendy Irawan
  - Assigned: Unassigned
  - Attachments: [karaf1954.zip]
  - https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  - Created: 2012-11-14
  - Updated: 2012-11-15
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Kristof Meixner
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [pom.patch]
  - https://issues.apache.org/jira/browse/KARAF-2014
 


Issues with Attachments: week of 2012-12-03

2012-12-03 Thread jb
 
KARAF - Monday, December 3, 2012
 
  5 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1009] equinox Region support
  - Created: 2011-11-12
  - Updated: 2012-11-11
  - Type: Improvement
  - Fix Versions: []
  - Reporter: David Jencks
  - Assigned: David Jencks
  - Attachments: [KARAF-1009.diff]
  - https://issues.apache.org/jira/browse/KARAF-1009
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2012-11-21
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.3.0, cellar-2.2.6]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  - Created: 2012-10-19
  - Updated: 2012-11-05
  - Type: Bug
  - Fix Versions: []
  - Reporter: Hendy Irawan
  - Assigned: Unassigned
  - Attachments: [karaf1954.zip]
  - https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  - Created: 2012-11-14
  - Updated: 2012-11-15
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Kristof Meixner
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [pom.patch]
  - https://issues.apache.org/jira/browse/KARAF-2014
 
[KARAF-2040] karaf-cave throws an exception and stops scanning if jsoup 
reads an unsupported mime type
  - Created: 2012-11-28
  - Updated: 2012-11-29
  - Type: Bug
  - Fix Versions: [cave-3.0.0]
  - Reporter: Don Corley
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [fix_jsoup_scan.patch]
  - https://issues.apache.org/jira/browse/KARAF-2040
 


Issues with Attachments: week of 2012-12-10

2012-12-10 Thread jb
 
KARAF - Monday, December 10, 2012
 
  8 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  - Created: 2011-11-16
  - Updated: 2012-12-04
  - Type: Bug
  - Fix Versions: [2.2.6, 3.0.1]
  - Reporter: Adam Lavie
  - Assigned: Unassigned
  - Attachments: [doSomething.java, Shell.jpg]
  - https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2012-11-21
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.3.0, cellar-2.2.6]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  - Created: 2012-10-23
  - Updated: 2012-12-04
  - Type: Bug
  - Fix Versions: []
  - Reporter: Zsolt Beothy-Elo
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-2.2.9-ubuntu.log]
  - https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  - Created: 2012-11-14
  - Updated: 2012-11-15
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Kristof Meixner
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [pom.patch]
  - https://issues.apache.org/jira/browse/KARAF-2014
 
[KARAF-2040] karaf-cave throws an exception and stops scanning if jsoup 
reads an unsupported mime type
  - Created: 2012-11-28
  - Updated: 2012-11-29
  - Type: Bug
  - Fix Versions: [cave-3.0.0]
  - Reporter: Don Corley
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [fix_jsoup_scan.patch]
  - https://issues.apache.org/jira/browse/KARAF-2040
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  - Created: 2012-12-02
  - Updated: 2012-12-03
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [KARAF-20441.patch, KARAF-2044-2.patch]
  - https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2047] config:edit -f command doesn't work on Windows platform
  - Created: 2012-12-03
  - Updated: 2012-12-05
  - Type: Bug
  - Fix Versions: [2.2.10, 2.3.1, 3.0.0]
  - Reporter: Xilai Dai
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [fix.patch]
  - https://issues.apache.org/jira/browse/KARAF-2047
 
[KARAF-2052] Progress bar doesn't display properly on 80 char consoles
  - Created: 2012-12-07
  - Updated: 2012-12-07
  - Type: Bug
  - Fix Versions: []
  - Reporter: Jonathan Anstey
  - Assigned: Freeman Fang
  - Attachments: [KARAF-2052.patch]
  - https://issues.apache.org/jira/browse/KARAF-2052
 


Issues with Attachments: week of 2012-12-17

2012-12-17 Thread jb
 
KARAF - Monday, December 17, 2012
 
  7 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  - Created: 2010-09-25
  - Updated: 2012-12-10
  - Type: New Feature
  - Fix Versions: [2.3.1, 3.0.0]
  - Reporter: james strachan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-222-run-mojo-1.diff]
  - https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  - Created: 2011-11-16
  - Updated: 2012-12-04
  - Type: Bug
  - Fix Versions: [2.2.6, 3.0.1]
  - Reporter: Adam Lavie
  - Assigned: Unassigned
  - Attachments: [doSomething.java, Shell.jpg]
  - https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2012-11-21
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.3.0, cellar-2.2.6]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  - Created: 2012-10-16
  - Updated: 2012-12-14
  - Type: Bug
  - Fix Versions: []
  - Reporter: Xilai Dai
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [AfterFailThreadDump.txt, FailLog.txt, 
GracePeriodBeforeFailThreadDump.txt, karaf.log, NormalStartupThreadDump.txt]
  - https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  - Created: 2012-10-23
  - Updated: 2012-12-04
  - Type: Bug
  - Fix Versions: []
  - Reporter: Zsolt Beothy-Elo
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-2.2.9-ubuntu.log]
  - https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  - Created: 2012-12-02
  - Updated: 2012-12-03
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [KARAF-20441.patch, KARAF-2044-2.patch]
  - https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2047] config:edit -f command doesn't work on Windows platform
  - Created: 2012-12-03
  - Updated: 2012-12-05
  - Type: Bug
  - Fix Versions: [2.2.10, 2.3.1, 3.0.0]
  - Reporter: Xilai Dai
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [fix.patch]
  - https://issues.apache.org/jira/browse/KARAF-2047
 


Issues with Attachments: week of 2012-12-24

2012-12-24 Thread jb
 
KARAF - Monday, December 24, 2012
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1572] Add SQL Server Support for JDBC Lock 
  (2012-06-21 - Improvement - Claudio Corsi)
  https://issues.apache.org/jira/browse/KARAF-1572
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  (2012-10-16 - Bug - Xilai Dai)
  https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  (2012-10-23 - Bug - Zsolt Beothy-Elo)
  https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2067] instance-script terminates with NoClassDefFoundError
  (2012-12-17 - Bug - Christoph Gritschenberger)
  https://issues.apache.org/jira/browse/KARAF-2067
 


Issues with Attachments: week of 2012-12-31

2012-12-31 Thread jb
 
KARAF - Monday, December 31, 2012
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1572] Add SQL Server Support for JDBC Lock 
  (2012-06-21 - Improvement - Claudio Corsi)
  https://issues.apache.org/jira/browse/KARAF-1572
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  (2012-10-16 - Bug - Xilai Dai)
  https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  (2012-10-23 - Bug - Zsolt Beothy-Elo)
  https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2092] Remove empty action in BundlesView
  (2012-12-30 - Bug - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-2092
 


Issues with Attachments: week of 2013-01-07

2013-01-07 Thread jb
 
KARAF - Monday, January 7, 2013
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1572] Add SQL Server Support for JDBC Lock 
  (2012-06-21 - Improvement - Claudio Corsi)
  https://issues.apache.org/jira/browse/KARAF-1572
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1748] Karaf startup fails with NullPointerException when logfile 
can't be written
  (2012-08-20 - Bug - Christoph Läubrich)
  https://issues.apache.org/jira/browse/KARAF-1748
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  (2012-10-16 - Bug - Xilai Dai)
  https://issues.apache.org/jira/browse/KARAF-1925
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2098] NPE in dispose KarafRemoteConsole
  (2013-01-06 - Bug - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2098
 


Issues with Attachments: week of 2013-01-14

2013-01-14 Thread jb
 
KARAF - Monday, January 14, 2013
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1572] Add SQL Server Support for JDBC Lock 
  (2012-06-21 - Improvement - Claudio Corsi)
  https://issues.apache.org/jira/browse/KARAF-1572
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1748] Karaf startup fails with NullPointerException when logfile 
can't be written
  (2012-08-20 - Bug - Christoph Läubrich)
  https://issues.apache.org/jira/browse/KARAF-1748
 
[KARAF-1884] Upgrade exam to Pax Exam 2.6.0
  (2012-10-01 - Dependency upgrade - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1884
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  (2013-01-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  (2013-01-08 - Bug - Filippo Rossoni)
  https://issues.apache.org/jira/browse/KARAF-2103
 


Issues with Attachments: week of 2013-01-21

2013-01-21 Thread jb
 
KARAF - Monday, January 21, 2013
 
  9 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  - Created: 2012-06-19
  - Updated: 2013-01-16
  - Type: Improvement
  - Fix Versions: [2.4.0, 3.0.0.RC1]
  - Reporter: Andreas Pieber
  - Assigned: Andreas Pieber
  - Attachments: [KARAF-1563.patch.txt, KARAF-1563.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1748] Karaf startup fails with NullPointerException when logfile 
can't be written
  - Created: 2012-08-20
  - Updated: 2013-01-02
  - Type: Bug
  - Fix Versions: []
  - Reporter: Christoph Läubrich
  - Assigned: Andreas Pieber
  - Attachments: [karaf-3.0_1748.diff]
  - https://issues.apache.org/jira/browse/KARAF-1748
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  - Created: 2012-12-02
  - Updated: 2013-01-14
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [KARAF-20441.patch, KARAF-2044-2.patch, 
KARAF-2044-karaf_2_3_x.patch, KARAF-2044-karaf_trunk.patch]
  - https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  - Created: 2013-01-02
  - Updated: 2013-01-02
  - Type: Bug
  - Fix Versions: []
  - Reporter: Shrish Srivastava
  - Assigned: Unassigned
  - Attachments: [karaf.log, wls_jmspolling.zip]
  - https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  - Created: 2013-01-07
  - Updated: 2013-01-10
  - Type: Task
  - Fix Versions: [eik-0.10.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2100.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  - Created: 2013-01-08
  - Updated: 2013-01-11
  - Type: Bug
  - Fix Versions: [eik-0.10.0]
  - Reporter: Filippo Rossoni
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KarafProjectBuilder.java.patch]
  - https://issues.apache.org/jira/browse/KARAF-2103
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  - Created: 2013-01-14
  - Updated: 2013-01-19
  - Type: Wish
  - Fix Versions: []
  - Reporter: wayang
  - Assigned: Unassigned
  - Attachments: [KARAF-2109.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2118] Can not login into karaf-webconsole on Karaf 2.3.0
  - Created: 2013-01-15
  - Updated: 2013-01-16
  - Type: Bug
  - Fix Versions: []
  - Reporter: Krzysztof Sobkowiak
  - Assigned: Unassigned
  - Attachments: [0001-Upgraded-to-Karaf-2.2.10.patch, 
0001-Upgraded-to-Karaf-2.3.0.patch, 
0002-Upgraded-to-Karaf-2.3.0-itests-corrected.patch, 
0003-Upgraded-to-Karaf-2.3.0-removed-unused-properties.patch, 
iteststacktrace.txt, stacktrace.txt]
  - https://issues.apache.org/jira/browse/KARAF-2118
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  - Created: 2013-01-17
  - Updated: 2013-01-17
  - Type: New Feature
  - Fix Versions: []
  - Reporter: Gareth Collins
  - Assigned: Unassigned
  - Attachments: [KARAF-2121.patch]
  - https://issues.apache.org/jira/browse/KARAF-2121
 


Issues with Attachments: week of 2013-01-28

2013-01-28 Thread jb
 
KARAF - Monday, January 28, 2013
 
  10 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  - Created: 2012-06-19
  - Updated: 2013-01-16
  - Type: Improvement
  - Fix Versions: [2.4.0, 3.0.0.RC1]
  - Reporter: Andreas Pieber
  - Assigned: Andreas Pieber
  - Attachments: [KARAF-1563.patch.txt, KARAF-1563.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1748] Karaf startup fails with NullPointerException when logfile 
can't be written
  - Created: 2012-08-20
  - Updated: 2013-01-02
  - Type: Bug
  - Fix Versions: []
  - Reporter: Christoph Läubrich
  - Assigned: Andreas Pieber
  - Attachments: [karaf-3.0_1748.diff]
  - https://issues.apache.org/jira/browse/KARAF-1748
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  - Created: 2012-12-02
  - Updated: 2013-01-14
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [KARAF-20441.patch, KARAF-2044-2.patch, 
KARAF-2044-karaf_2_3_x.patch, KARAF-2044-karaf_trunk.patch]
  - https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  - Created: 2013-01-02
  - Updated: 2013-01-02
  - Type: Bug
  - Fix Versions: []
  - Reporter: Shrish Srivastava
  - Assigned: Unassigned
  - Attachments: [karaf.log, wls_jmspolling.zip]
  - https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  - Created: 2013-01-07
  - Updated: 2013-01-10
  - Type: Task
  - Fix Versions: [eik-0.10.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2100.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  - Created: 2013-01-08
  - Updated: 2013-01-11
  - Type: Bug
  - Fix Versions: [eik-0.10.0]
  - Reporter: Filippo Rossoni
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KarafProjectBuilder.java.patch]
  - https://issues.apache.org/jira/browse/KARAF-2103
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  - Created: 2013-01-14
  - Updated: 2013-01-19
  - Type: Wish
  - Fix Versions: []
  - Reporter: wayang
  - Assigned: Unassigned
  - Attachments: [KARAF-2109.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2118] Can not login into karaf-webconsole on Karaf 2.3.0
  - Created: 2013-01-15
  - Updated: 2013-01-16
  - Type: Bug
  - Fix Versions: []
  - Reporter: Krzysztof Sobkowiak
  - Assigned: Unassigned
  - Attachments: [0001-Upgraded-to-Karaf-2.2.10.patch, 
0001-Upgraded-to-Karaf-2.3.0.patch, 
0002-Upgraded-to-Karaf-2.3.0-itests-corrected.patch, 
0003-Upgraded-to-Karaf-2.3.0-removed-unused-properties.patch, 
iteststacktrace.txt, stacktrace.txt]
  - https://issues.apache.org/jira/browse/KARAF-2118
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  - Created: 2013-01-17
  - Updated: 2013-01-17
  - Type: New Feature
  - Fix Versions: []
  - Reporter: Gareth Collins
  - Assigned: Unassigned
  - Attachments: [KARAF-2121.patch]
  - https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2144] MainStartTest test fails when methods are executed in reverse 
order
  - Created: 2013-01-27
  - Updated: 2013-01-27
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Christoph Gritschenberger
  - Assigned: Unassigned
  - Attachments: [test-fix.patch]
  - https://issues.apache.org/jira/browse/KARAF-2144
 


Issues with Attachments: week of 2013-02-04

2013-02-04 Thread jb
 
KARAF - Monday, February 4, 2013
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1851] inconsistent FeaturesNamespaces versions
  (2012-09-20 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1851
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  (2013-01-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  (2013-01-08 - Bug - Filippo Rossoni)
  https://issues.apache.org/jira/browse/KARAF-2103
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  (2013-01-14 - Wish - wayang)
  https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2118] Can not login into karaf-webconsole on Karaf 2.3.0
  (2013-01-15 - Bug - Krzysztof Sobkowiak)
  https://issues.apache.org/jira/browse/KARAF-2118
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2146] Add a log command to log from shell to the log
  (2013-01-28 - New Feature - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2146
 
[KARAF-2158] Test 
InstanceServiceImplTest#testToSimulateRenameInstanceByExternalProcess fails 
when run isolated
  (2013-02-02 - Bug - Christoph Gritschenberger)
  https://issues.apache.org/jira/browse/KARAF-2158
 


Re: svn commit: r1443073 [3/3] - in /karaf/branches/karaf-2.2.x: ./ admin/command/ admin/core/ admin/management/ archetypes/assembly/ archetypes/blueprint/ archetypes/bundle/ archetypes/command/ arche

2013-02-07 Thread jb

Hi David,

It would be really cool to have all in the same line ;)

Discussing with Seb (on the incubator), he said that the NOTICE should 
mention all included and used softwares, and the licenses in used.

Discussing with other guys, they said that it should be MINIMAL ;)

I asked Dan about that, it doesn't seem that we have a clear document 
about that.


I will ask (probably to Seb and/or incubator) if we can create a wiki 
entry about that, to have a shared and consolidated vision about that.


Regards
JB

On 02/06/2013 06:22 PM, David Jencks wrote:
I think that both the LiCENSE and especially the NOTICE file should 
not contain information about software used by (and not contained in) 
the artifact the legal files apply to.  Especially the NOTICE should be 
as short as possible to minimize the requirements on the user to 
display it.


david jencks

On Feb 6, 2013, at 9:11 AM, jbono...@apache.org wrote:

Modified: 
karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/NOTICE
URL: 
http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/NOTICE?rev=1443073r1=1443072r2=1443073view=diff


==
--- karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/NOTICE 
(original)
+++ karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/NOTICE 
Wed Feb  6 17:11:53 2013

@@ -1,48 +1,76 @@
-Apache Karaf
-Copyright 2010-2012 The Apache Software Foundation
-
-
-I. Included Software
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-Licensed under the Apache License 2.0.
-
-This product includes software written by
-Antony Lesuisse.
-Licensed under Public Domain.
-
-
-II. Used Software
-
-This product uses software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2010).
-Licensed under the Apache License 2.0.
-
-This product uses software developed at
-OPS4J (http://www.ops4j.org/).
-Licensed under the Apache License 2.0.
-
-This product uses software developed at
-FUSE Source (http://www.fusesource.org/).
-Licensed under the Apache License 2.0.
-
-This product uses software developed at
-Tanuki Software (http://www.tanukisoftware.com/).
-Licensed under the Apache License 2.0.
-
-This product uses software developed at
-JLine (http://jline.sourceforge.net).
-Licensed under the BSD License.
-
-This product uses software developed at
-SLF4J (http://www.slf4j.org/).
-Licensed under the MIT License.
-
-This product includes software from http://www.json.org.
-Copyright (c) 2002 JSON.org
-
-
-III. License Summary
-- Apache License 2.0
+Apache Karaf
+Copyright 2010-2013 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2010).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+OW2 (http://www.ow2.org/).
+Licensed under the BSD License.
+
+This product includes software developed at
+OPS4J (http://www.ops4j.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software developed at
+Eclipse Foundation (http://www.eclipse.org/).
+Licensed under the EPL.
+
+This product includes software written by
+Antony Lesuisse.
+Licensed under Public Domain.
+
+
+II. Used Software
+
+This product uses software developed at
+FUSE Source (http://www.fusesource.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+AOP Alliance (http://aopalliance.sourceforge.net/).
+Licensed under Public Domain.
+
+This product uses software developed at
+Tanuki Software (http://www.tanukisoftware.com/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+ICU Project (http://site.icu-project.org/).
+Licensed under the ICU License.
+
+This product uses software developed at
+Jasypt (http://jasypt.sourceforge.net/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+JLine (http://jline.sourceforge.net).
+Licensed under the BSD License.
+
+This product uses software developed at
+SLF4J (http://www.slf4j.org/).
+Licensed under the MIT License.
+
+This product uses software developed at
+SpringSource (http://www.springsource.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software from http://www.json.org.
+Copyright (c) 2002 JSON.org
+
+
+III. License Summary
+- Apache License 2.0
+- BSD License
+- EPL License
+- ICU License
+- MIT License

Copied: karaf/branches/karaf-2.2.x/tooling/testing/NOTICE (from 
r1441306, karaf/branches/karaf-2.2.x/NOTICE)
URL: 
http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/testing/NOTICE?p2=karaf/branches/karaf-2.2.x/tooling/testing/NOTICEp1=karaf/branches/karaf-2.2

[UPDATE] Karaf branches and features in Karaf 2.3.x

2013-02-07 Thread jb

Hi all,

following a discussion started a couple of weeks ago, just an update 
about Karaf branches and releases:


- karaf-2.x: I'm going to create this branch asap (let say tonight or 
tomorrow). This branch will be the codebase for Karaf 2.4, Karaf 2.5, 
etc. This branch will be created starting from the current karaf-2.3.x 
one.
- karaf-2.3.x: this branch stays as it is and it becomes 
*MAINTENANCE/GA* branch. It means no new features, no new commands, only 
bug fixes. I will remove new features from this branch (for instance 
shell:date command, etc) to respect this *MAINTENANCE/GA* mode. I will 
look for new features or improvements using Jira.
- karaf-2.2.x: as soon as Karaf 2.4.0 will be released (on the 
karaf-2.x branch), this branch will go in EOL mode (and an announcement 
will be send to the users).


In terms of releases planning:
- Karaf 2.3.1 is waiting for Aries JMX 1.1.1 and Pax Web 1.1.12 
releases. I will tackle the Pax Web release with Achim, and ping Dan 
about the Aries release.
- Karaf 3.0.0.RC1 is waiting for Aries JMX 1.1.1 release. It would be 
cool to fix a couple of issues around sub-shell here, but it's not 
blocker for RC1 IMHO.

- we can plan to cut off Karaf 2.4 in 6 weeks after 2.3.1.
- I propose a Karaf 2.2.11 with latest bug fixes before the switch to 
EOL mode.


WDYT ?

Thanks,
Regards
JB



Issues with Attachments: week of 2013-02-11

2013-02-11 Thread jb
 
KARAF - Monday, February 11, 2013
 
  14 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1572] Add SQL Server Support for JDBC Lock 
  (2012-06-21 - Improvement - Claudio Corsi)
  https://issues.apache.org/jira/browse/KARAF-1572
 
[KARAF-1748] Karaf startup fails with NullPointerException when logfile 
can't be written
  (2012-08-20 - Bug - Christoph Läubrich)
  https://issues.apache.org/jira/browse/KARAF-1748
 
[KARAF-1851] inconsistent FeaturesNamespaces versions
  (2012-09-20 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1851
 
[KARAF-1968] Uninstalling jndi feature leads to hanging Karaf
  (2012-10-23 - Bug - Zsolt Beothy-Elo)
  https://issues.apache.org/jira/browse/KARAF-1968
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  (2013-01-14 - Wish - wayang)
  https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2118] Can not login into karaf-webconsole on Karaf 2.3.0
  (2013-01-15 - Bug - Krzysztof Sobkowiak)
  https://issues.apache.org/jira/browse/KARAF-2118
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2146] Add a log command to log from shell to the log
  (2013-01-28 - New Feature - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2146
 
[KARAF-2167] 
org.apache.karaf.tooling.exam.container.internal.adaptions.KarafManipulatorFactory
 creates invalid version qualifier
  (2013-02-07 - Bug - Jonathan Anstey)
  https://issues.apache.org/jira/browse/KARAF-2167
 


Issues with Attachments: week of 2013-02-18

2013-02-18 Thread jb
 
KARAF - Monday, February 18, 2013
 
  8 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  - Created: 2010-09-25
  - Updated: 2013-02-09
  - Type: New Feature
  - Fix Versions: [2.4.0, 3.0.0]
  - Reporter: james strachan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-222-run-mojo-1.diff]
  - https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  - Created: 2012-03-06
  - Updated: 2013-02-07
  - Type: New Feature
  - Fix Versions: [2.4.0, 3.0.0]
  - Reporter: Edstrom Johan
  - Assigned: Jamie goodyear
  - Attachments: [jamie.patch]
  - https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1572] Add SQL Server Support for JDBC Lock 
  - Created: 2012-06-21
  - Updated: 2013-02-07
  - Type: Improvement
  - Fix Versions: [2.4.0, 3.1.0]
  - Reporter: Claudio Corsi
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [GenericJDBCLock.patch, GenericJDBCLock.patch]
  - https://issues.apache.org/jira/browse/KARAF-1572
 
[KARAF-1851] inconsistent FeaturesNamespaces versions
  - Created: 2012-09-20
  - Updated: 2013-02-14
  - Type: Bug
  - Fix Versions: [2.2.11, 2.3.1, 2.4.0, 3.0.0]
  - Reporter: Andrei Pozolotin
  - Assigned: Ioannis Canellos
  - Attachments: [0001-KARAF-1851.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1851
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  - Created: 2013-01-02
  - Updated: 2013-01-28
  - Type: Bug
  - Fix Versions: []
  - Reporter: Shrish Srivastava
  - Assigned: Unassigned
  - Attachments: [jndibugtest.zip, karaf.log, wls_jmspolling.zip]
  - https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  - Created: 2013-01-14
  - Updated: 2013-02-16
  - Type: Wish
  - Fix Versions: []
  - Reporter: wayang
  - Assigned: Unassigned
  - Attachments: [KARAF-2109.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2146] Add a log command to log from shell to the log
  - Created: 2013-01-28
  - Updated: 2013-02-03
  - Type: New Feature
  - Fix Versions: []
  - Reporter: Claus Ibsen
  - Assigned: Unassigned
  - Attachments: [KARAF-2146.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2146
 
[KARAF-2167] 
org.apache.karaf.tooling.exam.container.internal.adaptions.KarafManipulatorFactory
 creates invalid version qualifier
  - Created: 2013-02-07
  - Updated: 2013-02-18
  - Type: Bug
  - Fix Versions: []
  - Reporter: Jonathan Anstey
  - Assigned: Freeman Fang
  - Attachments: [KARAF-2167.patch, KARAF-2167.patch.2]
  - https://issues.apache.org/jira/browse/KARAF-2167
 


Issues with Attachments: week of 2013-03-18

2013-03-18 Thread jb
 
KARAF - Monday, March 18, 2013
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  (2012-06-15 - Bug - Daniel Kulp)
  https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  (2012-10-05 - Bug - Tracy Snell)
  https://issues.apache.org/jira/browse/KARAF-1901
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2189] blueprint disable service too soon at shutdown
  (2013-02-14 - Bug - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-2189
 
[KARAF-2215] packagingkar/packaging fails to attach artifact
  (2013-03-01 - Bug - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2215
 
[KARAF-2216] upgrade target-platform to eclipse 3.8
  (2013-03-02 - Sub-task - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2216
 
[KARAF-2224] generate-features-xml Mojo ignores classifier of maven 
dependencies
  (2013-03-07 - Bug - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2224
 
[KARAF-2228] Karaf.webconsole uses wrong version in export-package header
  (2013-03-07 - Sub-task - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2228
 
[KARAF-2229] Adapt karaf.webconsole package-imports/exports to 
felix.webconsole all-in-one bundle
  (2013-03-08 - Sub-task - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2229
 
[KARAF-2236] karaf scripts fail when paths contain spaces
  (2013-03-13 - Bug - Amichai Rothman)
  https://issues.apache.org/jira/browse/KARAF-2236
 


Issues with Attachments: week of 2013-03-25

2013-03-25 Thread jb
 
KARAF - Monday, March 25, 2013
 
  11 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-785] Interaction Problem Between Karaf Jetty Security and Spring 
Security - Jetty Exception
  (2011-07-27 - Bug - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-785
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  (2012-06-15 - Bug - Daniel Kulp)
  https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-2045] Support encrypted connection to the database for fail over 
configuration
  (2012-12-02 - Improvement - Christian Müller)
  https://issues.apache.org/jira/browse/KARAF-2045
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2125] Components tab not shown in WebConsole
  (2013-01-18 - Bug - Michael Taeschner)
  https://issues.apache.org/jira/browse/KARAF-2125
 
[KARAF-2189] blueprint disable service too soon at shutdown
  (2013-02-14 - Bug - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-2189
 
[KARAF-2216] upgrade target-platform to eclipse 3.8
  (2013-03-02 - Sub-task - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2216
 
[KARAF-2228] Karaf.webconsole uses wrong version in export-package header
  (2013-03-07 - Sub-task - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2228
 
[KARAF-2229] Adapt karaf.webconsole package-imports/exports to 
felix.webconsole all-in-one bundle
  (2013-03-08 - Sub-task - Timo Naroska)
  https://issues.apache.org/jira/browse/KARAF-2229
 
[KARAF-2236] karaf scripts fail when paths contain spaces
  (2013-03-13 - Bug - Amichai Rothman)
  https://issues.apache.org/jira/browse/KARAF-2236
 


Issues with Attachments: week of 2013-04-08

2013-04-08 Thread jb
 
KARAF - Monday, April 8, 2013
 
  7 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  - Created: 2012-06-15
  - Updated: 2013-03-12
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Daniel Kulp
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  - Created: 2012-06-19
  - Updated: 2013-03-12
  - Type: Improvement
  - Fix Versions: [2.4.0, 3.0.0]
  - Reporter: Andreas Pieber
  - Assigned: Andreas Pieber
  - Attachments: [KARAF-1563.patch.txt, KARAF-1563.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-2045] Support encrypted connection to the database for fail over 
configuration
  - Created: 2012-12-02
  - Updated: 2013-03-21
  - Type: Improvement
  - Fix Versions: []
  - Reporter: Christian Müller
  - Assigned: Unassigned
  - Attachments: [KARAF-2045.patch]
  - https://issues.apache.org/jira/browse/KARAF-2045
 
[KARAF-2125] Components tab not shown in WebConsole
  - Created: 2013-01-18
  - Updated: 2013-03-20
  - Type: Bug
  - Fix Versions: []
  - Reporter: Michael Taeschner
  - Assigned: Unassigned
  - Attachments: 
[0001-KARAF-2125-Components-tab-not-shown-in-WebConsole.patch]
  - https://issues.apache.org/jira/browse/KARAF-2125
 
[KARAF-2216] upgrade target-platform to eclipse 3.8
  - Created: 2013-03-02
  - Updated: 2013-03-12
  - Type: Sub-task
  - Fix Versions: [eik-0.10.0]
  - Reporter: Timo Naroska
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [upgrade_to_juno.diff]
  - https://issues.apache.org/jira/browse/KARAF-2216
 
[KARAF-2236] karaf scripts fail when paths contain spaces
  - Created: 2013-03-13
  - Updated: 2013-03-13
  - Type: Bug
  - Fix Versions: []
  - Reporter: Amichai Rothman
  - Assigned: Unassigned
  - Attachments: [fix_spaces_in_paths.patch]
  - https://issues.apache.org/jira/browse/KARAF-2236
 
[KARAF-2257] SCR Component Updates
  - Created: 2013-03-28
  - Updated: 2013-04-05
  - Type: Improvement
  - Fix Versions: [3.0.0]
  - Reporter: Scott England-Sullivan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-KARAF-2257-Merge-SCR-hidden-component-code.patch, 
0002-KARAF-2257-Add-subshell-support.patch, 
0003-KARAF-2257-Improvements-Updating-examples.patch, 
0004-KARAF-2257-Improvements-Delete-example-code.patch]
  - https://issues.apache.org/jira/browse/KARAF-2257
 


Issues with Attachments: week of 2013-04-15

2013-04-15 Thread jb
 
KARAF - Monday, April 15, 2013
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1724] Blueprint bundle deadlocks in Stopping status when 
update-ing/dev:watch bundle
  - Created: 2012-08-14
  - Updated: 2013-04-09
  - Type: Bug
  - Fix Versions: []
  - Reporter: Hendy Irawan
  - Assigned: Unassigned
  - Attachments: 
[smx_5_karaf_2_3_0_aries_1_1_0_empty_blueprint_watch_jstack.txt]
  - https://issues.apache.org/jira/browse/KARAF-1724
 
[KARAF-2045] Support encrypted connection to the database for fail over 
configuration
  - Created: 2012-12-02
  - Updated: 2013-03-21
  - Type: Improvement
  - Fix Versions: []
  - Reporter: Christian Müller
  - Assigned: Unassigned
  - Attachments: [KARAF-2045.patch]
  - https://issues.apache.org/jira/browse/KARAF-2045
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  - Created: 2013-01-14
  - Updated: 2013-04-12
  - Type: Wish
  - Fix Versions: []
  - Reporter: wayang
  - Assigned: filippo balicchia
  - Attachments: [KARAF-2109.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  - Created: 2013-01-17
  - Updated: 2013-04-13
  - Type: New Feature
  - Fix Versions: [2.3.2, 2.4.0, 3.0.0]
  - Reporter: Gareth Collins
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2121.patch]
  - https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2125] Components tab not shown in WebConsole
  - Created: 2013-01-18
  - Updated: 2013-04-12
  - Type: Bug
  - Fix Versions: []
  - Reporter: Michael Taeschner
  - Assigned: Jean-Baptiste Onofré
  - Attachments: 
[0001-KARAF-2125-Components-tab-not-shown-in-WebConsole.patch]
  - https://issues.apache.org/jira/browse/KARAF-2125
 
[KARAF-2261] Startup issues without kar file
  - Created: 2013-04-08
  - Updated: 2013-04-09
  - Type: Bug
  - Fix Versions: []
  - Reporter: Brian Emond
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf.log.1, telemetry.services.jms-broker.kar]
  - https://issues.apache.org/jira/browse/KARAF-2261
 


Re: Task scheduler in Karaf

2013-04-24 Thread jb

Hi,

The scheduler provided by Ioannis has been included in 3.0.0.RC1.

Before the 3.0.0.GA release (or 3.1.0 depending of the timing), I plan 
to add the following new features:
- enhancement of the jledit support provided by Ioannis as well (task 
started)
- enhancement of the sub-shell support (it looks like the Cisco IoS 
shell environment) (task started)
- new optional feature to provide a service wrapper based on 
commons-daemon instead of JSW (POC on my github)
- new optional features for a complete scheduler (bundle, service, etc) 
powered by Quartz (my purpose is not to try to focus on Sling as it's 
not the same platform as Karaf) (TODO).


The purpose of the last point is to provide a feature as we did for 
encryption:

- the basic feature works a simple as possible as out of the box
- if the user requires more advanced setting, it can enable and install 
advanced feature. For instance, about encryption, the user can enabled 
the jasypt support.


Any help is welcome !
If you want to share what you did, I would be glad to review it with 
you.


Regards
JB

On 2013-04-24 14:41, roedll wrote:
More than a year ago Ioannis Canellos posted that he added a 
rudimentary

scheduler as a new module to trunk. (See

http://karaf.922171.n3.nabble.com/Introducing-a-task-scheduler-in-Karaf-td3185322.html
for details)

In the following discussion some people suggested to use Quartz 
and/or the
scheduler implementation from Apache Sling (which already uses 
Quartz). As
the Apache Sling implementation only implements support for SCR and 
not
Blueprint it's unfortunately not plug and play in Karaf (without 
activating

the SCR support)

I've recently implemented Blueprint support for one of our projects 
and now

wonder if this functionality would be of interest for Karaf?!




--
View this message in context:

http://karaf.922171.n3.nabble.com/Task-scheduler-in-Karaf-tp4028481.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.




Issues with Attachments: week of 2013-04-29

2013-04-29 Thread jb
 
KARAF - Monday, April 29, 2013
 
  16 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1549] Child instance features cfg file looks weird
  (2012-06-15 - Bug - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1549
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1724] Blueprint bundle deadlocks in Stopping status when 
update-ing/dev:watch bundle
  (2012-08-14 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1724
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  (2012-11-14 - Bug - Kristof Meixner)
  https://issues.apache.org/jira/browse/KARAF-2014
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  (2013-01-14 - Wish - wayang)
  https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2125] Components tab not shown in WebConsole
  (2013-01-18 - Bug - Michael Taeschner)
  https://issues.apache.org/jira/browse/KARAF-2125
 
[KARAF-2261] Startup issues without kar file
  (2013-04-08 - Bug - Brian Emond)
  https://issues.apache.org/jira/browse/KARAF-2261
 


Issues with Attachments: week of 2013-05-06

2013-05-06 Thread jb
 
KARAF - Monday, May 6, 2013
 
  19 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-751] Provide a Timer Service in Karaf
  (2011-07-20 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1549] Child instance features cfg file looks weird
  (2012-06-15 - Bug - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1549
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1724] Blueprint bundle deadlocks in Stopping status when 
update-ing/dev:watch bundle
  (2012-08-14 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1724
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  (2012-11-14 - Bug - Kristof Meixner)
  https://issues.apache.org/jira/browse/KARAF-2014
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  (2013-01-14 - Wish - wayang)
  https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2125] Components tab not shown in WebConsole
  (2013-01-18 - Bug - Michael Taeschner)
  https://issues.apache.org/jira/browse/KARAF-2125
 
[KARAF-2261] Startup issues without kar file
  (2013-04-08 - Bug - Brian Emond)
  https://issues.apache.org/jira/browse/KARAF-2261
 
[KARAF-2298] Karaf shell option for a transient bundle stop
  (2013-05-03 - Improvement - metatech)
  https://issues.apache.org/jira/browse/KARAF-2298
 


Issues with Attachments: week of 2013-05-13

2013-05-13 Thread jb
 
KARAF - Monday, May 13, 2013
 
  19 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-751] Provide a Timer Service in Karaf
  (2011-07-20 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1074] features-maven-plugin collects wrong artifacts
  (2011-12-01 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1074
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1549] Child instance features cfg file looks weird
  (2012-06-15 - Bug - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1549
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1724] Blueprint bundle deadlocks in Stopping status when 
update-ing/dev:watch bundle
  (2012-08-14 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1724
 
[KARAF-1799] JAVA_HOME autodiscovery not working on Windows 7 (karaf.bat)
  (2012-09-07 - Bug - Raphael Majeed)
  https://issues.apache.org/jira/browse/KARAF-1799
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  (2012-11-14 - Bug - Kristof Meixner)
  https://issues.apache.org/jira/browse/KARAF-2014
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2298] Karaf shell option for a transient bundle stop
  (2013-05-03 - Improvement - metatech)
  https://issues.apache.org/jira/browse/KARAF-2298
 
[KARAF-2307] ActiveMQ Karaf commands do not work with Karaf 3
  (2013-05-06 - Bug - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-2307
 


Issues with Attachments: week of 2013-05-20

2013-05-20 Thread jb
 
KARAF - Monday, May 20, 2013
 
  21 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-751] Provide a Timer Service in Karaf
  (2011-07-20 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1074] features-maven-plugin collects wrong artifacts
  (2011-12-01 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1074
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  (2012-04-04 - Bug - Alexey Bespaly)
  https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1549] Child instance features cfg file looks weird
  (2012-06-15 - Bug - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1549
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1563] Support clean-all  clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1724] Blueprint bundle deadlocks in Stopping status when 
update-ing/dev:watch bundle
  (2012-08-14 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1724
 
[KARAF-1799] JAVA_HOME autodiscovery not working on Windows 7 (karaf.bat)
  (2012-09-07 - Bug - Raphael Majeed)
  https://issues.apache.org/jira/browse/KARAF-1799
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  (2012-11-14 - Bug - Kristof Meixner)
  https://issues.apache.org/jira/browse/KARAF-2014
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2298] Karaf shell option for a transient bundle stop
  (2013-05-03 - Improvement - metatech)
  https://issues.apache.org/jira/browse/KARAF-2298
 
[KARAF-2307] ActiveMQ Karaf commands do not work with Karaf 3
  (2013-05-06 - Bug - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-2307
 


Issues with Attachments: week of 2013-05-27

2013-05-27 Thread jb
 
KARAF - Monday, May 27, 2013
 
  15 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-751] Provide a Timer Service in Karaf
  (2011-07-20 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1074] features-maven-plugin collects wrong artifacts
  (2011-12-01 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1074
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  (2012-04-04 - Bug - Alexey Bespaly)
  https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1724] Blueprint bundle deadlocks in Stopping status when 
update-ing/dev:watch bundle
  (2012-08-14 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1724
 
[KARAF-1799] JAVA_HOME autodiscovery not working on Windows 7 (karaf.bat)
  (2012-09-07 - Bug - Raphael Majeed)
  https://issues.apache.org/jira/browse/KARAF-1799
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2307] ActiveMQ Karaf commands do not work with Karaf 3
  (2013-05-06 - Bug - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-2307
 
[KARAF-2338] Felix File Install property (felix.fileinstall.active.level) 
is not working
  (2013-05-22 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2338
 
[KARAF-2340] Stock Karaf 2.3.1, Cellar 2.3.0, CPU go to constant 20%
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2340
 
[KARAF-2341] Karaf-2.3.2 Snapshot hangs while installing cellar 
webconsole...
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2341
 
[KARAF-2343] Installing Cellar 2.3.0 cellar-event crashes Karaf 2.3.1 after 
a few seconds...
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2343
 


Issues with Attachments: week of 2013-06-03

2013-06-03 Thread jb
 
KARAF - Monday, June 3, 2013
 
  17 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-751] Provide a Timer Service in Karaf
  (2011-07-20 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1074] features-maven-plugin collects wrong artifacts
  (2011-12-01 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1074
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  (2012-04-04 - Bug - Alexey Bespaly)
  https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1799] JAVA_HOME autodiscovery not working on Windows 7 (karaf.bat)
  (2012-09-07 - Bug - Raphael Majeed)
  https://issues.apache.org/jira/browse/KARAF-1799
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2307] ActiveMQ Karaf commands do not work with Karaf 3
  (2013-05-06 - Bug - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-2307
 
[KARAF-2338] Felix File Install property (felix.fileinstall.active.level) 
is not working
  (2013-05-22 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2338
 
[KARAF-2340] Stock Karaf 2.3.1, Cellar 2.3.0, CPU go to constant 20%
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2340
 
[KARAF-2341] Karaf-2.3.2 Snapshot hangs while installing cellar 
webconsole...
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2341
 
[KARAF-2343] Installing Cellar 2.3.0 cellar-event crashes Karaf 2.3.1 after 
a few seconds...
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2343
 
[KARAF-2345] Can't start second instance of Karaf 2.3.1 with Cellar 2.3.0
  (2013-05-29 - Bug - Dmitriy)
  https://issues.apache.org/jira/browse/KARAF-2345
 
[KARAF-2347] Performance improvements for ConfigurationSupport class 
  (2013-06-01 - Improvement - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2347
 
[KARAF-2349] Patch to add debugging capability for the main test karaf 
container when building itests
  (2013-06-03 - Test - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2349
 


Issues with Attachments: week of 2013-06-10

2013-06-10 Thread jb
 
KARAF - Monday, June 10, 2013
 
  14 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-751] Provide a Timer Service in Karaf
  (2011-07-20 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1246] add a version checker for karaf start script
  (2012-03-02 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  (2012-04-04 - Bug - Alexey Bespaly)
  https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2338] Felix File Install property (felix.fileinstall.active.level) 
is not working
  (2013-05-22 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2338
 
[KARAF-2341] Karaf-2.3.2 Snapshot hangs while installing cellar 
webconsole...
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2341
 
[KARAF-2343] Installing Cellar 2.3.0 cellar-event crashes Karaf 2.3.1 after 
a few seconds...
  (2013-05-25 - Bug - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2343
 
[KARAF-2345] Can't start second instance of Karaf 2.3.1 with Cellar 2.3.0
  (2013-05-29 - Bug - Dmitriy)
  https://issues.apache.org/jira/browse/KARAF-2345
 
[KARAF-2347] Performance improvements for ConfigurationSupport class 
  (2013-06-01 - Improvement - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2347
 
[KARAF-2349] Patch to add debugging capability for the main test karaf 
container when building itests
  (2013-06-03 - Test - Ryan Moquin)
  https://issues.apache.org/jira/browse/KARAF-2349
 


Issues with Attachments: week of 2013-06-24

2013-06-24 Thread jb
 
KARAF - Monday, June 24, 2013
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  - Created: 2010-09-25
  - Updated: 2013-06-15
  - Type: New Feature
  - Fix Versions: [2.3.2, 2.4.0, 3.0.0]
  - Reporter: james strachan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-222-run-mojo-1.diff]
  - https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-751] Provide a Timer Service in Karaf
  - Created: 2011-07-20
  - Updated: 2013-05-29
  - Type: New Feature
  - Fix Versions: [3.1.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [Scheduler_20130430.patch, Scheduler_20130530.patch]
  - https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1246] add a version checker for karaf start script
  - Created: 2012-03-02
  - Updated: 2013-06-09
  - Type: Bug
  - Fix Versions: [2.4.0, 3.0.0]
  - Reporter: Andreas Pieber
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Fix-checkJvmVersion-egrep-pattern.patch]
  - https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-2347] Performance improvements for ConfigurationSupport class 
  - Created: 2013-06-01
  - Updated: 2013-06-17
  - Type: Improvement
  - Fix Versions: []
  - Reporter: Ryan Moquin
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [ConfigurationSupport.java.patch]
  - https://issues.apache.org/jira/browse/KARAF-2347
 
[KARAF-2365] jaas:manage selects wrong configuration
  - Created: 2013-06-22
  - Updated: 2013-06-23
  - Type: Bug
  - Fix Versions: [2.2.12, 2.3.2, 2.4.0, 3.0.0]
  - Reporter: Harry Bugging
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [jaas_manage_index.patch]
  - https://issues.apache.org/jira/browse/KARAF-2365
 
[KARAF-2368] Commands with more than one argument have incorrect help string
  - Created: 2013-06-23
  - Updated: 2013-06-24
  - Type: Bug
  - Fix Versions: [2.2.12, 2.3.2, 2.4.0, 3.0.0]
  - Reporter: Andrew Gaul
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2368.patch]
  - https://issues.apache.org/jira/browse/KARAF-2368
 


Issues with Attachments: week of 2013-07-01

2013-07-01 Thread jb
 
KARAF - Monday, July 1, 2013
 
  4 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  - Created: 2010-09-25
  - Updated: 2013-06-15
  - Type: New Feature
  - Fix Versions: [2.3.2, 2.4.0, 3.0.0]
  - Reporter: james strachan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-222-run-mojo-1.diff]
  - https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1246] add a version checker for karaf start script
  - Created: 2012-03-02
  - Updated: 2013-06-09
  - Type: Bug
  - Fix Versions: [2.4.0, 3.0.0]
  - Reporter: Andreas Pieber
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Fix-checkJvmVersion-egrep-pattern.patch]
  - https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2013-06-25
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.2.7, cellar-2.3.2]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1925] Blueprint timeout exceptions after karaf startup
  - Created: 2012-10-16
  - Updated: 2013-06-25
  - Type: Bug
  - Fix Versions: [2.3.2]
  - Reporter: Xilai Dai
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [AfterFailThreadDump.txt, FailLog.txt, 
GracePeriodBeforeFailThreadDump.txt, karaf.log, NormalStartupThreadDump.txt]
  - https://issues.apache.org/jira/browse/KARAF-1925
 


Issues with Attachments: week of 2013-07-15

2013-07-15 Thread jb
 
KARAF - Monday, July 15, 2013
 
  9 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  - Created: 2010-09-25
  - Updated: 2013-07-02
  - Type: New Feature
  - Fix Versions: [2.3.3, 2.4.0, 3.0.0]
  - Reporter: james strachan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-222-run-mojo-1.diff]
  - https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2013-06-25
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.2.7, cellar-2.3.2]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  - Created: 2012-06-13
  - Updated: 2013-07-02
  - Type: Bug
  - Fix Versions: [2.2.12, 2.3.3, 2.4.0, 3.0.0]
  - Reporter: James Carman
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-3.0_1545.diff]
  - https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  - Created: 2012-06-18
  - Updated: 2013-07-01
  - Type: Bug
  - Fix Versions: [2.2.12, 2.3.3, 2.4.0, 3.0.1]
  - Reporter: Hugh Rodgers
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [demo_validation.png, karaf_config_propset.png, 
karaf_log.png, metatype.xml]
  - https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  - Created: 2012-08-01
  - Updated: 2013-07-01
  - Type: Bug
  - Fix Versions: [2.2.12, 2.3.3, 3.0.1]
  - Reporter: Hugh Rodgers
  - Assigned: Unassigned
  - Attachments: [DDF_Custom_Mime_Type_Resolver.png]
  - https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  - Created: 2012-10-03
  - Updated: 2013-07-02
  - Type: Bug
  - Fix Versions: [2.2.12, 2.3.3, 2.4.0, 3.0.0]
  - Reporter: Jason Montojo
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [slbug.tar-3.0.gz, slbug.tar.gz]
  - https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  - Created: 2013-01-02
  - Updated: 2013-07-01
  - Type: Bug
  - Fix Versions: [2.2.12, 2.3.3, 2.4.0, 3.1.0]
  - Reporter: Shrish Srivastava
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [jndibugtest.zip, karaf.log, wls_jmspolling.zip]
  - https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  - Created: 2013-01-17
  - Updated: 2013-07-01
  - Type: New Feature
  - Fix Versions: [2.3.3, 2.4.0, 3.1.0]
  - Reporter: Gareth Collins
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2121.patch]
  - https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2189] blueprint disable service too soon at shutdown
  - Created: 2013-02-14
  - Updated: 2013-07-01
  - Type: Bug
  - Fix Versions: [2.3.3, 3.0.0]
  - Reporter: Dan Tran
  - Assigned: Unassigned
  - Attachments: [karaf-2189.zip]
  - https://issues.apache.org/jira/browse/KARAF-2189
 


Issues with Attachments: week of 2013-08-05

2013-08-05 Thread jb
 
KARAF - Monday, August 5, 2013
 
  5 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-751] Provide a Timer Service in Karaf
  - Created: 2011-07-20
  - Updated: 2013-08-05
  - Type: New Feature
  - Fix Versions: [3.1.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [Scheduler_20130430.patch, Scheduler_20130802.patch]
  - https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1443] Unreadable code arised in the console when press the four 
keyboard(?, ?, ?, ?)
  - Created: 2012-05-07
  - Updated: 2013-07-19
  - Type: Bug
  - Fix Versions: []
  - Reporter: Meifang Shen
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [RegionAndLanguage.jpg]
  - https://issues.apache.org/jira/browse/KARAF-1443
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  - Created: 2012-10-05
  - Updated: 2013-07-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tracy Snell
  - Assigned: Unassigned
  - Attachments: [thread-dump-1901txt]
  - https://issues.apache.org/jira/browse/KARAF-1901
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-08-02
  - Type: Bug
  - Fix Versions: [3.0.0.RC2]
  - Reporter: Andrei Pozolotin
  - Assigned: Christian Schneider
  - Attachments: [0001-Fixing-the-scope-handling.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  - Created: 2013-07-30
  - Updated: 2013-07-31
  - Type: Bug
  - Fix Versions: [2.2.12]
  - Reporter: Uwe Barthel
  - Assigned: Unassigned
  - Attachments: [datasource.xml]
  - https://issues.apache.org/jira/browse/KARAF-2420
 


Issues with Attachments: week of 2013-08-12

2013-08-12 Thread jb
 
KARAF - Monday, August 12, 2013
 
  5 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-751] Provide a Timer Service in Karaf
  - Created: 2011-07-20
  - Updated: 2013-08-05
  - Type: New Feature
  - Fix Versions: [3.1.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [Scheduler_20130430.patch, Scheduler_20130802.patch]
  - https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1443] Unreadable code arised in the console when press the four 
keyboard(?, ?, ?, ?)
  - Created: 2012-05-07
  - Updated: 2013-07-19
  - Type: Bug
  - Fix Versions: []
  - Reporter: Meifang Shen
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [RegionAndLanguage.jpg]
  - https://issues.apache.org/jira/browse/KARAF-1443
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  - Created: 2012-10-05
  - Updated: 2013-07-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tracy Snell
  - Assigned: Unassigned
  - Attachments: [thread-dump-1901txt]
  - https://issues.apache.org/jira/browse/KARAF-1901
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-08-02
  - Type: Bug
  - Fix Versions: [3.0.0.RC2]
  - Reporter: Andrei Pozolotin
  - Assigned: Christian Schneider
  - Attachments: [0001-Fixing-the-scope-handling.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  - Created: 2013-07-30
  - Updated: 2013-07-31
  - Type: Bug
  - Fix Versions: [2.2.12]
  - Reporter: Uwe Barthel
  - Assigned: Unassigned
  - Attachments: [datasource.xml]
  - https://issues.apache.org/jira/browse/KARAF-2420
 


Issues with Attachments: week of 2013-08-19

2013-08-19 Thread jb
 
KARAF - Monday, August 19, 2013
 
  9 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-751] Provide a Timer Service in Karaf
  - Created: 2011-07-20
  - Updated: 2013-08-05
  - Type: New Feature
  - Fix Versions: [3.1.0]
  - Reporter: Ioannis Canellos
  - Assigned: Ioannis Canellos
  - Attachments: [Scheduler_20130430.patch, Scheduler_20130802.patch]
  - https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1027] Have cave:update-repository work with proxy repositories
  - Created: 2011-11-20
  - Updated: 2013-08-14
  - Type: Improvement
  - Fix Versions: [cave-2.3.0]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [proxyupdate.patch]
  - https://issues.apache.org/jira/browse/KARAF-1027
 
[KARAF-1056] Enhancements to cave:upload-artifact command
  - Created: 2011-11-28
  - Updated: 2013-08-14
  - Type: Improvement
  - Fix Versions: [cave-2.3.0]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [uploadArtifact.patch]
  - https://issues.apache.org/jira/browse/KARAF-1056
 
[KARAF-1901] Camel stream:out route destination freezes console if you try 
to stop or uninstall it
  - Created: 2012-10-05
  - Updated: 2013-07-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tracy Snell
  - Assigned: Unassigned
  - Attachments: [thread-dump-1901txt]
  - https://issues.apache.org/jira/browse/KARAF-1901
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-08-02
  - Type: Bug
  - Fix Versions: [3.0.0.RC2]
  - Reporter: Andrei Pozolotin
  - Assigned: Christian Schneider
  - Attachments: [0001-Fixing-the-scope-handling.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-08-15
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  - Created: 2013-07-30
  - Updated: 2013-07-31
  - Type: Bug
  - Fix Versions: [2.2.12]
  - Reporter: Uwe Barthel
  - Assigned: Unassigned
  - Attachments: [datasource.xml]
  - https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2434] Add support for JAAS groups
  - Created: 2013-08-07
  - Updated: 2013-08-13
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: David Bosschaert
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Add-support-for-groups-in-security.patch]
  - https://issues.apache.org/jira/browse/KARAF-2434
 
[KARAF-2435] Add Role-based access to JMX
  - Created: 2013-08-07
  - Updated: 2013-08-14
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: David Bosschaert
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Role-based-access-control-for-JMX.patch]
  - https://issues.apache.org/jira/browse/KARAF-2435
 


Re: [VOTE] Switch from svn to git

2013-08-30 Thread jb

Hi all,

FYI, I created the Jira at INFRA for the migration:
https://issues.apache.org/jira/browse/INFRA-6708

I'm taking care of that and keep you posted.

Regards
JB

On 2013-06-25 11:12, Jean-Baptiste Onofré wrote:

Hi all,

to follow the discussion that we had some weeks ago, I start here a
formal vote to migrate our scm from svn to git.

Please vote to approve this switch:

[ ] +1 Approve the switch (from svn to git)
[ ] -1 Do not approve the switch (please provide specific comments)

This vote will be open for 72 hours.

Thanks,
Regards
JB




Issues with Attachments: week of 2013-09-02

2013-09-02 Thread jb
 
KARAF - Monday, September 2, 2013
 
  5 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1027] Have cave:update-repository work with proxy repositories
  - Created: 2011-11-20
  - Updated: 2013-08-14
  - Type: Improvement
  - Fix Versions: [cave-2.3.0]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [proxyupdate.patch]
  - https://issues.apache.org/jira/browse/KARAF-1027
 
[KARAF-1056] Enhancements to cave:upload-artifact command
  - Created: 2011-11-28
  - Updated: 2013-08-14
  - Type: Improvement
  - Fix Versions: [cave-2.3.0]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [uploadArtifact.patch]
  - https://issues.apache.org/jira/browse/KARAF-1056
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-08-21
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2434] Add support for JAAS groups
  - Created: 2013-08-07
  - Updated: 2013-08-26
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: David Bosschaert
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Add-support-for-groups-in-security.patch, 
ListUsersCommand.java]
  - https://issues.apache.org/jira/browse/KARAF-2434
 
[KARAF-2435] Add Role-based access to JMX
  - Created: 2013-08-07
  - Updated: 2013-08-26
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: David Bosschaert
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Role-based-access-control-for-JMX.patch]
  - https://issues.apache.org/jira/browse/KARAF-2435
 


Issues with Attachments: week of 2013-09-09

2013-09-09 Thread jb
 
KARAF - Monday, September 9, 2013
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1027] Have cave:update-repository work with proxy repositories
  - Created: 2011-11-20
  - Updated: 2013-08-14
  - Type: Improvement
  - Fix Versions: [cave-2.3.0]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [proxyupdate.patch]
  - https://issues.apache.org/jira/browse/KARAF-1027
 
[KARAF-1056] Enhancements to cave:upload-artifact command
  - Created: 2011-11-28
  - Updated: 2013-08-14
  - Type: Improvement
  - Fix Versions: [cave-2.3.0]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [uploadArtifact.patch]
  - https://issues.apache.org/jira/browse/KARAF-1056
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-09-05
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Andrei Pozolotin
  - Assigned: Christian Schneider
  - Attachments: [0001-Fixing-the-scope-handling.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-08-21
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2434] Add support for JAAS groups
  - Created: 2013-08-07
  - Updated: 2013-08-26
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: David Bosschaert
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Add-support-for-groups-in-security.patch, 
ListUsersCommand.java]
  - https://issues.apache.org/jira/browse/KARAF-2434
 
[KARAF-2435] Add Role-based access to JMX
  - Created: 2013-08-07
  - Updated: 2013-08-26
  - Type: New Feature
  - Fix Versions: [3.0.0]
  - Reporter: David Bosschaert
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Role-based-access-control-for-JMX.patch]
  - https://issues.apache.org/jira/browse/KARAF-2435
 


Issues with Attachments: week of 2013-09-16

2013-09-16 Thread jb
 
KARAF - Monday, September 16, 2013
 
  13 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2189] blueprint disable service too soon at shutdown
  (2013-02-14 - Bug - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-2189
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2434] Add support for JAAS groups
  (2013-08-07 - New Feature - David Bosschaert)
  https://issues.apache.org/jira/browse/KARAF-2434
 
[KARAF-2435] Add Role-based access to JMX
  (2013-08-07 - New Feature - David Bosschaert)
  https://issues.apache.org/jira/browse/KARAF-2435
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 


Issues with Attachments: week of 2013-09-30

2013-09-30 Thread jb
 
KARAF - Monday, September 30, 2013
 
  16 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2189] blueprint disable service too soon at shutdown
  (2013-02-14 - Bug - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-2189
 
[KARAF-2434] Add support for JAAS groups
  (2013-08-07 - New Feature - David Bosschaert)
  https://issues.apache.org/jira/browse/KARAF-2434
 
[KARAF-2435] Add Role-based access to JMX
  (2013-08-07 - New Feature - David Bosschaert)
  https://issues.apache.org/jira/browse/KARAF-2435
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2474] Provide a command for dumping the System, and OSGi properties
  (2013-09-16 - Improvement - Stefano Lenzi)
  https://issues.apache.org/jira/browse/KARAF-2474
 
[KARAF-2477] Configuration changes not persisted to file when 
cluster:config-propset is executed in a cluster of nodes
  (2013-09-18 - Bug - Pablo Muñiz)
  https://issues.apache.org/jira/browse/KARAF-2477
 
[KARAF-2478] Producer status is ignored when config is updated on cluster
  (2013-09-19 - Bug - Pablo Muñiz)
  https://issues.apache.org/jira/browse/KARAF-2478
 
[KARAF-2480] cellar-event throws a HazelcastSerializationException caused 
by a ClassNotFoundException when an event has an instance of a class stored in 
the event properties
  (2013-09-23 - Bug - Lukas Roedl)
  https://issues.apache.org/jira/browse/KARAF-2480
 


Issues with Attachments: week of 2013-10-07

2013-10-07 Thread jb
 
KARAF - Monday, October 7, 2013
 
  12 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2189] blueprint disable service too soon at shutdown
  (2013-02-14 - Bug - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-2189
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2474] Provide a command for dumping the System, and OSGi properties
  (2013-09-16 - Improvement - Stefano Lenzi)
  https://issues.apache.org/jira/browse/KARAF-2474
 
[KARAF-2502] karaf-service script does not properly set the RUN_AS_GROUP 
variable if a primary group is not set
  (2013-10-04 - Bug - Jonathan Anstey)
  https://issues.apache.org/jira/browse/KARAF-2502
 


Issues with Attachments: week of 2013-10-14

2013-10-14 Thread jb
 
KARAF - Monday, October 14, 2013
 
  3 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2013-10-11
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.2.7, cellar-2.3.3]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  - Created: 2012-05-30
  - Updated: 2013-10-08
  - Type: New Feature
  - Fix Versions: [2.4.0, 3.1.0]
  - Reporter: Benjamin Reed
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1512.patch]
  - https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-2474] Provide a command for dumping the System, and OSGi properties
  - Created: 2013-09-16
  - Updated: 2013-10-04
  - Type: Improvement
  - Fix Versions: [2.2.12, 2.4.0, 3.0.0, 2.3.4]
  - Reporter: Stefano Lenzi
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [shell-dev-properties.full.patch, 
shell-dev-properties.patch]
  - https://issues.apache.org/jira/browse/KARAF-2474
 


Issues with Attachments: week of 2013-11-04

2013-11-04 Thread jb
 
KARAF - Monday, November 4, 2013
 
  10 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  - Created: 2010-09-25
  - Updated: 2013-10-23
  - Type: New Feature
  - Fix Versions: [2.4.0, 3.1.0, 2.3.4]
  - Reporter: james strachan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-222-run-mojo-1.diff]
  - https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1246] add a version checker for karaf start script
  - Created: 2012-03-02
  - Updated: 2013-10-23
  - Type: Bug
  - Fix Versions: [2.4.0, 3.0.1]
  - Reporter: Andreas Pieber
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Fix-checkJvmVersion-egrep-pattern.patch]
  - https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1309] Cellar causes Karaf container to freeze if system got network 
interface changes between container restarts
  - Created: 2012-04-04
  - Updated: 2013-10-11
  - Type: Bug
  - Fix Versions: [cellar-3.0.0, cellar-2.2.7, cellar-2.3.3]
  - Reporter: Alexey Bespaly
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [logs.tgz]
  - https://issues.apache.org/jira/browse/KARAF-1309
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  - Created: 2012-05-30
  - Updated: 2013-10-14
  - Type: New Feature
  - Fix Versions: [2.4.0, 3.1.0]
  - Reporter: Benjamin Reed
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1512.patch]
  - https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  - Created: 2012-06-13
  - Updated: 2013-10-23
  - Type: Bug
  - Fix Versions: [2.2.12, 2.4.0, 3.0.1, 2.3.4]
  - Reporter: James Carman
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-3.0_1545.diff]
  - https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-10-29
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Andrei Pozolotin
  - Assigned: Christian Schneider
  - Attachments: [0001-Fixing-the-scope-handling.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  - Created: 2013-01-14
  - Updated: 2013-10-18
  - Type: Bug
  - Fix Versions: []
  - Reporter: Konrad Hoszowski
  - Assigned: Unassigned
  - Attachments: [KARAF-2110.patch]
  - https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-10-30
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2470] maven-karaf-plugin: dependency ignored
  - Created: 2013-09-12
  - Updated: 2013-10-14
  - Type: Bug
  - Fix Versions: []
  - Reporter: Reto Bachmann-Gmür
  - Assigned: Unassigned
  - Attachments: [DependencyHelper.java-exclusion, 
DependencyHelper.java-transitive]
  - https://issues.apache.org/jira/browse/KARAF-2470
 
[KARAF-2520] Null Pointer in Dynamic-Import Command
  - Created: 2013-10-15
  - Updated: 2013-10-15
  - Type: Bug
  - Fix Versions: []
  - Reporter: Sébastien Nicouleau
  - Assigned: Unassigned
  - Attachments: [dynamic-import.patch]
  - https://issues.apache.org/jira/browse/KARAF-2520
 


Issues with Attachments: week of 2013-11-11

2013-11-11 Thread jb
 
KARAF - Monday, November 11, 2013
 
  12 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1246] add a version checker for karaf start script
  (2012-03-02 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  (2013-01-14 - Bug - Konrad Hoszowski)
  https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2558] Unit Tests in error when building from trunk  on Windows 
platform
  (2013-11-09 - Bug - Satya Deep Maheshwari)
  https://issues.apache.org/jira/browse/KARAF-2558
 


Issues with Attachments: week of 2013-11-18

2013-11-18 Thread jb
 
KARAF - Monday, November 18, 2013
 
  12 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1246] add a version checker for karaf start script
  (2012-03-02 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  (2012-06-15 - Bug - Daniel Kulp)
  https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2307] ActiveMQ Karaf commands do not work with Karaf 3
  (2013-05-06 - Bug - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-2307
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2558] Unit Tests in error when building from trunk  on Windows 
platform
  (2013-11-09 - Bug - Satya Deep Maheshwari)
  https://issues.apache.org/jira/browse/KARAF-2558
 


Issues with Attachments: week of 2013-11-25

2013-11-25 Thread jb
 
KARAF - Monday, November 25, 2013
 
  9 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  - Created: 2012-06-15
  - Updated: 2013-11-13
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Daniel Kulp
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  - Created: 2012-06-18
  - Updated: 2013-11-08
  - Type: Bug
  - Fix Versions: [2.2.12, 2.4.0, 3.0.1, 2.3.4]
  - Reporter: Hugh Rodgers
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [demo_validation.png, karaf_config_propset.png, 
karaf_log.png, metatype.xml]
  - https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  - Created: 2012-08-01
  - Updated: 2013-11-08
  - Type: Bug
  - Fix Versions: [2.2.12, 2.4.0, 3.0.1, 2.3.4]
  - Reporter: Hugh Rodgers
  - Assigned: Unassigned
  - Attachments: [DDF_Custom_Mime_Type_Resolver.png]
  - https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  - Created: 2012-10-03
  - Updated: 2013-11-08
  - Type: Bug
  - Fix Versions: [2.2.12, 2.4.0, 3.0.1, 2.3.4]
  - Reporter: Jason Montojo
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [slbug.tar-3.0.gz, slbug.tar.gz]
  - https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-11-12
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Andrei Pozolotin
  - Assigned: Unassigned
  - Attachments: [0001-Fixing-the-scope-handling.patch, KARAF-1972.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  - Created: 2013-01-17
  - Updated: 2013-11-08
  - Type: New Feature
  - Fix Versions: [2.4.0, 3.0.1, 2.3.4]
  - Reporter: Gareth Collins
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2121.patch]
  - https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2307] ActiveMQ Karaf commands do not work with Karaf 3
  - Created: 2013-05-06
  - Updated: 2013-11-14
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Christian Schneider
  - Assigned: Christian Schneider
  - Attachments: [amq-4492.patch]
  - https://issues.apache.org/jira/browse/KARAF-2307
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-10-30
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2558] Unit Tests in error when building from trunk  on Windows 
platform
  - Created: 2013-11-09
  - Updated: 2013-11-10
  - Type: Bug
  - Fix Versions: []
  - Reporter: Satya Deep Maheshwari
  - Assigned: Unassigned
  - Attachments: [KARAF-2558.patch]
  - https://issues.apache.org/jira/browse/KARAF-2558
 


Issues with Attachments: week of 2013-12-09

2013-12-09 Thread jb
 
KARAF - Monday, December 9, 2013
 
  3 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  - Created: 2012-06-15
  - Updated: 2013-11-13
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Daniel Kulp
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-11-12
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Andrei Pozolotin
  - Assigned: Unassigned
  - Attachments: [0001-Fixing-the-scope-handling.patch, KARAF-1972.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2307] ActiveMQ Karaf commands do not work with Karaf 3
  - Created: 2013-05-06
  - Updated: 2013-11-14
  - Type: Bug
  - Fix Versions: [3.0.0]
  - Reporter: Christian Schneider
  - Assigned: Christian Schneider
  - Attachments: [amq-4492.patch]
  - https://issues.apache.org/jira/browse/KARAF-2307
 


Issues with Attachments: week of 2013-12-30

2013-12-30 Thread jb
 
KARAF - Monday, December 30, 2013
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  - Created: 2012-10-19
  - Updated: 2013-12-23
  - Type: Bug
  - Fix Versions: []
  - Reporter: Hendy Irawan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf1954.zip]
  - https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-12-17
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Andrei Pozolotin
  - Assigned: Unassigned
  - Attachments: [0001-Fixing-the-scope-handling.patch, KARAF-1972.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  - Created: 2013-01-14
  - Updated: 2013-12-16
  - Type: Bug
  - Fix Versions: []
  - Reporter: Konrad Hoszowski
  - Assigned: Unassigned
  - Attachments: [KARAF-2110.patch]
  - https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-12-18
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2625] Can't Delete Default Cluster Group
  - Created: 2013-12-14
  - Updated: 2013-12-14
  - Type: Bug
  - Fix Versions: []
  - Reporter: Fernando Ribeiro
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2625.patch]
  - https://issues.apache.org/jira/browse/KARAF-2625
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  - Created: 2013-12-17
  - Updated: 2013-12-18
  - Type: Bug
  - Fix Versions: []
  - Reporter: Maarten Winkels
  - Assigned: Unassigned
  - Attachments: [karaf-2630.patch]
  - https://issues.apache.org/jira/browse/KARAF-2630
 


Issues with Attachments: week of 2014-01-06

2014-01-06 Thread jb
 
KARAF - Monday, January 6, 2014
 
  8 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  - Created: 2012-10-19
  - Updated: 2013-12-23
  - Type: Bug
  - Fix Versions: []
  - Reporter: Hendy Irawan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf1954.zip]
  - https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-12-17
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Andrei Pozolotin
  - Assigned: Unassigned
  - Attachments: [0001-Fixing-the-scope-handling.patch, KARAF-1972.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  - Created: 2013-01-14
  - Updated: 2013-12-16
  - Type: Bug
  - Fix Versions: []
  - Reporter: Konrad Hoszowski
  - Assigned: Unassigned
  - Attachments: [KARAF-2110.patch]
  - https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-12-18
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2625] Can't Delete Default Cluster Group
  - Created: 2013-12-14
  - Updated: 2013-12-14
  - Type: Bug
  - Fix Versions: []
  - Reporter: Fernando Ribeiro
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2625.patch]
  - https://issues.apache.org/jira/browse/KARAF-2625
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  - Created: 2013-12-17
  - Updated: 2014-01-04
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Maarten Winkels
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-2630.patch]
  - https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2665] EIK with custom Karaf distribution on Eclipse 3.8.x and 4.x
  - Created: 2014-01-03
  - Updated: 2014-01-04
  - Type: New Feature
  - Fix Versions: []
  - Reporter: Adam Wehner
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [eik.patch]
  - https://issues.apache.org/jira/browse/KARAF-2665
 
[KARAF-2668] EIK fails to create Karaf project with Eclipse Kepler
  - Created: 2014-01-03
  - Updated: 2014-01-04
  - Type: Bug
  - Fix Versions: []
  - Reporter: Simon Watson
  - Assigned: Unassigned
  - Attachments: [Screen+Shot+2014-01-03+at+17.40.07.png]
  - https://issues.apache.org/jira/browse/KARAF-2668
 


Issues with Attachments: week of 2014-01-13

2014-01-13 Thread jb
 
KARAF - Monday, January 13, 2014
 
  7 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1027] Have cave:update-repository work with proxy repositories
  - Created: 2011-11-20
  - Updated: 2014-01-09
  - Type: Improvement
  - Fix Versions: [cave-2.3.1]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [proxyupdate.patch]
  - https://issues.apache.org/jira/browse/KARAF-1027
 
[KARAF-1056] Enhancements to cave:upload-artifact command
  - Created: 2011-11-28
  - Updated: 2014-01-09
  - Type: Improvement
  - Fix Versions: [cave-2.3.1]
  - Reporter: Glen Mazza
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [uploadArtifact.patch]
  - https://issues.apache.org/jira/browse/KARAF-1056
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  - Created: 2012-10-19
  - Updated: 2013-12-23
  - Type: Bug
  - Fix Versions: []
  - Reporter: Hendy Irawan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf1954.zip]
  - https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2013-12-17
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Andrei Pozolotin
  - Assigned: Unassigned
  - Attachments: [0001-Fixing-the-scope-handling.patch, KARAF-1972.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2013-12-18
  - Type: Bug
  - Fix Versions: []
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  - Created: 2013-12-17
  - Updated: 2014-01-04
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Maarten Winkels
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-2630.patch]
  - https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2676] Editing properties in configuration files managed via 
MangedServiceFactories leads to corrupt property file
  - Created: 2014-01-09
  - Updated: 2014-01-12
  - Type: Improvement
  - Fix Versions: []
  - Reporter: Achim Finke
  - Assigned: Christian Schneider
  - Attachments: [ConfigManagedServiceFactoryTest.java]
  - https://issues.apache.org/jira/browse/KARAF-2676
 


Issues with Attachments: week of 2014-01-20

2014-01-20 Thread jb
 
KARAF - Monday, January 20, 2014
 
  14 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1027] Have cave:update-repository work with proxy repositories
  (2011-11-20 - Improvement - Glen Mazza)
  https://issues.apache.org/jira/browse/KARAF-1027
 
[KARAF-1056] Enhancements to cave:upload-artifact command
  (2011-11-28 - Improvement - Glen Mazza)
  https://issues.apache.org/jira/browse/KARAF-1056
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1954] NullPointerException on custom Karaf shell command: 
ClassNotFoundException: org.apache.felix.service.command.Function not found
  (2012-10-19 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1954
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2687] Better thread name for lock and shutdown background threads
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2687
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 


Issues with Attachments: week of 2014-01-27

2014-01-27 Thread jb
 
KARAF - Monday, January 27, 2014
 
  16 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1027] Have cave:update-repository work with proxy repositories
  (2011-11-20 - Improvement - Glen Mazza)
  https://issues.apache.org/jira/browse/KARAF-1027
 
[KARAF-1056] Enhancements to cave:upload-artifact command
  (2011-11-28 - Improvement - Glen Mazza)
  https://issues.apache.org/jira/browse/KARAF-1056
 
[KARAF-1166] karaf-maven-plugin pom.xml has missing dependencies
  (2012-01-19 - Bug - Nicolai Guba)
  https://issues.apache.org/jira/browse/KARAF-1166
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  (2013-01-14 - Bug - Konrad Hoszowski)
  https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2687] Better thread name for lock and shutdown background threads
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2687
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 


Issues with Attachments: week of 2014-02-03

2014-02-03 Thread jb
 
KARAF - Monday, February 3, 2014
 
  18 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1027] Have cave:update-repository work with proxy repositories
  (2011-11-20 - Improvement - Glen Mazza)
  https://issues.apache.org/jira/browse/KARAF-1027
 
[KARAF-1056] Enhancements to cave:upload-artifact command
  (2011-11-28 - Improvement - Glen Mazza)
  https://issues.apache.org/jira/browse/KARAF-1056
 
[KARAF-1166] karaf-maven-plugin pom.xml has missing dependencies
  (2012-01-19 - Bug - Nicolai Guba)
  https://issues.apache.org/jira/browse/KARAF-1166
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  (2013-01-14 - Bug - Konrad Hoszowski)
  https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2687] Better thread name for lock and shutdown background threads
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2687
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2744] Actualize the manual about writing tests to 
pax-exam-container-karaf 
  (2014-01-29 - Documentation - Krzysztof Sobkowiak)
  https://issues.apache.org/jira/browse/KARAF-2744
 


Re: [DISCUSS] Migration to SCR

2014-02-03 Thread jb

Good points Ioannis,

my point is just about the message for we send to the users and 
community.


You are right, it took long time to release Karaf 3.0.0, but it doesn't 
mean that it would be the same for 4.0.0.


My point is just to send a message for users/community like: hey, we 
did deep changes ;)


Regards
JB

On 2014-02-03 16:24, Ioannis Canellos wrote:

I would plan this for Karaf 4.0.0, even if it's internal.


While I don't have a strong objection on having it as part of a 4.x
release, that would mean that it will get pushed back way into the
future.
3.x release took us almost 3 years to get out and we stalled 2.3.x for
1.5 year in favour of 3.x.

What I take from that experience, is that its not a good idea to push
stuff to major releases, when they are candidates for a major release.

It's an important jump internally in Karaf, and should be addressed in 
a

major release.


I agree that this is an important change. Semantic versioning doesn't
force us to push important changes to major releases. Since we are
talking about a change that is transparent to the user, the importance
of the change is a good reason to deliver it asap :-)

We just release Karaf 3.0.0, and we have to let people and other 
projects to

move smoothly (even if as you said, you should not have impact).


This is another good reason, for not rushing a 4.x release.


Re: EIK support for Karaf 3.0.x and Eclipse Kepler

2014-02-03 Thread jb

Hi Simon,

It's my fault, I'm late on EIK release (busy with some releases, and 
fixes).


I will review your Jira later today and tomorrow. I will keep you 
posted.


Don't hesitate to ping me, please.

Regards
JB

On 2014-02-03 20:19, siwatson wrote:
Hi, I posted this to the users list last week but didn't get any 
feedback,

and maybe it's better suited to the dev list anyway...

I'm hoping to migrate from Eclipse Virgo to Apache Karaf. Until now, 
we've

relied on Virgo's Eclipse IDE tooling to create bundles and deploy to a
local dev server, giving a quick compile-run-debug lifecycle within the 
IDE.


Looking at Karaf, I see there is an EIK project which seems to offer 
similar
functionality. I've tried the 0.9 build and some 0.10 snapshots from 
early
January but I'm unable to get it working with the latest versions of 
Karaf
and/or Eclipse. I don't really want to downgrade to get the tools work 
if I

can help it. I've raised a couple of JIRAs and can see there are a few
others in a similar situation.

I can appreciate that EIK probably isn't the top priority for the 
developers
so I just wanted to ask if there's a plan for addressing these issues 
and

creating a new release anytime soon?

Thanks,

Simon.



--
View this message in context:
http://karaf.922171.n3.nabble.com/EIK-support-for-Karaf-3-0-x-and-Eclipse-Kepler-tp4031500.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: EIK support for Karaf 3.0.x and Eclipse Kepler

2014-02-03 Thread jb

Hi Simon,

oh yes, I will probably publish a couple of EIK SNAPSHOTs, if you can 
test it, it would be great.


Thanks !
Regards
JB

On 2014-02-04 00:16, siwatson wrote:

Hi JB,

Absolutely no apology needed. I only have to look at the number of 
replies
you write on this forum to realise how busy you are! If you are able to 
find
some time to review the status of EIK then I would be very grateful and 
I
think it would be useful to other developers. If I can help you test 
any new

snapshot releases then please just let me know.

Thanks,

Simon.



--
View this message in context:
http://karaf.922171.n3.nabble.com/EIK-support-for-Karaf-3-0-x-and-Eclipse-Kepler-tp4031500p4031503.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Issues with Attachments: week of 2014-02-10

2014-02-10 Thread jb
 
KARAF - Monday, February 10, 2014
 
  16 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-1166] karaf-maven-plugin pom.xml has missing dependencies
  (2012-01-19 - Bug - Nicolai Guba)
  https://issues.apache.org/jira/browse/KARAF-1166
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  (2013-01-14 - Bug - Konrad Hoszowski)
  https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2687] Better thread name for lock and shutdown background threads
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2687
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2744] Actualize the manual about writing tests to 
pax-exam-container-karaf 
  (2014-01-29 - Documentation - Krzysztof Sobkowiak)
  https://issues.apache.org/jira/browse/KARAF-2744
 


Issues with Attachments: week of 2014-02-17

2014-02-17 Thread jb
 
KARAF - Monday, February 17, 2014
 
  7 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1166] karaf-maven-plugin pom.xml has missing dependencies
  - Created: 2012-01-19
  - Updated: 2014-01-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Nicolai Guba
  - Assigned: Unassigned
  - Attachments: [pom.xml]
  - https://issues.apache.org/jira/browse/KARAF-1166
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  - Created: 2013-01-14
  - Updated: 2014-01-27
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Konrad Hoszowski
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2110.patch]
  - https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  - Created: 2013-07-16
  - Updated: 2014-01-27
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Robert Munteanu
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [maven-3.1.0.patch, maven_upgrade.patch]
  - https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  - Created: 2014-01-16
  - Updated: 2014-02-13
  - Type: Improvement
  - Fix Versions: [2.4.0, 3.0.1, 2.3.5]
  - Reporter: Claus Ibsen
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [Screen+Shot+2014-01-16+at+3.05.16+PM.png]
  - https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  - Created: 2014-01-29
  - Updated: 2014-01-29
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Partha Roy
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-filtering-bug.tar.gz]
  - https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  - Created: 2014-01-29
  - Updated: 2014-01-29
  - Type: Bug
  - Fix Versions: [3.0.1]
  - Reporter: Partha Roy
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-camel-bug.tar.gz]
  - https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2744] Actualize the manual about writing tests to 
pax-exam-container-karaf 
  - Created: 2014-01-29
  - Updated: 2014-01-29
  - Type: Documentation
  - Fix Versions: []
  - Reporter: Krzysztof Sobkowiak
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-KARAF-2744-karaf-2.x.patch, 0001-KARAF-2744.patch]
  - https://issues.apache.org/jira/browse/KARAF-2744
 


Issues with Attachments: week of 2014-02-24

2014-02-24 Thread jb
 
KARAF - Monday, February 24, 2014
 
  17 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-688] Ability to retrieve a available list of a specific maven 
artifact's versions via ( with given groupId and artifactId ) 
  (2011-06-26 - New Feature - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-688
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1074] features-maven-plugin collects wrong artifacts
  (2011-12-01 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1074
 
[KARAF-1146] features-maven-plugin collects wrong artifacts
  (2012-01-12 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1146
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  (2013-01-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  (2013-01-08 - Bug - Filippo Rossoni)
  https://issues.apache.org/jira/browse/KARAF-2103
 
[KARAF-2110] karaf-maven-plugin fails to use features with bundles with 
wrap keyword
  (2013-01-14 - Bug - Konrad Hoszowski)
  https://issues.apache.org/jira/browse/KARAF-2110
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2647] make eik compatible with Karaf 3.x
  (2013-12-21 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2647
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2744] Actualize the manual about writing tests to 
pax-exam-container-karaf 
  (2014-01-29 - Documentation - Krzysztof Sobkowiak)
  https://issues.apache.org/jira/browse/KARAF-2744
 


Issues with Attachments: week of 2014-03-03

2014-03-03 Thread jb
 
KARAF - Monday, March 3, 2014
 
  24 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-334] At startup, Karaf does not support urls like mvn:, obr:.
  (2010-12-20 - Improvement - Stephane Chomat)
  https://issues.apache.org/jira/browse/KARAF-334
 
[KARAF-666] Update site to scalate 1.5.0
  (2011-06-03 - Dependency upgrade - Jamie goodyear)
  https://issues.apache.org/jira/browse/KARAF-666
 
[KARAF-688] Ability to retrieve a available list of a specific maven 
artifact's versions via ( with given groupId and artifactId ) 
  (2011-06-26 - New Feature - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-688
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1074] features-maven-plugin collects wrong artifacts
  (2011-12-01 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1074
 
[KARAF-1146] features-maven-plugin collects wrong artifacts
  (2012-01-12 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-1146
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  (2013-01-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  (2013-01-08 - Bug - Filippo Rossoni)
  https://issues.apache.org/jira/browse/KARAF-2103
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2792] shared cm-properties empty for second bundle
  (2014-02-25 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-2792
 
[KARAF-2796] Update EIK manual
  (2014-02-26 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2796
 


Issues with Attachments: week of 2014-03-10

2014-03-10 Thread jb
 
KARAF - Monday, March 10, 2014
 
  26 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-334] At startup, Karaf does not support urls like mvn:, obr:.
  (2010-12-20 - Improvement - Stephane Chomat)
  https://issues.apache.org/jira/browse/KARAF-334
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  (2011-05-13 - Bug - David Valeri)
  https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-666] Update site to scalate 1.5.0
  (2011-06-03 - Dependency upgrade - Jamie goodyear)
  https://issues.apache.org/jira/browse/KARAF-666
 
[KARAF-688] Ability to retrieve a available list of a specific maven 
artifact's versions via ( with given groupId and artifactId ) 
  (2011-06-26 - New Feature - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-688
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  (2013-01-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  (2013-01-08 - Bug - Filippo Rossoni)
  https://issues.apache.org/jira/browse/KARAF-2103
 
[KARAF-2395] karaf:features-generate-descriptor fails with Maven 3.1.0 : No 
implementation for org.sonatype.aether.RepositorySystem was bound
  (2013-07-16 - Bug - Robert Munteanu)
  https://issues.apache.org/jira/browse/KARAF-2395
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  (2013-07-30 - Bug - Uwe Barthel)
  https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2792] shared cm-properties empty for second bundle
  (2014-02-25 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-2792
 
[KARAF-2796] Update EIK manual
  (2014-02-26 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2796
 
[KARAF-2807] Unable to have multiple subshells in one bundle
  (2014-03-06 - Bug - Rebecca Chan)
  https://issues.apache.org/jira/browse/KARAF-2807
 
[KARAF-2812] Possible deadlock in tooling/exam/container at the end of itest
  (2014-03-06 - Bug - Grzegorz Grzybek)
  https://issues.apache.org/jira/browse/KARAF-2812
 


Re: Error building karaf master branch

2014-03-12 Thread jb

Hi Tim,

Which Maven version did you use ?

You can bypass the invoker test using -DskipInvoker=true.

Regards
JB

On 2014-03-12 19:20, Tim Moloney wrote:
I see that you pushed your changes to support Maven 3.1 and 3.2.  Thank 
you.


Unfortunately, now I'm getting a different error.

...
[INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
karaf-maven-plugin ---
[INFO] Building: test-check-dependencies-failure/pom.xml
[INFO] run script
/home/tmmoloney/apache-karaf-master/tooling/karaf-maven-plugin/target/it/test-check-dependencies-failure/verify.bsh
[INFO] ..FAILED (106.1 s)
[INFO]   The post-build script returned false.
...
[INFO] Apache Karaf :: Tooling ... SUCCESS [  
0.062 s]
[INFO] Apache Karaf :: Tooling :: Maven Karaf Plugin . FAILURE 
[03:48 min]

[INFO] Apache Karaf :: Assemblies  SKIPPED
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-invoker-plugin:1.6:run
(integration-test) on project karaf-maven-plugin: 1 build failed. See
console output above for details. - [Help 1]
...


On Fri, Feb 28, 2014 at 10:51 AM, Jean-Baptiste Onofré 
j...@nanthrax.net wrote:
Yes, and thanks for that. However I refactored the plugin to use the 
new

plugin-plugin-api.

It allows to better test the plugin and use the new Maven 
architecture.


Regards
JB


On 02/28/2014 04:30 PM, Grzegorz Grzybek wrote:


Jean - I've prepared pull request for
https://issues.apache.org/jira/browse/KARAF-2395 a while ago. Tested 
it

successfully with both Maven 3.0.5 and 3.1.1.

Please have a look: https://github.com/apache/karaf/pull/24.

regards
Grzegorz Grzybek


2014-02-28 16:07 GMT+01:00 Jean-Baptiste Onofré j...@nanthrax.net:

Hopefully, During the week end (I have to merge my plugin work 
branch).


Regards
JB


On 02/28/2014 04:05 PM, Tim Moloney wrote:


Okay, thanks.

Do you have an estimated time frame for your push?

Tim


On Fri, Feb 28, 2014 at 9:58 AM, Jean-Baptiste Onofré 
j...@nanthrax.net

wrote:


Hi Tim,

you have to use Maven 3.0.x.

I'm upgrading the maven-karaf-plugin to support Maven 3.1 and 3.2, 
but

I
didn't push yet.

Regards
JB


On 02/28/2014 03:54 PM, Tim Moloney wrote:



I ran the following

bash git clone https://git-wip-us.apache.org/repos/asf/karaf.git
apache-karaf-master
bash cd apache-karaf-master
bash set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m
bash mvn clean install

and got the following output

...
[INFO] Apache Karaf :: JMS ... 
SUCCESS [

0.036 s]
[INFO] Apache Karaf :: JMS :: Core ... 
SUCCESS [

19.121 s]
[INFO] Apache Karaf :: JMS :: Command  
SUCCESS [

0.841 s]
[INFO] Apache Karaf :: Tooling :: Maven Karaf Plugin . 
SUCCESS [

5.710 s]
[INFO] Apache Karaf :: Assemblies  
SUCCESS [

0.049 s]
[INFO] Apache Karaf :: Assemblies :: Features  
SUCCESS [

0.094 s]
[INFO] Apache Karaf :: Assemblies :: Features :: Framework  
FAILURE [

37.756 s]
[INFO] Apache Karaf :: Assemblies :: Features :: Standard  
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Features :: Spring .. 
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Features :: Enterprise  
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Demos ... 
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Minimal Distribution  
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Default Distribution  
SKIPPED
[INFO] Apache Karaf :: Demos . 
SKIPPED
[INFO] Apache Karaf :: Demos :: Web .. 
SKIPPED
[INFO] Apache Karaf :: Demos :: Branding :: Shell  
SKIPPED
[INFO] Apache Karaf :: Demos :: Command :: Extend Console  
SKIPPED
[INFO] Apache Karaf :: Demos :: Demo Dump provider ... 
SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer . 
SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Kar .. 
SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Bundle ... 
SKIPPED
[INFO] Apache Karaf :: Archetypes  
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Assembly Archetype .. 
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Command Archetype ... 
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Feature Archetype ... 
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Kar Archetype ... 
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Bundle Archetype  
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Blueprint Archetype . 
SKIPPED
[INFO] Apache Karaf :: Integration Tests . 
SKIPPED

[INFO]


[INFO] BUILD FAILURE
[INFO]


[INFO] Total time: 07:28 min
[INFO] Finished at: 2014-02-28T09:20:12-05:00
[INFO] Final Memory: 125M/298M
[INFO]


[ERROR] Failed to execute goal

org.apache.karaf.tooling:karaf-maven-plugin:3.1.0-
SNAPSHOT:features-generate-descriptor
(compile

Re: Error building karaf master branch

2014-03-12 Thread jb

OK, I gonna take a look. I keep you posted.

Regards
JB

On 2014-03-12 20:58, Tim Moloney wrote:

bash mvn --version
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T12:37:52-05:00)
Maven home: /home/tmmoloney/apache-maven-3.2.1
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_51/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: linux, version: 3.13.3-201.fc20.i686+pae, arch: i386,
family: unix

Using -DskipInvoker=true didn't work for me.
Running the following gave me the same error message.
bash mvn -Dmaven.test.skip=true -DskipInvoker=true clean install

Thanks for your help.
Tim


On Wed, Mar 12, 2014 at 3:25 PM,  j...@nanthrax.net wrote:

Hi Tim,

Which Maven version did you use ?

You can bypass the invoker test using -DskipInvoker=true.

Regards
JB


On 2014-03-12 19:20, Tim Moloney wrote:


I see that you pushed your changes to support Maven 3.1 and 3.2.  
Thank

you.

Unfortunately, now I'm getting a different error.

...
[INFO] --- maven-invoker-plugin:1.6:run (integration-test) @
karaf-maven-plugin ---
[INFO] Building: test-check-dependencies-failure/pom.xml
[INFO] run script

/home/tmmoloney/apache-karaf-master/tooling/karaf-maven-plugin/target/it/test-check-dependencies-failure/verify.bsh
[INFO] ..FAILED (106.1 s)
[INFO]   The post-build script returned false.
...
[INFO] Apache Karaf :: Tooling ... SUCCESS [
0.062 s]
[INFO] Apache Karaf :: Tooling :: Maven Karaf Plugin . FAILURE 
[03:48

min]
[INFO] Apache Karaf :: Assemblies  SKIPPED
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-invoker-plugin:1.6:run
(integration-test) on project karaf-maven-plugin: 1 build failed. See
console output above for details. - [Help 1]
...


On Fri, Feb 28, 2014 at 10:51 AM, Jean-Baptiste Onofré 
j...@nanthrax.net

wrote:


Yes, and thanks for that. However I refactored the plugin to use the 
new

plugin-plugin-api.

It allows to better test the plugin and use the new Maven 
architecture.


Regards
JB


On 02/28/2014 04:30 PM, Grzegorz Grzybek wrote:



Jean - I've prepared pull request for
https://issues.apache.org/jira/browse/KARAF-2395 a while ago. 
Tested it

successfully with both Maven 3.0.5 and 3.1.1.

Please have a look: https://github.com/apache/karaf/pull/24.

regards
Grzegorz Grzybek


2014-02-28 16:07 GMT+01:00 Jean-Baptiste Onofré j...@nanthrax.net:


Hopefully, During the week end (I have to merge my plugin work
branch).

Regards
JB


On 02/28/2014 04:05 PM, Tim Moloney wrote:


Okay, thanks.

Do you have an estimated time frame for your push?

Tim


On Fri, Feb 28, 2014 at 9:58 AM, Jean-Baptiste Onofré
j...@nanthrax.net
wrote:


Hi Tim,

you have to use Maven 3.0.x.

I'm upgrading the maven-karaf-plugin to support Maven 3.1 and 
3.2,

but
I
didn't push yet.

Regards
JB


On 02/28/2014 03:54 PM, Tim Moloney wrote:



I ran the following

bash git clone 
https://git-wip-us.apache.org/repos/asf/karaf.git

apache-karaf-master
bash cd apache-karaf-master
bash set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m
bash mvn clean install

and got the following output

...
[INFO] Apache Karaf :: JMS ... 
SUCCESS [

0.036 s]
[INFO] Apache Karaf :: JMS :: Core ... 
SUCCESS [

19.121 s]
[INFO] Apache Karaf :: JMS :: Command  
SUCCESS [

0.841 s]
[INFO] Apache Karaf :: Tooling :: Maven Karaf Plugin . 
SUCCESS [

5.710 s]
[INFO] Apache Karaf :: Assemblies  
SUCCESS [

0.049 s]
[INFO] Apache Karaf :: Assemblies :: Features  
SUCCESS [

0.094 s]
[INFO] Apache Karaf :: Assemblies :: Features :: Framework  
FAILURE

[
37.756 s]
[INFO] Apache Karaf :: Assemblies :: Features :: Standard  
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Features :: Spring .. 
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Features :: Enterprise  
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Demos ... 
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Minimal Distribution  
SKIPPED
[INFO] Apache Karaf :: Assemblies :: Default Distribution  
SKIPPED
[INFO] Apache Karaf :: Demos . 
SKIPPED
[INFO] Apache Karaf :: Demos :: Web .. 
SKIPPED
[INFO] Apache Karaf :: Demos :: Branding :: Shell  
SKIPPED
[INFO] Apache Karaf :: Demos :: Command :: Extend Console  
SKIPPED
[INFO] Apache Karaf :: Demos :: Demo Dump provider ... 
SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer . 
SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Kar .. 
SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Bundle ... 
SKIPPED
[INFO] Apache Karaf :: Archetypes  
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Assembly Archetype .. 
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Command Archetype ... 
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Feature Archetype ... 
SKIPPED
[INFO] Apache Karaf :: Archetypes :: Kar

Issues with Attachments: week of 2014-03-17

2014-03-17 Thread jb
 
KARAF - Monday, March 17, 2014
 
  24 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-334] At startup, Karaf does not support urls like mvn:, obr:.
  (2010-12-20 - Improvement - Stephane Chomat)
  https://issues.apache.org/jira/browse/KARAF-334
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  (2011-05-13 - Bug - David Valeri)
  https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-666] Update site to scalate 1.5.0
  (2011-06-03 - Dependency upgrade - Jamie goodyear)
  https://issues.apache.org/jira/browse/KARAF-666
 
[KARAF-688] Ability to retrieve a available list of a specific maven 
artifact's versions via ( with given groupId and artifactId ) 
  (2011-06-26 - New Feature - Dan Tran)
  https://issues.apache.org/jira/browse/KARAF-688
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2100] Use HashCodeBuilder and EqualsBuilder in 
org.apache.karaf.eik.workbench
  (2013-01-07 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2100
 
[KARAF-2103] use internal api
  (2013-01-08 - Bug - Filippo Rossoni)
  https://issues.apache.org/jira/browse/KARAF-2103
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  (2013-07-30 - Bug - Uwe Barthel)
  https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2792] shared cm-properties empty for second bundle
  (2014-02-25 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-2792
 
[KARAF-2796] Update EIK manual
  (2014-02-26 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2796
 
[KARAF-2807] Unable to have multiple subshells in one bundle
  (2014-03-06 - Bug - Rebecca Chan)
  https://issues.apache.org/jira/browse/KARAF-2807
 
[KARAF-2812] Possible deadlock in tooling/exam/container at the end of itest
  (2014-03-06 - Bug - Grzegorz Grzybek)
  https://issues.apache.org/jira/browse/KARAF-2812
 


Issues with Attachments: week of 2014-03-24

2014-03-24 Thread jb
 
KARAF - Monday, March 24, 2014
 
  19 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-334] At startup, Karaf does not support urls like mvn:, obr:.
  (2010-12-20 - Improvement - Stephane Chomat)
  https://issues.apache.org/jira/browse/KARAF-334
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  (2011-05-13 - Bug - David Valeri)
  https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-666] Update site to scalate 1.5.0
  (2011-06-03 - Dependency upgrade - Jamie goodyear)
  https://issues.apache.org/jira/browse/KARAF-666
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  (2013-07-30 - Bug - Uwe Barthel)
  https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2792] shared cm-properties empty for second bundle
  (2014-02-25 - Bug - Alexey Markevich)
  https://issues.apache.org/jira/browse/KARAF-2792
 
[KARAF-2796] Update EIK manual
  (2014-02-26 - Task - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2796
 
[KARAF-2807] Unable to have multiple subshells in one bundle
  (2014-03-06 - Bug - Rebecca Chan)
  https://issues.apache.org/jira/browse/KARAF-2807
 
[KARAF-2812] Possible deadlock in tooling/exam/container at the end of itest
  (2014-03-06 - Bug - Grzegorz Grzybek)
  https://issues.apache.org/jira/browse/KARAF-2812
 


Issues with Attachments: week of 2014-03-31

2014-03-31 Thread jb
 
KARAF - Monday, March 31, 2014
 
  7 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  - Created: 2010-09-25
  - Updated: 2014-03-28
  - Type: New Feature
  - Fix Versions: [2.4.0, 4.0.0, 2.3.5]
  - Reporter: james strachan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-222-run-mojo-1.diff]
  - https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  - Created: 2011-05-13
  - Updated: 2014-03-09
  - Type: Bug
  - Fix Versions: [3.0.1, 4.0.0]
  - Reporter: David Valeri
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-639-2.2.x-tests.patch, KARAF-639-trunk-tests.patch]
  - https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  - Created: 2012-06-18
  - Updated: 2014-03-04
  - Type: Bug
  - Fix Versions: [2.4.0, 2.3.5]
  - Reporter: Hugh Rodgers
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [demo_validation.png, karaf_config_propset.png, 
karaf_log.png, metatype.xml]
  - https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  - Created: 2013-07-30
  - Updated: 2014-03-18
  - Type: Bug
  - Fix Versions: []
  - Reporter: Uwe Barthel
  - Assigned: Unassigned
  - Attachments: [datasource.xml]
  - https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2807] Unable to have multiple subshells in one bundle
  - Created: 2014-03-06
  - Updated: 2014-03-06
  - Type: Bug
  - Fix Versions: [3.0.1, 4.0.0]
  - Reporter: Rebecca Chan
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [fixSubshell.patch]
  - https://issues.apache.org/jira/browse/KARAF-2807
 
[KARAF-2812] Possible deadlock in tooling/exam/container at the end of itest
  - Created: 2014-03-06
  - Updated: 2014-03-26
  - Type: Bug
  - Fix Versions: []
  - Reporter: Grzegorz Grzybek
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [deadlock.png]
  - https://issues.apache.org/jira/browse/KARAF-2812
 
[KARAF-2854] Add German Language
  - Created: 2014-03-27
  - Updated: 2014-03-27
  - Type: Improvement
  - Fix Versions: []
  - Reporter: Christoph Emmersberger
  - Assigned: Unassigned
  - Attachments: [KARAF-2854.patch, german-flag.png]
  - https://issues.apache.org/jira/browse/KARAF-2854
 


Issues with Attachments: week of 2014-04-14

2014-04-14 Thread jb
 
KARAF - Monday, April 14, 2014
 
  27 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  (2011-05-13 - Bug - David Valeri)
  https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1246] add a version checker for karaf start script
  (2012-03-02 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  (2012-06-15 - Bug - Daniel Kulp)
  https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-1993] Improve EIK karafDataprovider
  (2012-11-03 - Improvement - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1993
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  (2013-07-30 - Bug - Uwe Barthel)
  https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2812] Possible deadlock in tooling/exam/container at the end of itest
  (2014-03-06 - Bug - Grzegorz Grzybek)
  https://issues.apache.org/jira/browse/KARAF-2812
 
[KARAF-2854] Add German Language
  (2014-03-27 - Improvement - Christoph Emmersberger)
  https://issues.apache.org/jira/browse/KARAF-2854
 
[KARAF-2881] Setting multiple properties via 'config:propset -p' as a 
single command adopts the last property only
  (2014-04-03 - Bug - Achim Finke)
  

Issues with Attachments: week of 2014-04-21

2014-04-21 Thread jb
 
KARAF - Monday, April 21, 2014
 
  27 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  (2011-05-13 - Bug - David Valeri)
  https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1246] add a version checker for karaf start script
  (2012-03-02 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  (2012-06-15 - Bug - Daniel Kulp)
  https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-1993] Improve EIK karafDataprovider
  (2012-11-03 - Improvement - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1993
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  (2013-07-30 - Bug - Uwe Barthel)
  https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Bachmann-Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2812] Possible deadlock in tooling/exam/container at the end of itest
  (2014-03-06 - Bug - Grzegorz Grzybek)
  https://issues.apache.org/jira/browse/KARAF-2812
 
[KARAF-2854] Add German Language
  (2014-03-27 - Improvement - Christoph Emmersberger)
  https://issues.apache.org/jira/browse/KARAF-2854
 
[KARAF-2881] Setting multiple properties via 'config:propset -p' as a 
single command adopts the last property only
  (2014-04-03 - Bug - Achim Finke)
  

Issues with Attachments: week of 2014-04-28

2014-04-28 Thread jb
 
KARAF - Monday, April 28, 2014
 
  27 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  (2011-05-13 - Bug - David Valeri)
  https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1246] add a version checker for karaf start script
  (2012-03-02 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  (2012-06-15 - Bug - Daniel Kulp)
  https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-1993] Improve EIK karafDataprovider
  (2012-11-03 - Improvement - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-1993
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  (2013-07-30 - Bug - Uwe Barthel)
  https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2812] Possible deadlock in tooling/exam/container at the end of itest
  (2014-03-06 - Bug - Grzegorz Grzybek)
  https://issues.apache.org/jira/browse/KARAF-2812
 
[KARAF-2881] Setting multiple properties via 'config:propset -p' as a 
single command adopts the last property only
  (2014-04-03 - Bug - Achim Finke)
  https://issues.apache.org/jira/browse/KARAF-2881
 
[KARAF-2884] Npe in eik when try to start karaf server from wtp.
  (2014-04-06 - Bug - filippo 

Issues with Attachments: week of 2014-05-05

2014-05-05 Thread jb
 
KARAF - Monday, May 5, 2014
 
  24 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-132] The user name for the main console session is always karaf
  (2010-07-21 - Bug - Guillaume Nodet)
  https://issues.apache.org/jira/browse/KARAF-132
 
[KARAF-222] Provide karaf:run, karaf:deploy, karaf:client Maven goals
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-639] Karaf Plug-in validate goal doesn't support various aspects of 
PAX MVN/URL
  (2011-05-13 - Bug - David Valeri)
  https://issues.apache.org/jira/browse/KARAF-639
 
[KARAF-1018] using auto-complete (TAB key) on commands that don't take 
Arguments/Options throws IndexOutOfBoundsException. 
  (2011-11-16 - Bug - Adam Lavie)
  https://issues.apache.org/jira/browse/KARAF-1018
 
[KARAF-1246] add a version checker for karaf start script
  (2012-03-02 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1246
 
[KARAF-1333] Support for M2E workspace resolution via reference: protocol
  (2012-04-06 - Improvement - Tuomas Kiviaho)
  https://issues.apache.org/jira/browse/KARAF-1333
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1514] Improve feature file generation to be able to create features 
out of special feature poms
  (2012-05-31 - Improvement - Christian Schneider)
  https://issues.apache.org/jira/browse/KARAF-1514
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1553] Command service references should be AUTO_EXPORT_INTERFACES
  (2012-06-15 - Bug - Daniel Kulp)
  https://issues.apache.org/jira/browse/KARAF-1553
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1701] Parsing of config for a field with cardinality  1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1894] Framework's active start level is set to 
org.osgi.framework.startlevel.beginning too early when launching Karaf with 
empty bundle cache
  (2012-10-03 - Bug - Jason Montojo)
  https://issues.apache.org/jira/browse/KARAF-1894
 
[KARAF-1972] karaf-maven-plugin should respect scope
  (2012-10-24 - Bug - Andrei Pozolotin)
  https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
jndi
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2420] blueprint deployer: redeploy untouched blueprint xml in deploy 
folder after restart
  (2013-07-30 - Bug - Uwe Barthel)
  https://issues.apache.org/jira/browse/KARAF-2420
 
[KARAF-2468] karaf-maven-plugin to support creation of partialbundlelists 
for sling launchpad
  (2013-09-11 - Improvement - Reto Gmür)
  https://issues.apache.org/jira/browse/KARAF-2468
 
[KARAF-2630] GenerateDescriptorMojo does not resolve conflicts
  (2013-12-17 - Bug - Maarten Winkels)
  https://issues.apache.org/jira/browse/KARAF-2630
 
[KARAF-2688] Karaf info - Add memory details about perm gen pool
  (2014-01-16 - Improvement - Claus Ibsen)
  https://issues.apache.org/jira/browse/KARAF-2688
 
[KARAF-2742] karaf-maven-plugin can not include filtered resources in a 
custom distribution
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2742
 
[KARAF-2743] karaf-maven-plugin can not create custom Karaf with Apache 
Camel
  (2014-01-29 - Bug - Partha Roy)
  https://issues.apache.org/jira/browse/KARAF-2743
 
[KARAF-2884] Npe in eik when try to start karaf server from wtp.
  (2014-04-06 - Bug - filippo balicchia)
  https://issues.apache.org/jira/browse/KARAF-2884
 
[KARAF-2943] Wrong polymorphism leads to null variables
  (2014-04-25 - Bug - Achim Finke)
  https://issues.apache.org/jira/browse/KARAF-2943
 


Issues with Attachments: week of 2014-05-12

2014-05-12 Thread jb
 
KARAF - Monday, May 12, 2014
 
  4 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  - Created: 2012-05-30
  - Updated: 2014-04-23
  - Type: New Feature
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Benjamin Reed
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1512.patch]
  - https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2014-04-24
  - Type: Bug
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Andrei Pozolotin
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Fixing-the-scope-handling.patch, KARAF-1972.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-1993] Improve EIK karafDataprovider
  - Created: 2012-11-03
  - Updated: 2014-05-09
  - Type: Improvement
  - Fix Versions: [eik-2.3.1, eik-3.0.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1993.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1993
 
[KARAF-2943] Wrong polymorphism leads to null variables
  - Created: 2014-04-25
  - Updated: 2014-04-25
  - Type: Bug
  - Fix Versions: []
  - Reporter: Achim Finke
  - Assigned: Unassigned
  - Attachments: [karaf.patch]
  - https://issues.apache.org/jira/browse/KARAF-2943
 


Issues with Attachments: week of 2014-05-19

2014-05-19 Thread jb
 
KARAF - Monday, May 19, 2014
 
  4 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1512] enhancement: add self to generated feature in 
features-generate-descriptor goal
  - Created: 2012-05-30
  - Updated: 2014-04-23
  - Type: New Feature
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Benjamin Reed
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1512.patch]
  - https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1972] karaf-maven-plugin should respect scope
  - Created: 2012-10-24
  - Updated: 2014-04-24
  - Type: Bug
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Andrei Pozolotin
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [0001-Fixing-the-scope-handling.patch, KARAF-1972.patch]
  - https://issues.apache.org/jira/browse/KARAF-1972
 
[KARAF-1993] Improve EIK karafDataprovider
  - Created: 2012-11-03
  - Updated: 2014-05-09
  - Type: Improvement
  - Fix Versions: [eik-2.3.1, eik-3.0.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1993.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1993
 
[KARAF-2943] Wrong polymorphism leads to null variables
  - Created: 2014-04-25
  - Updated: 2014-04-25
  - Type: Bug
  - Fix Versions: []
  - Reporter: Achim Finke
  - Assigned: Unassigned
  - Attachments: [karaf.patch]
  - https://issues.apache.org/jira/browse/KARAF-2943
 


Issues with Attachments: week of 2014-05-26

2014-05-26 Thread jb
 
KARAF - Monday, May 26, 2014
 
  4 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1993] Improve EIK karafDataprovider
  - Created: 2012-11-03
  - Updated: 2014-05-09
  - Type: Improvement
  - Fix Versions: [eik-2.3.1, eik-3.0.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1993.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1993
 
[KARAF-2943] Wrong polymorphism leads to null variables
  - Created: 2014-04-25
  - Updated: 2014-05-26
  - Type: Bug
  - Fix Versions: [3.0.2]
  - Reporter: Achim Finke
  - Assigned: Christian Schneider
  - Attachments: [karaf.patch]
  - https://issues.apache.org/jira/browse/KARAF-2943
 
[KARAF-2991] Shell Console throws exception when a service contains int[] 
as value for a property
  - Created: 2014-05-20
  - Updated: 2014-05-22
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Stefano Lenzi
  - Assigned: Guillaume Nodet
  - Attachments: [bug.txt, collections-patch.diff, patch.diff]
  - https://issues.apache.org/jira/browse/KARAF-2991
 
[KARAF-3000]  Whitespace in feature file bundle element value causes 
NumberFormatException
  - Created: 2014-05-24
  - Updated: 2014-05-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tom Pines
  - Assigned: Unassigned
  - Attachments: [problem-feature.xml]
  - https://issues.apache.org/jira/browse/KARAF-3000
 


Issues with Attachments: week of 2014-06-02

2014-06-02 Thread jb
 
KARAF - Monday, June 2, 2014
 
  5 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1137] Corrupted output for bundle:info command in 3.0.0-SNAPSHOT
  - Created: 2012-01-04
  - Updated: 2014-05-30
  - Type: Bug
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Ioannis Canellos
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1137.patch]
  - https://issues.apache.org/jira/browse/KARAF-1137
 
[KARAF-1993] Improve EIK karafDataprovider
  - Created: 2012-11-03
  - Updated: 2014-05-09
  - Type: Improvement
  - Fix Versions: [eik-2.3.1, eik-3.0.0]
  - Reporter: filippo balicchia
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1993.patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1993
 
[KARAF-2943] Wrong polymorphism leads to null variables
  - Created: 2014-04-25
  - Updated: 2014-05-26
  - Type: Bug
  - Fix Versions: [3.0.2]
  - Reporter: Achim Finke
  - Assigned: Christian Schneider
  - Attachments: [karaf.patch]
  - https://issues.apache.org/jira/browse/KARAF-2943
 
[KARAF-3000]  Whitespace in feature file bundle element value causes 
NumberFormatException
  - Created: 2014-05-24
  - Updated: 2014-05-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tom Pines
  - Assigned: Unassigned
  - Attachments: [problem-feature.xml]
  - https://issues.apache.org/jira/browse/KARAF-3000
 
[KARAF-3007] Managed properties are empty when persistent-id contains minus 
('-')
  - Created: 2014-05-28
  - Updated: 2014-05-28
  - Type: Bug
  - Fix Versions: []
  - Reporter: Alexey Markevich
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [cm-properties-persistent-id.zip]
  - https://issues.apache.org/jira/browse/KARAF-3007
 


Issues with Attachments: week of 2014-06-09

2014-06-09 Thread jb
 
KARAF - Monday, June 9, 2014
 
  4 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1137] Corrupted output for bundle:info command in 3.0.0-SNAPSHOT
  - Created: 2012-01-04
  - Updated: 2014-05-30
  - Type: Bug
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Ioannis Canellos
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1137.patch]
  - https://issues.apache.org/jira/browse/KARAF-1137
 
[KARAF-2943] Wrong polymorphism leads to null variables
  - Created: 2014-04-25
  - Updated: 2014-05-26
  - Type: Bug
  - Fix Versions: [3.0.2]
  - Reporter: Achim Finke
  - Assigned: Christian Schneider
  - Attachments: [karaf.patch]
  - https://issues.apache.org/jira/browse/KARAF-2943
 
[KARAF-3000]  Whitespace in feature file bundle element value causes 
NumberFormatException
  - Created: 2014-05-24
  - Updated: 2014-05-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tom Pines
  - Assigned: Unassigned
  - Attachments: [problem-feature.xml]
  - https://issues.apache.org/jira/browse/KARAF-3000
 
[KARAF-3007] Managed properties are empty when persistent-id contains minus 
('-')
  - Created: 2014-05-28
  - Updated: 2014-05-28
  - Type: Bug
  - Fix Versions: []
  - Reporter: Alexey Markevich
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [cm-properties-persistent-id.zip]
  - https://issues.apache.org/jira/browse/KARAF-3007
 


Issues with Attachments: week of 2014-06-16

2014-06-16 Thread jb
 
KARAF - Monday, June 16, 2014
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1137] Corrupted output for bundle:info command in 3.0.0-SNAPSHOT
  - Created: 2012-01-04
  - Updated: 2014-05-30
  - Type: Bug
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Ioannis Canellos
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1137.patch]
  - https://issues.apache.org/jira/browse/KARAF-1137
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  - Created: 2012-06-13
  - Updated: 2014-06-10
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: James Carman
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-3.0_1545.diff]
  - https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-2910] Properties login module seems to leak a PropertiesInstaller 
reference results in OOM
  - Created: 2014-04-14
  - Updated: 2014-06-15
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Gary Tully
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2910-test%2Bpatch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2910
 
[KARAF-2943] Wrong polymorphism leads to null variables
  - Created: 2014-04-25
  - Updated: 2014-05-26
  - Type: Bug
  - Fix Versions: [3.0.2]
  - Reporter: Achim Finke
  - Assigned: Christian Schneider
  - Attachments: [karaf.patch]
  - https://issues.apache.org/jira/browse/KARAF-2943
 
[KARAF-3000]  Whitespace in feature file bundle element value causes 
NumberFormatException
  - Created: 2014-05-24
  - Updated: 2014-05-24
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tom Pines
  - Assigned: Unassigned
  - Attachments: [problem-feature.xml]
  - https://issues.apache.org/jira/browse/KARAF-3000
 
[KARAF-3007] Managed properties are empty when persistent-id contains minus 
('-')
  - Created: 2014-05-28
  - Updated: 2014-05-28
  - Type: Bug
  - Fix Versions: []
  - Reporter: Alexey Markevich
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [cm-properties-persistent-id.zip]
  - https://issues.apache.org/jira/browse/KARAF-3007
 


Issues with Attachments: week of 2014-06-23

2014-06-23 Thread jb
 
KARAF - Monday, June 23, 2014
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1137] Corrupted output for bundle:info command in 3.0.0-SNAPSHOT
  - Created: 2012-01-04
  - Updated: 2014-05-30
  - Type: Bug
  - Fix Versions: [4.0.0, 3.0.2]
  - Reporter: Ioannis Canellos
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-1137.patch]
  - https://issues.apache.org/jira/browse/KARAF-1137
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  - Created: 2012-06-13
  - Updated: 2014-06-10
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: James Carman
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-3.0_1545.diff]
  - https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-2910] Properties login module seems to leak a PropertiesInstaller 
reference results in OOM
  - Created: 2014-04-14
  - Updated: 2014-06-15
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Gary Tully
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2910-test%2Bpatch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2910
 
[KARAF-3007] Managed properties are empty when persistent-id contains minus 
('-')
  - Created: 2014-05-28
  - Updated: 2014-05-28
  - Type: Bug
  - Fix Versions: []
  - Reporter: Alexey Markevich
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [cm-properties-persistent-id.zip]
  - https://issues.apache.org/jira/browse/KARAF-3007
 
[KARAF-3052] Karaf LDAP integration does not support REFERRAL setup
  - Created: 2014-06-17
  - Updated: 2014-06-17
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Iulius Hutuleac
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [LDAPLoginModule.java.patch]
  - https://issues.apache.org/jira/browse/KARAF-3052
 
[KARAF-3053] InstallKarsMojo does not respect version range for features
  - Created: 2014-06-17
  - Updated: 2014-06-17
  - Type: Bug
  - Fix Versions: []
  - Reporter: Andreas Kuhtz
  - Assigned: Unassigned
  - Attachments: [KARAF-2951-2.patch]
  - https://issues.apache.org/jira/browse/KARAF-3053
 


Issues with Attachments: week of 2014-06-30

2014-06-30 Thread jb
 
KARAF - Monday, June 30, 2014
 
  5 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  - Created: 2012-06-13
  - Updated: 2014-06-10
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: James Carman
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-3.0_1545.diff]
  - https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-2910] Properties login module seems to leak a PropertiesInstaller 
reference results in OOM
  - Created: 2014-04-14
  - Updated: 2014-06-23
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Gary Tully
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2910-test%2Bpatch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2910
 
[KARAF-3000]  Whitespace in feature file bundle element value causes 
NumberFormatException
  - Created: 2014-05-24
  - Updated: 2014-06-27
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tom Pines
  - Assigned: Freeman Fang
  - Attachments: [problem-feature.xml]
  - https://issues.apache.org/jira/browse/KARAF-3000
 
[KARAF-3052] Karaf LDAP integration does not support REFERRAL setup
  - Created: 2014-06-17
  - Updated: 2014-06-17
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Iulius Hutuleac
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [LDAPLoginModule.java.patch]
  - https://issues.apache.org/jira/browse/KARAF-3052
 
[KARAF-3053] InstallKarsMojo does not respect version range for features
  - Created: 2014-06-17
  - Updated: 2014-06-17
  - Type: Bug
  - Fix Versions: []
  - Reporter: Andreas Kuhtz
  - Assigned: Unassigned
  - Attachments: [KARAF-2951-2.patch]
  - https://issues.apache.org/jira/browse/KARAF-3053
 


Issues with Attachments: week of 2014-07-07

2014-07-07 Thread jb
 
KARAF - Monday, July 7, 2014
 
  6 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-1075] pid is set as the factorypid when creating a factory 
configuration instance from the feature file
  - Created: 2011-12-01
  - Updated: 2014-07-02
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Ton Swieb
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [patch.txt]
  - https://issues.apache.org/jira/browse/KARAF-1075
 
[KARAF-1545] Jar files in lib directory require karaf- prefix in order to 
be loaded
  - Created: 2012-06-13
  - Updated: 2014-06-10
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: James Carman
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [karaf-3.0_1545.diff]
  - https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-2910] Properties login module seems to leak a PropertiesInstaller 
reference results in OOM
  - Created: 2014-04-14
  - Updated: 2014-06-23
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Gary Tully
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [KARAF-2910-test%2Bpatch.txt]
  - https://issues.apache.org/jira/browse/KARAF-2910
 
[KARAF-3000]  Whitespace in feature file bundle element value causes 
NumberFormatException
  - Created: 2014-05-24
  - Updated: 2014-06-27
  - Type: Bug
  - Fix Versions: []
  - Reporter: Tom Pines
  - Assigned: Freeman Fang
  - Attachments: [problem-feature.xml]
  - https://issues.apache.org/jira/browse/KARAF-3000
 
[KARAF-3052] Karaf LDAP integration does not support REFERRAL setup
  - Created: 2014-06-17
  - Updated: 2014-06-17
  - Type: Bug
  - Fix Versions: [2.4.0, 4.0.0, 3.0.2, 2.3.6]
  - Reporter: Iulius Hutuleac
  - Assigned: Jean-Baptiste Onofré
  - Attachments: [LDAPLoginModule.java.patch]
  - https://issues.apache.org/jira/browse/KARAF-3052
 
[KARAF-3053] InstallKarsMojo does not respect version range for features
  - Created: 2014-06-17
  - Updated: 2014-06-17
  - Type: Bug
  - Fix Versions: []
  - Reporter: Andreas Kuhtz
  - Assigned: Unassigned
  - Attachments: [KARAF-2951-2.patch]
  - https://issues.apache.org/jira/browse/KARAF-3053
 


  1   2   3   >