Re: Dynamically referencing a Service using Felix annotations

2012-09-26 Thread Chetan Mehrotra
Thanks David for those points!! You don't say which kind of annotations you are using (osgi ds, felix ds, or bnd ds). I hope its osgi ds :-) Well I am used to Felix SCR annotation. Need to start using OSGi DS :) This will work fine. However, you don't need the dynamic policy as long as

Bundle to simplify JAAS usage in OSGi

2012-09-26 Thread Chetan Mehrotra
. It does not require the client to depend on any OSGi API 5. It works well with the dynamic nature of the OSGi env 6. Implementation depends only on Core OSGi API and ConfigAdmin Complete details are provided at [2] Kindly have a look at it and provide feedback!! Chetan Mehrotra [1] http

Re: Bundle to simplify JAAS usage in OSGi

2012-10-07 Thread Chetan Mehrotra
So what should be the next step here?. Should I create a JIRA issue and attach the source code there or more discussions/details are required on the approach taken. Chetan Mehrotra

Re: Bundle to simplify JAAS usage in OSGi

2012-10-09 Thread Chetan Mehrotra
This means: - We need the JIRA issue with the code attached and checksums in a comment Created JIRA issue FELIX-3705 with code and checksum attached Chetan Mehrotra

Re: svn commit: r1453296 - in /felix/trunk/jaas: pom.xml src/main/java/org/apache/felix/jaas/internal/Activator.java

2013-03-06 Thread Chetan Mehrotra
A common trick is to no instantiate the plugin ahead of time but register a ServiceFactory whose getService method creates the plugin to use. Interesting .. I was also not feeling good using the current approach. Would try that approach. Thanx for the pointer!! regards Chetan Chetan Mehrotra

Re: [VOTE] framework 4.2.1 and related subproject releases

2013-03-11 Thread Chetan Mehrotra
+1 (non-binding) Regards, Chetan Chetan Mehrotra On Mon, Mar 11, 2013 at 12:48 PM, Felix Meschberger fmesc...@adobe.comwrote: +1 Regards Felix Am 10.03.2013 um 14:32 schrieb Carsten Ziegeler: +1 Not really required, but it would be nice to have a link to the changes

Determining code coverage with Pax Exam

2013-03-21 Thread Chetan Mehrotra
Hi, This query is not related to Felix but I just wanted to check if any of the projects have used any Code Coverage tool with Pax Exam. I am adding integration test for the JAAS module and was looking for a way to measure code coverage. So any pointers around that would be helpful. Chetan

Re: Determining code coverage with Pax Exam

2013-03-22 Thread Chetan Mehrotra
I got it working with JoCoCo [1]. So problem is solved for now. [1] http://www.eclemma.org/jacoco/trunk/index.html Chetan Mehrotra On Fri, Mar 22, 2013 at 1:31 PM, Achim Nierbeck bcanh...@googlemail.comwrote: Hi, you should ask this at the ops4j community. Or try to search

Script Console - A plugin for Felix Web Console

2013-06-12 Thread Chetan Mehrotra
!! Chetan Mehrotra [1] https://issues.apache.org/jira/browse/SLING-2463 [2] https://github.com/chetanmeh/felix-script-console [3] https://github.com/chetanmeh/c/wiki/Felix-Script-Console [4] https://issues.apache.org/jira/browse/FELIX-4122 Chetan Mehrotra

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

2013-06-12 Thread Chetan Mehrotra
+1 (non-binding) Chetan On Wed, Jun 12, 2013 at 5:54 PM, Stuart McCulloch mccu...@gmail.com wrote: On 9 Jun 2013, at 22:08, Stuart McCulloch wrote: Hi, We solved 18 issues in this release: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100version=12316680

Re: Script Console - A plugin for Felix Web Console

2013-06-18 Thread Chetan Mehrotra
Resending the mail to see if there is any interest in this plugin. Chetan Mehrotra On Wed, Jun 12, 2013 at 5:30 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: I have implemented a Felix WebConsole plugin for evaluating scripts. Its port of an earlier plugin [1]. Current implementation

