RE: Issue with Architecture object

2013-09-10 Thread kiran.rajabahadur
Hi Clement, Thanks for the pointers you have provided. I have used the annotation @PostRegistration as a callback to confirm the registration of my service. It works now. Regards, Kiran -Original Message- From: Raja Bahadur, Kiran (IT/IN) Sent: Monday, September 09, 2013 21:54 To:

Issue with Architecture object

2013-09-09 Thread kiran.rajabahadur
Hi, I am having an issue where one of my registered service always comes out from via Architecture object as “unregistered”. But when I actually check the karaf (container) for that instance, it shows as “registered”. I am listening to all Architecture events. (Add, Modify, Delete) using White

RE: Issue with Architecture object

2013-09-09 Thread kiran.rajabahadur
Hi Clement, Thanks for your response. I will take a quick look at it and get back to you. Another thing is that all the other services except this one come as registered when we get the update via Architecture object. Regards, Kiran -Original Message- From: Clement Escoffier

RE: Issue with Architecture object

2013-09-09 Thread kiran.rajabahadur
Hi Clement, Using our white board patterns such as this I am receiving updates of org.apache.felix.ipojo.architecture.Architecture object and also all the instance updates. (org.osgi.framework.ServiceReference) Below is the class structure which receives all the updates of Architecture