//Quiesce the Unit, nothing should happen
QuiesceParticipant participant = getParticipant("org.apache.aries.jpa.container");
MultiQuiesceCallback callback = new MultiQuiesceCallback();
participant.quiesce(callback, Collections.singletonList(getBundle(
"org.apache.aries.jpa.org.apache.aries.jpa.container.itest.bundle")));
//Quiesce the context, still nothing
participant = getParticipant("org.apache.aries.jpa.container.context");