Re: Script Console - A plugin for Felix Web Console

2013-06-19 Thread Chetan Mehrotra
on Sling dev list I also suggest you create a documentation page from your GitHub Wiki content and add a section on security. Sure. Once I commit it in Felix would move the doc to Apache Felix site and also add section on security before cutting the first release. Chetan Mehrotra On Wed, Jun 19

Re: Script Console - A plugin for Felix Web Console

2013-06-25 Thread Chetan Mehrotra
Just to know the process. Should I commit the plugin code to Felix trunk or would a official vote needs to be done first for this? Chetan Mehrotra On Wed, Jun 19, 2013 at 3:51 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Thanks Felix for having a look at it !! I have quickly looked

Re: Script Console - A plugin for Felix Web Console

2013-06-26 Thread Chetan Mehrotra
Nevertheless, I've tried it last weekend. It's really cool. Thanks for having a look at it and trying it out!! @Felix - What should be the next step here? Chetan Mehrotra On Tue, Jun 25, 2013 at 12:20 PM, Clement Escoffier clement.escoff...@gmail.com wrote: Hi, A vote is required I think

Re: Script Console - A plugin for Felix Web Console

2013-07-15 Thread Chetan Mehrotra
So how can the vote be initiated? Chetan Mehrotra On Thu, Jul 4, 2013 at 5:47 PM, Carsten Ziegeler cziege...@apache.org wrote: I think let's just vote on it Carsten 2013/6/26 Chetan Mehrotra chetan.mehro...@gmail.com Nevertheless, I've tried it last weekend. It's really cool. Thanks

[VOTE] Accept Script Console Plugin for Felix WebConsole

2013-07-18 Thread Chetan Mehrotra
I have implemented a Felix WebConsole Plugin which enables execution of any script within OSGi container https://issues.apache.org/jira/browse/FELIX-4122 This idea has received positive feedback in email discussion [1], so I'd like to call a vote on it. [ ] +1 Accept the contribution [ ] 0

Re: [VOTE] Accept Script Console Plugin for Felix WebConsole

2013-07-21 Thread Chetan Mehrotra
Hi Richard, It is not clear that a vote is even necessary here since this all seems to be developed at Apache by Apache committers (am I wrong) I was not sure about the process to add a completely new module to Felix project hence opted for voting. Chetan Mehrotra

Re: [VOTE] Accept Script Console Plugin for Felix WebConsole

2013-07-21 Thread Chetan Mehrotra
Hi, The vote to add new Script Console Plugin passed with 5 binding +1 votes from: Carsten Ziegeler, Richard S. Hall, Clement Escoffier, Pierre De Rop, Karl Pauls. I will proceed with checkin. Thanks for voting, Regards, Chetan

[VOTE] Release of Script Console Plugin 1.0.0

2013-07-22 Thread Chetan Mehrotra
the release (please provide specific comments) Initial Release 1.0.0 - ** Improvement * [FELIX-4122] - Felix Script Console Plugin. Initial import Chetan Mehrotra

Re: [VOTE] Release of Script Console Plugin 1.0.0

2013-07-24 Thread Chetan Mehrotra
/documentation/subprojects/apache-felix-script-console-plugin.html#installation [3] http://felix.apache.org/documentation/subprojects/apache-felix-script-console-plugin.html#sample-scripts Chetan Mehrotra On Wed, Jul 24, 2013 at 11:25 PM, Jamie G. jamie.goody...@gmail.com wrote: Ran the check staged repo

Re: [VOTE] Release of Script Console Plugin 1.0.0

2013-07-28 Thread Chetan Mehrotra
Gentle reminder for the pending vote. Chetan Mehrotra On Thu, Jul 25, 2013 at 10:31 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Hi Jamie, You can checkout the release build from [1] and follow the installation steps [2]. Or for a quick test which assumes you have a OSGi runtime

Re: [VOTE] Release of Script Console Plugin 1.0.0

