[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: toplink console, JMX

Ana,

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.

Doug