Re: After adding org.apache.felix.scr Jar in bundle all my DM annotation stopped working

2019-03-08 Thread Raymond Auge
Hi Abhijeet, Are you working on a Eclipse RCP/SDK application? - Ray On Fri, Mar 8, 2019 at 1:29 AM Abhijeet Banerjee wrote: > Greetings, > Currently, I am in the process of upgrading > *"org.eclipse.osgi.services_3.7.100.v20180827-1536.jar"* > > 1. After upgrade during Bundle Validation

Re: HTTP Whiteboard HttpSessionListener Problem

2019-03-08 Thread Amit
Hi Thomas, Thanks for the quick response. The HttpSessionListener component was in SATISFIED state since no other client consumed it (lazy component). I had set the component property type to string and the HttpSessionListener became ACTIVE. Unfortunately the HttpSessionListener is still not

Re[2]: HTTP Whiteboard HttpSessionListener Problem

2019-03-08 Thread Thomas Driessen
Hi Amit, sorry but I don't think I can help you with that :( Your first error just sounded very similar to what I experienced. If You think it is a bug then you should file one in Felix's bug tracking system: https://issues.apache.org/jira/projects/FELIX/issues/ Maybe add a minimal example

Re: After adding org.apache.felix.scr Jar in bundle all my DM annotation stopped working

2019-03-08 Thread Raymond Auge
On Fri, Mar 8, 2019 at 10:43 AM Abhijeet Banerjee wrote: > Hi Ray, > > Thanks for your reply, > I didn't get your question completely, So trying to explain in short > I have a project using the OSGi framework underlying. > Due to the vulnerability issue, I am upgrading all the OSGi, HTTP,

Re: Re[2]: HTTP Whiteboard HttpSessionListener Problem

2019-03-08 Thread Amit
Hi Thomas, Thanks for your support. I just created a bug with a small GitHub repo replicating the issue. https://issues.apache.org/jira/browse/FELIX-6080 Best Regards, Amit Kumar Mondal Phone: +49 160 9100 3436  Email: a...@amitinside.com Skype: arsenalnerk   GitHub: amitjoy Blog: 

Re: After adding org.apache.felix.scr Jar in bundle all my DM annotation stopped working

2019-03-08 Thread Abhijeet Banerjee
Hi Ray, Thanks for your reply, I didn't get your question completely, So trying to explain in short I have a project using the OSGi framework underlying. Due to the vulnerability issue, I am upgrading all the OSGi, HTTP, Equinox Jars which is currently used in my Project. I am referring and

HTTP Whiteboard HttpSessionListener Problem

2019-03-08 Thread Amit
Hi, I am currently struggling with HTTP Whiteboard Session Listener. I have 2 servlets that use their own ServletContextHelpers and ServletFilters which are registered for both the aforementioned Servlet Contexts. The filters and servlets are working as expected but the custom