2013-07-29 Thread Chetan Mehrotra
, 2013 at 5:55 PM, Carsten Ziegeler cziege...@apache.org wrote: +1 Carsten 2013/7/29 Pierre De Rop pierre.de...@gmail.com Hi Chetan; Sorry for my late vote; +1 /Pierre On Mon, Jul 22, 2013 at 4:58 PM, Chetan Mehrotra chetan.mehro...@gmail.comwrote: I would like to call a vote

Updating the site - Subproject link not being shown

2013-07-30 Thread Chetan Mehrotra
Hi, I have added a new page at [1]. However it does not show up in Subproject list [2]. I tried to update the site at various level but still its not getting updated. Do I need to do anything else? Chetan Mehrotra [1] http://felix.apache.org/documentation/subprojects/apache-felix-script

Re: Updating the site - Subproject link not being shown

2013-07-30 Thread Chetan Mehrotra
Thanks Felix !!. *Touching* the subprojects.mdtext forced the cms to regenerate the page and now it displays the links. Chetan Mehrotra On Tue, Jul 30, 2013 at 1:21 PM, Felix Meschberger fmesc...@adobe.com wrote: Hi Have you tried to modify the subprojects page such that it is being

Error while building SCR project

2014-01-07 Thread Chetan Mehrotra
to be changed for that. Probably the plugin should be disabled for now in trunk untill it gets fixed in Aries. Also logged ARIES-1145 [4] Chetan Mehrotra [1] https://paste.apache.org/23vt [2] http://markmail.org/thread/jofuoflffz4ne6zl [3] https://jira.codehaus.org/browse/MNG-5482 [4] https

Re: groovy REPL shell for gogo

2014-02-06 Thread Chetan Mehrotra
FWIW you can execute arbitrary code (groovy/ruby etc) within OSGi context using Felix Script Console [1] Chetan Mehrotra [1] http://felix.apache.org/documentation/subprojects/apache-felix-script-console-plugin.html On Thu, Feb 6, 2014 at 4:21 PM, Felix Meschberger fmesc...@adobe.com wrote: Hi

[VOTE] Release of Jaas Support Bundle 0.0.2

2014-02-11 Thread Chetan Mehrotra
trigger default ** New Feature * [FELIX-3705] - Bundle to simplify JAAS usage in OSGi Release notes also available at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100version=12323385 Chetan Mehrotra

Re: [VOTE] Release of Jaas Support Bundle 0.0.2

2014-02-14 Thread Chetan Mehrotra
Thanks for the voting so far !.To push the release I require one more binding vote. Chetan Mehrotra On Wed, Feb 12, 2014 at 1:20 AM, Clement Escoffier clement.escoff...@gmail.com wrote: +1, Regards, Clement On 11 févr. 2014, at 11:36, Chetan Mehrotra chetan.mehro...@gmail.com wrote: I

[VOTE RESULT] Release of Jaas Support Bundle 0.0.2

2014-02-16 Thread Chetan Mehrotra
The vote passed with - three binding +1 votes from Felix Meschberger, Clement Escoffier, Jan Willem Janssen - one non-binding +1 votes from Tobias Bocanegra Thanks everyone for voting Regards Chetan Mehrotra

Any plans to make PojoSR part of Apache Felix

2014-03-04 Thread Chetan Mehrotra
and most of the stuff works out of the box without requiring any change. Wanted to check if there were any thoughts on moving this project to Apache Felix Chetan Mehrotra [1] http://jackrabbit.apache.org/oak/ [2] http://jackrabbit-oak.markmail.org/thread/7zpux64mj6vecwzf [3] https://code.google.com/p

Re: Any plans to make PojoSR part of Apache Felix

