If I can make a small test case I will. Outline:
As of the prior git commit, I have a working test. It uses Pax-exam, provisioning felix config admin and scr, current versions. It uses the config admin module to set up a PID. I have a component that requires that pid. The component is activated. All works. I made some changes that should only affect code after the call to the activate method. The tests stops working, because the component is never activated. If I debug inside of Felix SCR, I see that the SCR code that listens for ConfigurationAdmin so as to install listeners is never called. Yet CA is certainly in there; my pax-exam test can request injection of the ConfigurationAdmin service and receive it. It is possible that I perturbed the classpath, in order or in content. That's on my list of things to recheck. The larger integration tests of the larger system that includes these pieces all work, as well. -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
