Re: thoughts request about RepoGuard project

2012-02-14 Thread Felix Meschberger
Hi, Am 13.02.2012 um 15:47 schrieb Richard S. Hall: This doesn't sound specifically related to Apache Felix, although we do create a couple development tools. Agreed. Maybe this would be related more to the subversion project (http://subversion.apache.org/) ? Sounds interesting,

[jira] [Updated] (FELIX-3348) StartLevel thread may terminate on uncaught exception

2012-02-14 Thread Felix Meschberger (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-3348: - Attachment: FELIX-3348-2.patch Thanks. On second thought: my patch may introduce an

Re: Deadlock on Felix.acquireBundleLock

2012-02-14 Thread Felix Meschberger
Hi, Am 13.02.2012 um 15:43 schrieb Richard S. Hall: On 2/13/12 06:06 , Felix Meschberger wrote: Hi, I recently got a number of stacktraces, where a variable number of threads is blocked on m_bundleLock.wait() inside Felix.acquireBundleLock. From pure code inspection, it should not

Re: [VOTE] Release Felix maven-bundle-plugin version 2.3.7

2012-02-14 Thread Stuart McCulloch
Anyone else? :) On 11 Feb 2012, at 19:42, Stuart McCulloch wrote: Hi folks, We solved 5 issues in this release:

Re: m2e integration

2012-02-14 Thread Stuart McCulloch
On 13 Feb 2012, at 17:43, Andrei Pozolotin wrote: Stuart:feature is this m2e feature expandable for scr plugin? (generate incremental osgi component xml descriptors) if not, is current m2e bundle awareness a separate project I could reuse to copy/paste this approach for

[jira] [Commented] (FELIX-3348) StartLevel thread may terminate on uncaught exception

