Package org.glassfish.config.support
Class SystemPropertyUpgrade
java.lang.Object
org.glassfish.config.support.SystemPropertyUpgrade
- All Implemented Interfaces:
org.glassfish.api.admin.config.ConfigurationUpgrade,org.glassfish.hk2.api.PostConstruct
@Service
public class SystemPropertyUpgrade
extends Object
implements org.glassfish.api.admin.config.ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
Upgrade service to add the new 3.1 system properties to the config elements (except DAS config, server-config) in
existing domain.xml: invalid input: '<'system-property name="ASADMIN_LISTENER_PORT" value="24848">invalid input: '<'/system-property>
invalid input: '<'system-property name="OSGI_SHELL_TELNET_PORT" value="26666">invalid input: '<'/system-property>
invalid input: '<'system-property name="JAVA_DEBUGGER_PORT" value="29009">invalid input: '<'/system-property>
Use the same prefix as the config's system property HTTP_LISTENER_PORT if it exists.
- Author:
- Jennifer Chou
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemPropertyUpgrade
public SystemPropertyUpgrade()
-
-
Method Details
-
postConstruct
public void postConstruct()- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-