// If we are doing replication initialize jxta pipes if they
// haven't been already
String passedInPersistenceType = getPassedInPersistenceType();
if (EEPersistenceTypeResolver.REPLICATED_TYPE.equalsIgnoreCase(passedInPersistenceType)) {
JxtaReplicationReceiver receiver = JxtaReplicationReceiver.createInstance();
receiver.doPipeInitialization();
// ensure the Replication DialogFragmentManager service is initialized and started.
DialogFragmentManager dfm = DialogFragmentManager.getInstance();
try {
if (dfm instanceof ReplicationDialogFragmentManager) {