All Implemented Interfaces:
ServerPlatform

public class CDISEPlatform extends JMXServerPlatformBase
A JMXServerPlatformBase that arranges things such that CDI, not JNDI, will be used to acquire a TransactionManager and MBeanServer.

Most users will not use this class directly, but will supply its fully-qualified name as the value of the eclipselink.target-server Eclipselink JPA extension property in a META-INF/persistence.xml file.

For example:

<property name="eclipselink.target-server"
          value="io.helidon.integrations.cdi.eclipselink.CDISEPlatform"/>
See Also: