[jira] [Commented] (FELIX-6184) NoClassDefFoundError: jdk/internal/reflect/ConstructorAccessorImpl with Oracle JDK 11.0.3

2019-10-22 Thread Julian Sedding (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956780#comment-16956780 ] Julian Sedding commented on FELIX-6184: --- bq. I still need to figure out why those services

[jira] [Commented] (FELIX-5862) Bind a Service with an configurable target/placeholder in @Referance annotation

2018-06-08 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16506058#comment-16506058 ] Julian Sedding commented on FELIX-5862: --- Take a look at [Declarative Service's Target Property

Re: [ANN] New committer: Christian Schneider

2018-05-04 Thread Julian Sedding
Congratulations Christian! On Fri, May 4, 2018 at 10:24 AM, Pierre De Rop wrote: > Hi Christian, congratulations and welcome ! > > cheers > Pierre > > On Thu, May 3, 2018 at 6:48 PM, Jean-Baptiste Onofré > wrote: > >> Congrats Christian and welcome ;)

Re: [ANN] Welcome Tom Watson as a new PMC member

2018-05-04 Thread Julian Sedding
Congratulations Tom! On Fri, May 4, 2018 at 10:22 AM, David Bosschaert wrote: > Welcome Tom! > > David > > On 4 May 2018 at 09:22, Pierre De Rop wrote: > >> Welcome Tom ! ... it's cool to see new PMCs at Felix :-) >> >> cheers >> Pierre >> >>

Re: [ANN] Welcome Raymond Augé as a new PMC member

2018-05-04 Thread Julian Sedding
Congratulations Raymond! On Fri, May 4, 2018 at 10:21 AM, David Bosschaert wrote: > Welcome Ray! > > David > > On 4 May 2018 at 09:18, Pierre De Rop wrote: > >> Welcome Raymond, thanks for joining us. >> >> cheers >> Pierre >> >> On Thu, May

Re: [ANN] New committer: Andrei Dulvac

2018-05-04 Thread Julian Sedding
Congratulations Andrei! On Fri, May 4, 2018 at 10:21 AM, David Bosschaert wrote: > Welcome Andrei! > > David > > On 4 May 2018 at 09:19, Pierre De Rop wrote: > >> Hello Andrei, >> >> welcome ! >> >> Pierre >> >> On Thu, May 3, 2018 at 6:46 PM,

Re: On Demand Imports

2017-08-30 Thread Julian Sedding
Hi Edmond Apache Sling solves this problem by using a Dynamic Class Loader [0]. This bundle provides a DynamicClassLoaderManager service that you can depend on. It provides a class loader that can delegate to each bundle's class loader. When a bundle's state changes (e.g bundle is stopped), the

Re: memory visibility of @Reference service references

2017-05-03 Thread Julian Sedding
Hi Neil On Tue, May 2, 2017 at 10:10 PM, Neil Bartlett wrote: > I think I get what Dirk is saying, and although I disagree with some of his > analysis there is arguably a gap in the DS specification that makes this > unclear. I hope somebody can point at the vital

Re: memory visibility of @Reference service references

2017-05-03 Thread Julian Sedding
Hi Dirk Thanks for bringing up this discussion. I find it educational. On Tue, May 2, 2017 at 10:27 PM, Dirk Hogan wrote: > Hi Neil- > OK - now we are getting somewhere. > > You need to dig a bit deeper to see what establishes a happens-before > relationship. For

Re: memory visibility of @Reference service references

2017-04-28 Thread Julian Sedding
> However I Think that with the synchronization in Felix DS requesting threads > will get correct information. > > thanks > david jencks > >> On Apr 28, 2017, at 1:13 AM, Julian Sedding <jsedd...@gmail.com> wrote: >> >> My theory is as follows: >> &g

Re: memory visibility of @Reference service references

2017-04-28 Thread Julian Sedding
My theory is as follows: 1. DS creates a new instances of the service S1 in thread T1 2. DS injects the (static) @Reference service in thread T1 3. DS calls activate() in thread T1 4. at this time no other thread has a reference to service S1 5. DS publishes the service in the OSGi service

Re: Component Property Type with empty array as default value

2017-02-13 Thread Julian Sedding
> > On Fri, Feb 10, 2017 at 2:25 PM, Carsten Ziegeler <cziege...@apache.org> > wrote: > >> Hi Julian >> >> I think this question is best asked on osgi-...@mail.osgi.org . >> >> Regards >> Carsten >> >> Julian Sedding wrote >> &g