2012-02-14 Thread Richard S. Hall (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207734#comment-13207734 ] Richard S. Hall commented on FELIX-3348: Good point, I didn't think of that. Ok,

Re: [VOTE] Release Felix maven-bundle-plugin version 2.3.7

2012-02-14 Thread Jean-Baptiste Onofré
+1 (non-binding) Regards JB On 02/13/2012 04:34 PM, Andrei Pozolotin wrote: Stuart: you mentioned before that maven-bundle-plugin how has some default bindings for m2e for incremental manifest build in eclipse; can you please elaborate a little on how to setup

[jira] [Assigned] (FELIX-3351) Permissions.createPermission(String name, String action, Class target) Fails for action == null

2012-02-14 Thread Karl Pauls (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls reassigned FELIX-3351: - Assignee: Karl Pauls Permissions.createPermission(String name, String action, Class target)

Re: Deadlock on Felix.acquireBundleLock

2012-02-14 Thread Richard S. Hall
On 2/14/12 03:51 , Felix Meschberger wrote: Hi, Am 13.02.2012 um 15:43 schrieb Richard S. Hall: On 2/13/12 06:06 , Felix Meschberger wrote: Hi, I recently got a number of stacktraces, where a variable number of threads is blocked on m_bundleLock.wait() inside Felix.acquireBundleLock. From

[jira] [Commented] (FELIX-3351) Permissions.createPermission(String name, String action, Class target) Fails for action == null

2012-02-14 Thread Karl Pauls (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207743#comment-13207743 ] Karl Pauls commented on FELIX-3351: --- Well, it is not a requirement for normal java

Re: [VOTE] Release Felix maven-bundle-plugin version 2.3.7

2012-02-14 Thread Guillaume Nodet
+1 On Sat, Feb 11, 2012 at 20:42, Stuart McCulloch mccu...@gmail.com wrote: Hi folks, We solved 5 issues in this release:  

[VOTE] Release Felix Utils 1.1.2

2012-02-14 Thread Guillaume Nodet
Hi folks, We solved 4 issues in this release: https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+FELIX+AND+fixVersion+%3D+%22utils-1.1.2%22 Staging repository:

Re: [VOTE] Release Felix Utils 1.1.2

2012-02-14 Thread Jean-Baptiste Onofré
+1 (non-binding) Regards JB On 02/14/2012 04:08 PM, Guillaume Nodet wrote: Hi folks, We solved 4 issues in this release: https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+FELIX+AND+fixVersion+%3D+%22utils-1.1.2%22

Re: m2e integration

2012-02-14 Thread Andrei Pozolotin
Stuart: these are the pointers I was looking for; thank you! Andrei. Original Message Subject: Re: m2e integration From: Stuart McCulloch mccu...@gmail.com To: dev@felix.apache.org Date: Tue 14 Feb 2012 06:37:57 AM CST On 13 Feb 2012, at 17:43, Andrei Pozolotin wrote:

Re: [VOTE] Release Felix maven-bundle-plugin version 2.3.7

2012-02-14 Thread Johan Edstrom
+1 Non-Binding. On Feb 14, 2012, at 8:01 AM, Guillaume Nodet wrote: +1 On Sat, Feb 11, 2012 at 20:42, Stuart McCulloch mccu...@gmail.com wrote: Hi folks, We solved 5 issues in this release:

[jira] [Created] (FELIX-3352) Maven Bundle Plugin ignores resource properties configured inside filters section

2012-02-14 Thread Ivan Dubrov (Created) (JIRA)
Maven Bundle Plugin ignores resource properties configured inside filters section --- Key: FELIX-3352 URL: https://issues.apache.org/jira/browse/FELIX-3352 Project:

[jira] [Commented] (FELIX-3348) StartLevel thread may terminate on uncaught exception

2012-02-14 Thread Richard S. Hall (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207981#comment-13207981 ] Richard S. Hall commented on FELIX-3348: Ok, I committed the second patch too.

Re: [VOTE] Release Felix maven-bundle-plugin version 2.3.7

2012-02-14 Thread Richard S. Hall
+1 - richard On 2/11/12 14:42 , Stuart McCulloch wrote: Hi folks, We solved 5 issues in this release: https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+FELIX+AND+fixVersion+%3D+%22maven-bundle-plugin-2.3.7%22 There are

Re: [VOTE] Release Felix Utils 1.1.2

2012-02-14 Thread Richard S. Hall
+1 - richard On 2/14/12 10:08 , Guillaume Nodet wrote: Hi folks, We solved 4 issues in this release: https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+FELIX+AND+fixVersion+%3D+%22utils-1.1.2%22 Staging repository:

[RESULT] [VOTE] Release Felix maven-bundle-plugin version 2.3.7

2012-02-14 Thread Stuart McCulloch
Hi, The vote has passed with the following result : +1 (binding): Stuart McCulloch, Felix Meschberger, Guillaume Nodet, Richard S. Hall +1 (non binding): Jamie Goodyear, Jean-Baptiste Onofré, Johan Edstrom I will copy this release to the Felix dist directory and promote the artifacts to

[jira] [Updated] (FELIX-3352) Maven Bundle Plugin ignores resource properties configured inside filters section

2012-02-14 Thread Ivan Dubrov (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Dubrov updated FELIX-3352: --- Attachment: felix-3352.patch Attached patch against svn trunk. Maven Bundle Plugin

Re: [VOTE] Release Felix Utils 1.1.2

2012-02-14 Thread Stuart McCulloch
On 14 Feb 2012, at 15:08, Guillaume Nodet wrote: Hi folks, We solved 4 issues in this release: https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+FELIX+AND+fixVersion+%3D+%22utils-1.1.2%22 Staging repository:

Re: [VOTE] Release Felix Utils 1.1.2

2012-02-14 Thread Karl Pauls
+1 regards, Karl On Tue, Feb 14, 2012 at 11:10 PM, Stuart McCulloch mccu...@gmail.com wrote: On 14 Feb 2012, at 15:08, Guillaume Nodet wrote: Hi folks, We solved 4 issues in this release:

Concurrency problems in SCR

2012-02-14 Thread David Jencks
see FELIX-3345 We've been seeing intermittent exceptions from SCR which generally seem to look like trying to unget a service on a bundle context, BundleComponentActivator, ComponentManager, or DependencyManager that are shut down or being shut down. I think there are 2 threads shutting

[jira] [Created] (FELIX-3353) The implementation of org.osgi.service.packageadmin.PackageAdmin#getExportedPackages(Bundle), does not follow the spec.

2012-02-14 Thread Yasuhiro Kawame (Created) (JIRA)
The implementation of org.osgi.service.packageadmin.PackageAdmin#getExportedPackages(Bundle), does not follow the spec. --- Key: FELIX-3353 URL:

Re: [VOTE] Release Felix Utils 1.1.2

2012-02-14 Thread Felix Meschberger
+1 Regards Felix Am 14.02.2012 um 16:08 schrieb Guillaume Nodet: Hi folks, We solved 4 issues in this release: https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+FELIX+AND+fixVersion+%3D+%22utils-1.1.2%22 Staging

[jira] [Closed] (FELIX-3348) StartLevel thread may terminate on uncaught exception

2012-02-14 Thread Felix Meschberger (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed FELIX-3348. Thanks alot. I am happy with that. StartLevel thread may terminate on