Do you set up the configuration programmatically using ConfigurationAdmin ? If yes then you might want to try the pax exam cm Module.
See this for an example: https://github.com/apache/aries-rsa/blob/master/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/RsaTestBase.java#L140-L144 Christian 2016-10-27 22:27 GMT+02:00 Benson Margulies <[email protected]>: > Debugging into ConfigurationAdmin, I see that when my code sets up the > PID that the component depends on, it reaches: > > log( LogService.LOG_DEBUG, "No ConfigurationListeners to send {0} > event to.", new Object[] > { asyncSender.getTypeName() } ); > } > > > So SCR is somehow not listening for configuration admin events. > > > On Thu, Oct 27, 2016 at 4:09 PM, Benson Margulies <[email protected]> > wrote: > > I have a few pax-exam tests which include Apache Felix SCR 2.0.6. > > > > I am finding them very fragile. I make very slight changes, and SCR stops > > activating some critical components. > > > > The log messages from SCR are not informative; heck, I can't even find > > > > org.slf4j.osgi-over-slf4j[org.apache.felix.scr.2.0.6] : Starting > destruction > > process bundle: org.yaml.snakeyaml/59 > > > > in the source code. > > > > I don't make any special arrangements about threads. I've tried @Inject > and > > an explicit service tracker to wait for the component; it never shows up > > when things are broken. Has anyone else been here? My production code > that > > does not use pax-exam (of course) works fine. > > > > -- > > -- > > ------------------ > > OPS4J - http://www.ops4j.org - [email protected] > > > > --- > > You received this message because you are subscribed to a topic in the > > Google Groups "OPS4J" group. > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/ops4j/P6vyapDiOpw/unsubscribe. > > To unsubscribe from this group and all its topics, send an email to > > [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > -- > ------------------ > 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. > -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> Open Source Architect http://www.talend.com <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.talend.com> -- -- ------------------ 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.
