I am using iPOJO 1.11.2, and I am not seeing the @PostRegistration callback being made.
What I see is the following happening: 1. TestService Constructor 2. TestService @Validate 3. TestService @PostUnregistration TestService looks like the following: Why is @PostUnregistration being called instead of @PostRegistration? Thanks! -- View this message in context: http://apache-felix.18485.x6.nabble.com/iPOJO-PostRegistration-not-being-called-tp5009596.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

