The logic to deploy EclipseLink's MBeans is located in the
org.eclipse.persistence.platform.server.ServerPlatform implementations.
You should be able to define your own implementation. This is probably
best done subclassing
org.eclipse.persistence.platform.server.ServerPlatformBase and using the
other container implementations to guide you.