Component Property Type with empty array as default value

2017-02-02 Thread Julian Sedding
Hi all I have been puzzled recently when using DS Component Property Types by the following situation (see also FELIX-5404[0]): @interface Config { String[] whitelist default {}; } public class WhitelistComponent { private String[] whitelist; @Activate void activate(Config

Re: [VOTE] Release Apache Felix SCR 2.0.8 and Utils 1.8.6

2017-01-12 Thread Julian Sedding
+1 (non-binding) Regards Julian On Thu, Jan 12, 2017 at 9:00 AM, Clement Escoffier wrote: > +1, > > Regards, > > Clement >

Re: [VOTE] Release Apache Felix Web Console 4.2.18

2017-01-11 Thread Julian Sedding
+1 (non-binding) Regards Julian On Wed, Jan 11, 2017 at 2:59 PM, Jean-Baptiste Onofré wrote: > +1 (binding) > > Regards > JB > > On 01/11/2017 07:54 AM, Carsten Ziegeler wrote: >> >> +1 >> >> >> >> > > -- > Jean-Baptiste Onofré > jbono...@apache.org > http://blog.nanthrax.net

Re: release of web console 4.2.18?

2017-01-09 Thread Julian Sedding
Hi Stefan I would appreciate if you could take a look at FELIX-5484[0]. It's a trivial improvement of the name hint display. Regards Julian [0] https://issues.apache.org/jira/browse/FELIX-5484 On Mon, Jan 9, 2017 at 11:20 AM, Stefan Seifert wrote: > i'm planning to do

[jira] [Updated] (FELIX-5484) Webconsole configuration factory name hint array rendering

2017-01-09 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-5484: -- Attachment: FELIX-5484-jsedding.patch Attaching proposed patch. > Webconsole configurat

[jira] [Created] (FELIX-5484) Webconsole configuration factory name hint array rendering

2017-01-09 Thread Julian Sedding (JIRA)
Julian Sedding created FELIX-5484: - Summary: Webconsole configuration factory name hint array rendering Key: FELIX-5484 URL: https://issues.apache.org/jira/browse/FELIX-5484 Project: Felix

Re: [ANN] New Apache Felix Committer: Stefan Seifert

2017-01-06 Thread Julian Sedding
Congratulations Stefan! Good work! Regards Julian On Wed, Jan 4, 2017 at 4:11 PM, Felix Meschberger wrote: > Congratulations and welcome, Stefan ! > > Keep the good stuff coming. > > Regards > Felix > >> Am 23.12.2016 um 11:47 schrieb Stefan Seifert :

[jira] [Comment Edited] (FELIX-5404) Annotation configurations default values are not considered

2016-12-21 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15766954#comment-15766954 ] Julian Sedding edited comment on FELIX-5404 at 12/21/16 12:35 PM: -- Thanks

[jira] [Commented] (FELIX-5404) Annotation configurations default values are not considered

2016-12-21 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15766954#comment-15766954 ] Julian Sedding commented on FELIX-5404: --- Thanks [~cziegeler] and [~djencks]. It seems that my

[jira] [Updated] (FELIX-5404) Annotation configurations default values are not considered

2016-12-15 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-5404: -- Attachment: FELIX-5404-integration-test-jsedding.patch [~cziegeler] Attached is a failing

[jira] [Comment Edited] (FELIX-5404) Annotation configurations default values are not considered

2016-12-14 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15748160#comment-15748160 ] Julian Sedding edited comment on FELIX-5404 at 12/14/16 12:00 PM

[jira] [Commented] (FELIX-5404) Annotation configurations default values are not considered

2016-12-14 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15748160#comment-15748160 ] Julian Sedding commented on FELIX-5404: --- [~cziegeler] you mean an test that tests the entire stack

[jira] [Updated] (FELIX-5404) Annotation configurations default values are not considered

2016-11-10 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-5404: -- Attachment: FELIX-5404-jsedding.patch Attached patch extends the {{AnnotationTest

[jira] [Created] (FELIX-5404) Annotation configurations default values are not considered

2016-11-10 Thread Julian Sedding (JIRA)
Julian Sedding created FELIX-5404: - Summary: Annotation configurations default values are not considered Key: FELIX-5404 URL: https://issues.apache.org/jira/browse/FELIX-5404 Project: Felix

[jira] [Commented] (FELIX-5258) Add a new MOJO which verifies the bundle integrity

2016-05-18 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15288807#comment-15288807 ] Julian Sedding commented on FELIX-5258: --- In the case of an error, a link to http://bnd.bndtools.org

Re: Usage of SNAPSHOT qualifier in package exports

2016-04-07 Thread Julian Sedding
Hi Raúl A simple workaround to remove this ambiguity is to use odd micro versions for snapshots only and even micro versions for releases. We use this strategy in the Apache Sling project successfully since several years. I.e. 1.0.1-SNAPSHOT 1.0.2 <-- release 1.0.3-SNAPSHOT 1.0.4 <-- release

Re: Deadlocks involving Felix' global lock

2016-03-14 Thread Julian Sedding
PS: see also FELIX-5215 On Mon, Mar 14, 2016 at 6:00 PM, Julian Sedding <jsedd...@gmail.com> wrote: > Hi all > > I have recently analyzed two thread dumps on a framework 4.6.1 with > deadlocks involving the FelixFrameworkWiring thread calling > Felix.refreshPackages and anot

Deadlocks involving Felix' global lock

2016-03-14 Thread Julian Sedding
Hi all I have recently analyzed two thread dumps on a framework 4.6.1 with deadlocks involving the FelixFrameworkWiring thread calling Felix.refreshPackages and another thread. In both cases the FelixFrameworkWiring thread holds Felix' global lock in Felix.refreshPackages, the other thread holds

[jira] [Updated] (FELIX-5215) Deadlocks involving global lock

2016-03-14 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-5215: -- Attachment: deadlock-02.txt deadlock-01.txt Threaddumps showing deadlocks

[jira] [Created] (FELIX-5215) Deadlocks involving global lock

2016-03-14 Thread Julian Sedding (JIRA)
Julian Sedding created FELIX-5215: - Summary: Deadlocks involving global lock Key: FELIX-5215 URL: https://issues.apache.org/jira/browse/FELIX-5215 Project: Felix Issue Type: Improvement

[jira] [Commented] (FELIX-5062) maven-bundle-plugin includes tests dependencies in package analysis

2015-10-27 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976030#comment-14976030 ] Julian Sedding commented on FELIX-5062: --- Thanks for the quick fix! > maven-bundle-plugin inclu

[jira] [Updated] (FELIX-5062) maven-bundle-plugin includes tests dependencies in package analysis

2015-10-26 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-5062: -- Attachment: FELIX-5062-integration-test.patch The patch adds an integration test illustrating

[jira] [Commented] (FELIX-3104) Registering/unregistering HttpService with CometdServiceImpl repeatedly causes ClassCastException

2015-10-02 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14940943#comment-14940943 ] Julian Sedding commented on FELIX-3104: --- [~cziegeler] I don't know. I have not used Cometd since

Re: December Board Report

2014-12-09 Thread Julian Sedding
Off the top of my head new committers: Stefan Seifert, Konrad Windszus, Julian Sedding Regards Julian On Tue, Dec 9, 2014 at 10:57 AM, Carsten Ziegeler cziege...@apache.org wrote: I've prepared the board report for December at: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId

Re: December Board Report

2014-12-09 Thread Julian Sedding
Please ignore the previous: wrong list. On Tue, Dec 9, 2014 at 1:28 PM, Julian Sedding jsedd...@gmail.com wrote: Off the top of my head new committers: Stefan Seifert, Konrad Windszus, Julian Sedding Regards Julian On Tue, Dec 9, 2014 at 10:57 AM, Carsten Ziegeler cziege...@apache.org

[jira] [Commented] (FELIX-4512) Add a new Mojo to invoke the BND Baseline tool

2014-05-14 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997425#comment-13997425 ] Julian Sedding commented on FELIX-4512: --- Thanks for pushing to get

[jira] [Created] (FELIX-4477) Sporadic failure to resolve jar files embedded in fragment bundles

2014-04-03 Thread Julian Sedding (JIRA)
Julian Sedding created FELIX-4477: - Summary: Sporadic failure to resolve jar files embedded in fragment bundles Key: FELIX-4477 URL: https://issues.apache.org/jira/browse/FELIX-4477 Project: Felix

[jira] [Updated] (FELIX-4477) Sporadic failure to resolve jar files embedded in fragment bundles

2014-04-03 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-4477: -- Description: Scenario: - two fragment bundles, f1 and f2, are attached to the same host bundle

[jira] [Closed] (FELIX-4477) Sporadic failure to resolve jar files embedded in fragment bundles

2014-04-03 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding closed FELIX-4477. - Resolution: Duplicate Thanks for pointing this out Robert. Yes, it's a duplicate. Sporadic

[jira] [Commented] (FELIX-4295) @Option documented instead of @PropertyOption

2013-12-10 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13844066#comment-13844066 ] Julian Sedding commented on FELIX-4295: --- Thanks Carsten! @Option documented

[jira] [Created] (FELIX-4295) @Option documented instead of @PropertyOption

2013-10-27 Thread Julian Sedding (JIRA)
Julian Sedding created FELIX-4295: - Summary: @Option documented instead of @PropertyOption Key: FELIX-4295 URL: https://issues.apache.org/jira/browse/FELIX-4295 Project: Felix Issue Type

[jira] [Commented] (FELIX-3360) Bundle location is statically set for dynamically bound bundles

2013-08-14 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13739441#comment-13739441 ] Julian Sedding commented on FELIX-3360: --- Thanks for the fix, Felix. Thinking

[jira] [Commented] (FELIX-3360) Bundle location is statically set for dynamically bound bundles

2013-08-13 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13738010#comment-13738010 ] Julian Sedding commented on FELIX-3360: --- {quote} I don't know if Julian's patch

Re: [DS/SCR] Configuration Binding

2013-08-12 Thread Julian Sedding
See FELIX-3360, where I raised the same issue and provided a patch. The patch may be outdated by now, I didn't check recently. Regards Julian [0] https://issues.apache.org/jira/browse/FELIX-3360 On Mon, Aug 12, 2013 at 9:42 AM, Marcel Offermans marcel.offerm...@luminis.nl wrote: I don't

[jira] [Commented] (FELIX-4063) Avoid warnings when using @SlingServlet and @SlingFilter annotations

2013-05-14 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13656964#comment-13656964 ] Julian Sedding commented on FELIX-4063: --- Your change is slightly better than my

[jira] [Created] (FELIX-4063) Avoid warnings when using @SlingServlet and @SlingFilter annotations

2013-05-13 Thread Julian Sedding (JIRA)
Julian Sedding created FELIX-4063: - Summary: Avoid warnings when using @SlingServlet and @SlingFilter annotations Key: FELIX-4063 URL: https://issues.apache.org/jira/browse/FELIX-4063 Project: Felix

[jira] [Updated] (FELIX-4063) Avoid warnings when using @SlingServlet and @SlingFilter annotations

2013-05-13 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-4063: -- Attachment: FELIX-4063.patch The attached patch makes properties private only if metatype

[jira] [Commented] (FELIX-3360) Bundle location is statically set for dynamically bound bundles

2012-02-22 Thread Julian Sedding (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213502#comment-13213502 ] Julian Sedding commented on FELIX-3360: --- The spec states that a configuration

[jira] [Updated] (FELIX-3360) Bundle location is statically set for dynamically bound bundles

2012-02-21 Thread Julian Sedding (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3360: -- Attachment: SLING-3360.patch proposed patch Bundle location is statically

[jira] [Created] (FELIX-3360) Bundle location is statically set for dynamically bound bundles

2012-02-21 Thread Julian Sedding (Created) (JIRA)
Components: Configuration Admin Affects Versions: configadmin-1.2.8 Reporter: Julian Sedding Attachments: SLING-3360.patch The method ConfigurationAdminImpl#getConfiguration(pid) dynamically sets the configuration's bundle location if it is null. However, it uses

[jira] [Updated] (FELIX-3360) Bundle location is statically set for dynamically bound bundles

2012-02-21 Thread Julian Sedding (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3360: -- Attachment: (was: SLING-3360.patch) Bundle location is statically set for dynamically

[jira] [Updated] (FELIX-3360) Bundle location is statically set for dynamically bound bundles

2012-02-21 Thread Julian Sedding (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3360: -- Attachment: FELIX-3360.patch Bundle location is statically set for dynamically bound

[jira] [Commented] (FELIX-3179) Add generic type information

2011-10-21 Thread Julian Sedding (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13133099#comment-13133099 ] Julian Sedding commented on FELIX-3179: --- Lucas, you beat me to it ;) My patch moves

[jira] [Updated] (FELIX-3179) Add generic type information

2011-10-21 Thread Julian Sedding (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3179: -- Attachment: copyOnWriteInstalledBundles.patch Patch proposing encapsulation of the copy

Re: [VOTE] Accept Ken Gilmer's lightweight HTTP Service implementation

2011-09-23 Thread Julian Sedding
+1 (non-binding) Regards Julian On Fri, Sep 23, 2011 at 9:46 AM, Clement Escoffier clement.escoff...@gmail.com wrote: +1, Regards, Clement On 22.09.2011, at 23:07, Karl Pauls wrote: +1 regards, Karl On Thu, Sep 22, 2011 at 10:55 PM, Richard S. Hall he...@ungoverned.org wrote:

[jira] [Updated] (FELIX-3102) Cleanup dependencies of org.apache.felix.http.cometd

2011-09-22 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3102: -- Priority: Blocker (was: Major) I'm setting this to blocker, because the attached patch

[jira] [Commented] (FELIX-2889) Invalid JSON content in http response after starting or stopping a bundle.

2011-09-13 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103611#comment-13103611 ] Julian Sedding commented on FELIX-2889: --- No worries, thanks for the fix! Invalid

[jira] [Commented] (FELIX-2889) Invalid JSON content in http response after starting or stopping a bundle.

2011-09-12 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102773#comment-13102773 ] Julian Sedding commented on FELIX-2889: --- The quotes are mandatory only if the key

[jira] [Commented] (FELIX-3104) Registering/unregistering HttpService with CometdServiceImpl repeatedly causes ClassCastException

2011-09-06 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097792#comment-13097792 ] Julian Sedding commented on FELIX-3104: --- Thanks for the comment, Felix. Your

[jira] [Created] (FELIX-3102) Cleanup dependencies of org.apache.felix.http.cometd

2011-09-05 Thread Julian Sedding (JIRA)
Service Affects Versions: http-2.2.0 Reporter: Julian Sedding The cometd implementation from FELIX-1796 has several issues regarding the dependencies. 1. It inroduces a cyclic dependency between org.apache.felix.http.cometd and org.apache.felix.http.api. API imports org.cometd,which

[jira] [Updated] (FELIX-3102) Cleanup dependencies of org.apache.felix.http.cometd

2011-09-05 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3102: -- Attachment: FELIX-3102.patch proposed patch Cleanup dependencies

[jira] [Updated] (FELIX-3103) CometdActivator should inherit from AbstractActivator

2011-09-05 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3103: -- Attachment: FELIX-3103.patch proposed patch CometdActivator should inherit from

[jira] [Created] (FELIX-3103) CometdActivator should inherit from AbstractActivator

2011-09-05 Thread Julian Sedding (JIRA)
: HTTP Service Affects Versions: http-2.2.0 Reporter: Julian Sedding Priority: Minor Attachments: FELIX-3103.patch The CometdActivator should inherit from AbstractActivator instead of AbstractHttpActivator. AbstractHttpActivator initialises three objects

[jira] [Updated] (FELIX-3102) Cleanup dependencies of org.apache.felix.http.cometd

2011-09-05 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3102: -- Attachment: (was: FELIX-3102.patch) Cleanup dependencies of org.apache.felix.http.cometd

[jira] [Updated] (FELIX-3102) Cleanup dependencies of org.apache.felix.http.cometd

2011-09-05 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3102: -- Attachment: FELIX-3102.patch Cleanup dependencies of org.apache.felix.http.cometd

[jira] [Created] (FELIX-3104) Registering/unregistering HttpService with CometdServiceImpl repeatedly causes ClassCastException

2011-09-05 Thread Julian Sedding (JIRA)
-3104 Project: Felix Issue Type: Bug Components: HTTP Service Affects Versions: http-2.2.0 Reporter: Julian Sedding Priority: Minor CometdServiceImpl uses org.mortbay.cometd.continuation.ContinuationCometdServlet in its implementation

[jira] [Updated] (FELIX-3104) Registering/unregistering HttpService with CometdServiceImpl repeatedly causes ClassCastException

2011-09-05 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding updated FELIX-3104: -- Attachment: FELIX-3104.patch proposed patch Registering/unregistering HttpService