2014-03-05 Thread Chetan Mehrotra
. If somebody volunteers to drive this then lets do it (and yes, I'm looking at you, Clement :-). Thanks for the prompt response Karl ! The project is really useful for us. As for the work involved I am willing to volunteer wherever possible. LGTM!! Chetan Mehrotra

Re: [VOTE] Accept PojoSR code donation

2014-03-05 Thread Chetan Mehrotra
+1 (Non binding) Chetan Mehrotra On Wed, Mar 5, 2014 at 8:19 PM, Guillaume Nodet gno...@apache.org wrote: Karl Pauls is willing to donate PojoSR (https://code.google.com/p/pojosr/) to Felix. This vote is about officially accepting the donation. [ ] +1 Accept PojoSR code into Felix

Re: [HEADS UP] PojoSR in Felix

2014-03-31 Thread Chetan Mehrotra
patches. Chetan Mehrotra On Tue, Apr 1, 2014 at 1:20 AM, Karl Pauls karlpa...@gmail.com wrote: On Mon, Mar 31, 2014 at 9:28 PM, Guillaume Nodet gno...@apache.org wrote: Following up on the vote, I've done the IP clearance and committed PojoSR to the Felix trunk. I've also done a first pass

Re: my first release ...

2014-07-12 Thread Chetan Mehrotra
the thread --- If you're located in Europe then release:prepare may fail with 'Unable to tag SCM' and ' svn: No such revision X '. Wait 10 seconds and run mvn release:prepare again. Might be a svn lagging issue [0]. Try again ;) --- Chetan Mehrotra [1] http://markmail.org/message

Re: Upgrading to Jetty 9

2014-07-28 Thread Chetan Mehrotra
other than those in jetty and itest module can be done in compatible way. So those module should be able to work with both Jetty8 and Jetty9 If we have an agreement there I can rework the patch in FELIX-4550 Chetan Mehrotra [1] http://svn.apache.org/repos/asf/felix/trunk/http/jetty/ [2] http

Re: [patch] trivial typo in AbstractBaselinePlugin

2014-07-28 Thread Chetan Mehrotra
Thanks Bertrand. Applied with http://svn.apache.org/r1614256 (Reminder for me - Need to be careful for imports reordering next time!) Chetan Mehrotra On Mon, Jul 28, 2014 at 7:34 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: Hi, I'm too lazy to create a jira on that one, find patch

Re: [VOTE] Release Apache Felix Http 2.4.0

2015-02-01 Thread Chetan Mehrotra
+1 (non-binding) Chetan Mehrotra On Sun, Feb 1, 2015 at 9:55 PM, Pierre De Rop pierre.de...@gmail.com wrote: +1 regards; /Pierre On Thu, Jan 29, 2015 at 1:51 PM, Carsten Ziegeler cziege...@apache.org wrote: Hi, We solved 3 issues in this release, the most important one is the update

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-18 Thread Chetan Mehrotra
All checks passed +1 (non binding) Chetan Mehrotra

Re: Apache Felix Connect release

2015-05-18 Thread Chetan Mehrotra
Thanks Guillaume and Karl for looking into this!. Makes sense to do a release now and then later do the enhancements Chetan Mehrotra On Mon, May 18, 2015 at 6:07 PM, Guillaume Nodet gno...@apache.org wrote: The Karaf team is is need for a release for a few tests, so I'll go ahead and do

Apache Felix Connect release

2015-05-12 Thread Chetan Mehrotra
Hi, Are there any plans to cut a release of Apache Felix Connect module? Anything in works or pending. In not then it would be good if we can have a first release done for this module! Chetan Mehrotra [1] https://github.com/apache/felix/blob/trunk/connect/

Re: [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-28 Thread Chetan Mehrotra
+1 (non-binding) Chetan Mehrotra On Fri, May 22, 2015 at 1:02 PM, Guillaume Nodet gno...@apache.org wrote: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect -0.1.0/ This new attempt fixes FELIX-4901 and FELIX-4903

Re: svn commit: r1691137 - in /felix/trunk/framework/src: main/java/org/apache/felix/framework/BundleRevisionImpl.java test/java/org/apache/felix/framework/BundleRevisionImplTest.java

2015-07-15 Thread Chetan Mehrotra
Hi David, On Wed, Jul 15, 2015 at 1:14 PM, dav...@apache.org wrote: +if (contentPath == null) +return Collections.emptyEnumeration(); This method is JDK 1.7+ Chetan Mehrotra

Re: Building org.apache.felix.jaas fails

2015-10-25 Thread Chetan Mehrotra
/jdk/jdk1.7.0_55/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.13.0-37-generic", arch: "amd64", family: "unix" Chetan Mehrotra On Thu, Oct 22, 2015 at 2:58 PM, Robert Munteanu <romb...@apache.org> wrote: > Hi, &g

Re: git?

2015-10-28 Thread Chetan Mehrotra
On Sat, Oct 24, 2015 at 11:50 PM, Marcel Offermans wrote: > I’m +0 on making a switch because it’s also a lot of work and I don’t think > the benefits are huge. If it works, don’t fix it. :) +1 to that. Side-line for me too. SVN isn't that bad after all, and along

[RESULT] [VOTE] Apache Felix JAAS Support 0.0.4

2015-12-02 Thread Chetan Mehrotra
central. (http://felix.apache.org/documentation/development/release-management-nexus.html#promoting-the-release) Meanwhile, I'll fix the versions in the JIRA project. Regards, Chetan Mehrotra

[RESULT] [VOTE] Apache Felix Script Console Plugin 1.0.2

2015-12-02 Thread Chetan Mehrotra
://felix.apache.org/documentation/development/release-management-nexus.html#promoting-the-release) Meanwhile, I'll fix the versions in the JIRA project. Regards, Chetan Mehrotra

[VOTE] Release Apache Felix Script Console Plugin 1.0.2

2015-11-30 Thread Chetan Mehrotra
and verify the signatures: http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh Usage: sh check_staged_release.sh 1106 /tmp/felix-staging Please vote to approve this release: [ ] +1 Approve the release [ ] -1 Veto the release (please provide specific comments) Regards Chetan

Re: [VOTE] Release Apache Felix Script Console Plugin 1.0.2

2015-11-30 Thread Chetan Mehrotra
+1 (non binding) Chetan Mehrotra

Re: [VOTE] Release Apache Felix JAAS Support 0.0.4

2015-11-30 Thread Chetan Mehrotra
+1 (non binding) Chetan Mehrotra On Mon, Nov 30, 2015 at 6:26 PM, Chetan Mehrotra <chet...@apache.org> wrote: > I would like to call a vote for a new JAAS support release: > We fixed three issues: > https://issues.apache.org/jira/browse/FELIX/fixforversion/12333114 > >

[VOTE] Release Apache Felix JAAS Support 0.0.4

2015-11-30 Thread Chetan Mehrotra
and verify the signatures: http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh Usage: sh check_staged_release.sh 1107 /tmp/felix-staging Please vote to approve this release: [ ] +1 Approve the release [ ] -1 Veto the release (please provide specific comments) Regards Chetan

Re: svn commit: r1755500 - /felix/trunk/http/base/src/main/java/org/apache/felix/http/base/internal/console/HttpServicePlugin.java

2016-08-09 Thread Chetan Mehrotra
On Tue, Aug 9, 2016 at 1:54 PM, Carsten Ziegeler <cziege...@apache.org> wrote: > There is no unget service reference, the code is just getting the > reference, not the service Ah missed that part. Makes sense Chetan Mehrotra

Re: svn commit: r1755500 - /felix/trunk/http/base/src/main/java/org/apache/felix/http/base/internal/console/HttpServicePlugin.java

2016-08-09 Thread Chetan Mehrotra
On Mon, Aug 8, 2016 at 5:48 PM, <cziege...@apache.org> wrote: > +final ServiceReference ref = > this.getServiceReference(dto.serviceId); Probably an unget would also need to be done? Chetan Mehrotra

Re: [VOTE] Release Apache Felix JAAS 1.0.0

2017-01-24 Thread Chetan Mehrotra
+1 (non binding) Chetan Mehrotra On Tue, Jan 24, 2017 at 8:27 PM, David Bosschaert <david.bosscha...@gmail.com> wrote: > +1 > > David > > On 24 January 2017 at 04:40, Carsten Ziegeler <cziege...@apache.org> wrote: > >> Hi, >> >> We solved 3 iss

Re: [VOTE] Release Apache Felix JAAS 1.0.2

2017-02-15 Thread Chetan Mehrotra
The vote passed with 5 binding +1 votes. Would be helpful if a PMC member can copy the released jars to dist directory. I would then proceed with next steps. Chetan Mehrotra

[VOTE] Release Apache Felix JAAS 1.0.2

2017-02-13 Thread Chetan Mehrotra
://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh Usage: sh check_staged_release.sh 1166 /tmp/felix-staging 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. Regards Chetan Mehrotra

[jira] [Updated] (FELIX-3070) SCR Plugin and dependencies with classifier cause issue depending on the order of dependency in pom.xml

2011-08-06 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3070: --- Description: Here is the scenario. I have two modules - ModuleA - It generates two artifact

[jira] [Created] (FELIX-3070) SCR Plugin and dependencies with classifier cause issue depending on the order of dependency in pom.xml

2011-08-06 Thread Chetan Mehrotra (JIRA)
/browse/FELIX-3070 Project: Felix Issue Type: Bug Components: Maven SCR Plugin Affects Versions: maven-scr-plugin-1.7.2 Reporter: Chetan Mehrotra Priority: Minor Here is the scenario. I have two modules * ModuleA - It generates two

[jira] [Updated] (FELIX-3070) SCR Plugin and dependencies with classifier cause issue depending on the order of dependency in pom.xml

2011-08-06 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3070: --- Attachment: scr-bug.zip Maven project to demonstrate the issue SCR Plugin and dependencies

[jira] [Updated] (FELIX-3070) SCR Plugin and dependencies with classifier cause issue depending on the order of dependency in pom.xml

2011-08-06 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3070: --- Attachment: scr-bug-log.txt scr-log.txt SCR Plugin output logs depending

[jira] [Commented] (FELIX-2963) scr annotations @Activate @Deactivate @Modified are not detected with class inheritance

2011-08-10 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13082205#comment-13082205 ] Chetan Mehrotra commented on FELIX-2963: I am facing the same issue. I tried

[jira] [Issue Comment Edited] (FELIX-2963) scr annotations @Activate @Deactivate @Modified are not detected with class inheritance

2011-08-10 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13082205#comment-13082205 ] Chetan Mehrotra edited comment on FELIX-2963 at 8/10/11 8:50 AM

[jira] [Updated] (FELIX-2963) scr annotations @Activate @Deactivate @Modified are not detected with class inheritance

2011-08-10 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-2963: --- Attachment: scr-bug2.zip Sample Maven project. If you build it then you can see

[jira] [Commented] (FELIX-2963) scr annotations @Activate @Deactivate @Modified are not detected with class inheritance

2011-08-16 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085573#comment-13085573 ] Chetan Mehrotra commented on FELIX-2963: Thanks Carsten for the fix. I verified

[jira] [Updated] (FELIX-3293) Exception while creating empty fragment bundles with version 2.3.6

2012-01-03 Thread Chetan Mehrotra (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3293: --- Attachment: pom.xml Sample pom.xml with maven bundle plugin configured to reproduce

[jira] [Created] (FELIX-3293) Exception while creating empty fragment bundles with version 2.3.6

2012-01-03 Thread Chetan Mehrotra (Created) (JIRA)
Components: Maven Bundle Plugin Affects Versions: maven-bundle-plugin-2.3.6 Reporter: Chetan Mehrotra Attachments: pom.xml While trying to create a fragment bundle which does not package any classes (for example fragment for system bundle to export system packages

[jira] [Created] (FELIX-3453) EventAdmin ignoring filters for handler which are registered for all (*) topics

2012-04-11 Thread Chetan Mehrotra (Created) (JIRA)
Issue Type: Bug Components: Event Admin Affects Versions: eventadmin 1.0.0 Reporter: Chetan Mehrotra Priority: Minor Apache Sling has a DistributingEventHandler [1] which is registered with following properties - event.topics=* - event.filter

[jira] [Commented] (FELIX-3453) EventAdmin ignoring filters for handler which are registered for all (*) topics

2012-04-11 Thread Chetan Mehrotra (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13251699#comment-13251699 ] Chetan Mehrotra commented on FELIX-3453: That was fast!! Thanks Carsten

[jira] [Commented] (FELIX-3550) Reimplement the SCR Generator

2012-06-13 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13294410#comment-13294410 ] Chetan Mehrotra commented on FELIX-3550: Had the annotations been not compile time

[jira] [Created] (FELIX-3656) Change the label for the dependency finder plugin to Dependency Finder from Packages

2012-09-06 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3656: -- Summary: Change the label for the dependency finder plugin to Dependency Finder from Packages Key: FELIX-3656 URL: https://issues.apache.org/jira/browse/FELIX-3656

[jira] [Created] (FELIX-3684) Expose the servlet registration information in HandlerRegistry through WebConsole

2012-09-26 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3684: -- Summary: Expose the servlet registration information in HandlerRegistry through WebConsole Key: FELIX-3684 URL: https://issues.apache.org/jira/browse/FELIX-3684

[jira] [Updated] (FELIX-3684) Expose the servlet registration information in HandlerRegistry through WebConsole

2012-09-26 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3684: --- Attachment: http-service-plugin.png Plugin Screenshot Expose the servlet

[jira] [Commented] (FELIX-3684) Expose the servlet registration information in HandlerRegistry through WebConsole

2012-09-27 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465356#comment-13465356 ] Chetan Mehrotra commented on FELIX-3684: Thanks for the prompt response Felix

[jira] [Created] (FELIX-3701) Intermittent CNFE with embedded jars in Fragment Bundles

2012-10-05 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3701: -- Summary: Intermittent CNFE with embedded jars in Fragment Bundles Key: FELIX-3701 URL: https://issues.apache.org/jira/browse/FELIX-3701 Project: Felix

[jira] [Updated] (FELIX-3701) Intermittent CNFE with embedded jars in Fragment Bundles

2012-10-05 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3701: --- Description: In our Sling based OSGi application we are observing intermittent

[jira] [Updated] (FELIX-3701) Intermittent CNFE with embedded jars in Fragment Bundles

2012-10-05 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3701: --- Attachment: fragment-bug.zip Logs attached. There are two folders - no-issue - This the logs

[jira] [Commented] (FELIX-3701) Intermittent CNFE with embedded jars in Fragment Bundles

2012-10-05 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13470094#comment-13470094 ] Chetan Mehrotra commented on FELIX-3701: Would try to isolate the issue and see

[jira] [Created] (FELIX-3705) Bundle to simplify JAAS usage in OSGi

2012-10-09 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3705: -- Summary: Bundle to simplify JAAS usage in OSGi Key: FELIX-3705 URL: https://issues.apache.org/jira/browse/FELIX-3705 Project: Felix Issue Type: New

[jira] [Updated] (FELIX-3705) Bundle to simplify JAAS usage in OSGi

2012-10-09 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3705: --- Attachment: sha1.txt org.apache.felix.jaas-0.0.1-SNAPSHOT-src.tar.gz Source

[jira] [Commented] (FELIX-3701) Intermittent CNFE with embedded jars in Fragment Bundles

2012-10-10 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13473818#comment-13473818 ] Chetan Mehrotra commented on FELIX-3701: Are you sure that the fragments

[jira] [Updated] (FELIX-3935) Add testcases for validating the JAAS Feature implementation

2013-02-28 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3935: --- Assignee: Chetan Mehrotra Add testcases for validating the JAAS Feature implementation

[jira] [Resolved] (FELIX-3956) JAAS Support bundle should have optional dependency on Servlet API

2013-03-06 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved FELIX-3956. Resolution: Fixed Fixed with r1453296. Made javax.servlet package optional and done

[jira] [Reopened] (FELIX-3956) JAAS Support bundle should have optional dependency on Servlet API

2013-03-06 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra reopened FELIX-3956: This can be done in a better way using ServiceFactory as suggested by Felix [1] [1] http

[jira] [Resolved] (FELIX-3956) JAAS Support bundle should have optional dependency on Servlet API

2013-03-15 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved FELIX-3956. Resolution: Fixed Changed the logic to use ServiceFactory with revision 1456909

[jira] [Created] (FELIX-3980) Add documentation related to usage of Felix JAAS Bundle

2013-03-20 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3980: -- Summary: Add documentation related to usage of Felix JAAS Bundle Key: FELIX-3980 URL: https://issues.apache.org/jira/browse/FELIX-3980 Project: Felix

[jira] [Created] (FELIX-3981) Create a sample project for demonstrating Felix JAAS main features

2013-03-20 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3981: -- Summary: Create a sample project for demonstrating Felix JAAS main features Key: FELIX-3981 URL: https://issues.apache.org/jira/browse/FELIX-3981 Project: Felix

[jira] [Created] (FELIX-3981) Create a sample project for demonstrating Felix JAAS main features

2013-03-20 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3981: -- Summary: Create a sample project for demonstrating Felix JAAS main features Key: FELIX-3981 URL: https://issues.apache.org/jira/browse/FELIX-3981 Project: Felix

[jira] [Created] (FELIX-3982) Allow usage of LoginModule present outside of OSGi space

2013-03-21 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3982: -- Summary: Allow usage of LoginModule present outside of OSGi space Key: FELIX-3982 URL: https://issues.apache.org/jira/browse/FELIX-3982 Project: Felix

[jira] [Created] (FELIX-3983) Use inlined Sling commons PropertiesUtil for reading config values

2013-03-21 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3983: -- Summary: Use inlined Sling commons PropertiesUtil for reading config values Key: FELIX-3983 URL: https://issues.apache.org/jira/browse/FELIX-3983 Project: Felix

[jira] [Resolved] (FELIX-3983) Use inlined Sling commons PropertiesUtil for reading config values

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved FELIX-3983. Resolution: Fixed Fixed with revision 1459169 Use inlined Sling commons

[jira] [Updated] (FELIX-3981) Create a sample project for demonstrating Felix JAAS main features

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3981: --- Component/s: JAAS Create a sample project for demonstrating Felix JAAS main features

[jira] [Updated] (FELIX-3982) Allow usage of LoginModule present outside of OSGi space

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3982: --- Component/s: JAAS Allow usage of LoginModule present outside of OSGi space

[jira] [Updated] (FELIX-3980) Add documentation related to usage of Felix JAAS Bundle

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3980: --- Component/s: JAAS Add documentation related to usage of Felix JAAS Bundle

[jira] [Updated] (FELIX-3935) Add testcases for validating the JAAS Feature implementation

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3935: --- Component/s: JAAS Add testcases for validating the JAAS Feature implementation

[jira] [Created] (FELIX-3984) Use default application/realm name of 'other' if none specified

2013-03-21 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3984: -- Summary: Use default application/realm name of 'other' if none specified Key: FELIX-3984 URL: https://issues.apache.org/jira/browse/FELIX-3984 Project: Felix

[jira] [Resolved] (FELIX-3984) Use default application/realm name of 'other' if none specified

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra resolved FELIX-3984. Resolution: Fixed Added support with rev 1459204 along with testcase. Unless overridden

[jira] [Updated] (FELIX-3985) ConfigSpiOsgi should be registered by default

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3985: --- Fix Version/s: jaas-0.0.2 ConfigSpiOsgi should be registered by default

[jira] [Updated] (FELIX-3983) Use inlined Sling commons PropertiesUtil for reading config values

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3983: --- Fix Version/s: jaas-0.0.2 Use inlined Sling commons PropertiesUtil for reading config

[jira] [Updated] (FELIX-3982) Allow usage of LoginModule present outside of OSGi space

2013-03-21 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Mehrotra updated FELIX-3982: --- Affects Version/s: (was: jaas-0.0.2) Allow usage of LoginModule present outside

[jira] [Work started] (FELIX-3981) Create a sample project for demonstrating Felix JAAS main features

2013-03-22 Thread Chetan Mehrotra (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-3981 started by Chetan Mehrotra. Create a sample project for demonstrating Felix JAAS main features

[jira] [Created] (FELIX-3989) Add support for determining code coverage with integration testcases

2013-03-22 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created FELIX-3989: -- Summary: Add support for determining code coverage with integration testcases Key: FELIX-3989 URL: https://issues.apache.org/jira/browse/FELIX-3989 Project

  1   2   3   >