First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin-definition>
<name>MigratableServersJDBCConfigPlugIn</name>
<description>Create JDBC System Resources and Machines to support server migration</description>
<author>prasad@bea.com</author>
<class>weblogic.upgrade.singleton.MigratableServersJDBCConfigPlugIn</class>
<i18n>weblogic/upgrade/singleton/i18n_MigratableServersJDBCConfigPlugIn</i18n>
<input-adapter-definition>
<description>Allow username for JDBC connection pool</description>
<class>com.bea.plateng.plugin.ia.DefaultTextInputAdapter</class>
<name>TextIA</name>
<bind-property>value</bind-property>
<wf-gui>com.bea.plateng.wizard.plugin.gui.DefaultTextInputAdapterGUIPanel</wf-gui>
</input-adapter-definition>
<input-adapter-definition>
<description>Specify JDBC connection pool password</description>
<class>com.bea.plateng.plugin.ia.DefaultTextInputAdapter</class>
<name>TextIB</name>
<bind-property>value</bind-property>
<wf-gui>com.bea.plateng.wizard.plugin.gui.DefaultTextInputAdapterGUIPanel</wf-gui>
</input-adapter-definition>
<input-adapter-definition>
<description>Specify URL for JDBC Connection pool.</description>
<class>com.bea.plateng.plugin.ia.DefaultTextInputAdapter</class>
<name>TextIC</name>
<bind-property>value</bind-property>
<wf-gui>com.bea.plateng.wizard.plugin.gui.DefaultTextInputAdapterGUIPanel</wf-gui>
</input-adapter-definition>
<input-adapter-definition>
<description>Specify JDBC driver name.</description>
<class>com.bea.plateng.plugin.ia.DefaultTextInputAdapter</class>
<name>TextID</name>
<bind-property>value</bind-property>
<wf-gui>com.bea.plateng.wizard.plugin.gui.DefaultTextInputAdapterGUIPanel</wf-gui>
</input-adapter-definition>
<input-adapter-definition>
<description>Allow user to provide additional JDBC connection pool properties.</description>
<class>com.bea.plateng.plugin.ia.DefaultTextInputAdapter</class>
<name>TextIE</name>
<bind-property>value</bind-property>
<wf-gui>com.bea.plateng.wizard.plugin.gui.DefaultTextInputAdapterGUIPanel</wf-gui>
</input-adapter-definition>
</plugin-definition>

View File

@@ -0,0 +1,22 @@
###########################################################
#
# Domain Backup Group
#
###########################################################
MigratableServersConfigGroup.prepare.title.text=Converting to Migratable Servers configuration
#MigratableServersConfigGroup.prepare.instruction1.text and MigratableServersConfigGroup.prepare.instruction2.text are displayed together as a single sentence
MigratableServersConfigGroup.prepare.instruction1.text=The wizard will create JDBC connection pool necessary
MigratableServersConfigGroup.prepare.instruction2.text=for automatic server migration
MigratableServersConfigGroup.prepare.image.name=weblogic/upgrade/images/bea.gif
MigratableServersConfigGroup.prepare.message.text=The wizard will now attempt to backup your domain. On the next screen you must provide a directory and filename into which the domain files will be placed.
MigratableServersConfigGroup.prepare.border.title=Message
MigratableServersConfigGroup.execute.title.text=Converting to Migratable Servers configuration
#MigratableServersConfigGroup.execute.instruction1.text and MigratableServersConfigGroup.execute.instruction2.text are displayed together as a single sentence
MigratableServersConfigGroup.execute.instruction1.text=The wizard will configure your domain for migratable server,
MigratableServersConfigGroup.execute.instruction2.text=including setting up the necessary database connection pool
MigratableServersConfigGroup.execute.progress.text=Progress
MigratableServersConfigGroup.execute.border.title=Messages

View File

@@ -0,0 +1,33 @@
###########################################################
#
# Domain Directory Backup PlugIn
#
###########################################################
MigratableServersJDBCConfigPlugIn.compIA.input.title.text=Creating resources to support server migration
#MigratableServersJDBCConfigPlugIn.compIA.input.instruction1.text and MigratableServersJDBCConfigPlugIn.compIA.input.instruction2.text are displayed together as a single sentence
MigratableServersJDBCConfigPlugIn.compIA.input.instruction1.text=Please provide jdbc properties and machine
MigratableServersJDBCConfigPlugIn.compIA.input.instruction2.text=properties to support server migration
MigratableServersJDBCConfigPlugIn.TextIA.input.prompt.text=User Name
MigratableServersJDBCConfigPlugIn.TextIB.input.prompt.text=Password
MigratableServersJDBCConfigPlugIn.TextIC.input.prompt.text=URL
MigratableServersJDBCConfigPlugIn.TextID.input.prompt.text=Driver Name
MigratableServersJDBCConfigPlugIn.TextIE.input.prompt.text=Properties
MigratableServersJDBCConfigPlugIn.IA.input.username.text=Username cannot be null
MigratableServersJDBCConfigPlugIn.IB.input.password.text=Password cannot be null
MigratableServersJDBCConfigPlugIn.IC.input.url.text=JDBC URL cannot be null
MigratableServersJDBCConfigPlugIn.ID.input.driver.text=Driver name cannot be null
MigratableServersJDBCConfigPlugIn.IE.input.machinename.text=Machine name cannot be null
MigratableServersJDBCConfigPlugIn.IF.input.machinelistenaddress.text=Machine listen address cannot be null
MigratableServersJDBCConfigPlugIn.IG.input.machinelistenport.text=Machine listen port cannot be null
MigratableServersJDBCConfigPlugIn.execute.message.start.text=Locating domain files...
#MigratableServersJDBCConfigPlugIn.execute.message.add.prefix.text is preceeded by a file name
MigratableServersJDBCConfigPlugIn.execute.message.add.prefix.text=Added
MigratableServersJDBCConfigPlugIn.execute.failure.text=Error while attempting to backup domain!
MigratableServersJDBCConfigPlugIn.msg.machinename=Specify machine name for machine hosting {0}
MigratableServersJDBCConfigPlugIn.msg.machinelistenaddress=Specify listen address for machine hosting {0}
MigratableServersJDBCConfigPlugIn.msg.machinelistenport=Specify listen port for machine hosting {0}
MigratableServersJDBCConfigPlugIn.msg.nmtype=Specify NM Type (ssh, rsh)