diff --git a/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/TwoContainerPaxExam.java b/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/TwoContainerPaxExam.java index f839dea76..db941fc0d 100644 --- a/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/TwoContainerPaxExam.java +++ b/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/TwoContainerPaxExam.java @@ -29,6 +29,12 @@ import org.ops4j.pax.exam.junit.PaxExam; import org.ops4j.pax.exam.spi.PaxExamRuntime; +/** + * Can be used instead of the PaxExam runner to start a second + * OSGi container that typically hosts the server side for the test. + * + * Use the @ServerConfiguration annotation to mark the config of your server side + */ public class TwoContainerPaxExam extends PaxExam { private Class testClass;