Class AdminConsoleConfigUpgrade

  • All Implemented Interfaces:
    ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct

    @Service
    public class AdminConsoleConfigUpgrade
    extends Object
    implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
    Adds the needed message-security-config information to domain.xml during an upgrade from a v2.X server. For more information see: https://glassfish.dev.java.net/issues/show_bug.cgi?id=13443
    • Constructor Detail

      • AdminConsoleConfigUpgrade

        public AdminConsoleConfigUpgrade()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct