###############################################################################
# Licensed Materials - Property of IBM
# 
# 
# 
# Copyright IBM Corporation 2004. All Rights Reserved. 
# 
# Note to U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP  Schedule Contract with IBM Corp. 
###############################################################################
#
# Description: Sample Input Parameters file for J2C Command Line Migration.
#
# There is a classpath length limitation for command line migration invokation.
# You may want to put your migration input into the file and then pass in
# to the migration tool as a parameter.
#
#This sample is for windows only 
#
#
#Do not translate
#
#WSDL source 
# can be a service WSDL file or folder containing one or more service WSDL files.
# do not put quotes around the string
#
#WSDL=d:\\wsdl\CustomerService.wsdl
WSDL=d:\\wsdl
#
# Name of the migration summary report - we will append .xml to it.
# if you specify REPORT=d:\mySummaryFolder\migrationReport
# make sure the mySummaryFolder exists
#
# In the plugin com.ibm.j2c.migration_6.0.1 
# There is J2CMigration.xsl style sheet for the migrationReport.xml file to reference
# The J2CMigration.xsl will be generated in where migrationReport is located.
# 
#REPORT=d:\mySummaryFolder\migrationReport  
REPORT=migrationReport
#
# Output Project Name
OUTPUTPROJECT=batchOutput
# Output Project Type: Java Web or EJB
#OUTPUTPROJECTTYPE=Web 
#OUTPUTPROJECTTYPE=EJB
OUTPUTPROJECTTYPE=Java
#
# generate data binding only 
# if we generate data binding only, generate command bean (COMMANDBEAN) must be set to false
DATABINDINGONLY=false
#
#generate command Bean
# if this is set true, databindingonly must be false
COMMANDBEAN=false
#
# cics resource adapter location - optional
# the cics resource adapter to be used for migration
# e.g. d:\IBM\sdp75\ResourceAdapters\cicseci6102.rar
# This is optional. You can specify the cics version - 6.1.0.2 instead
# If no cicsversion nor cics resource adapter location are specified,  we will default to a cics rar with spec version 1.5
#
CICSRAR=d:\IBM\sdp75\ResourceAdapters\cicseci6102.rar
#
#
# ims resource adapter location - optional
# the ims resource adapter to be used for migration
# e.g. d:\IBM\sdp75\ResourceAdapters\imsico91025.rar
# This is optional. You can specify the ims version - 9.1.0.2.5 instead
# If no ims version nor ims resource adapter location are specified,  we will default to a ims rar with spec version 1.5
#
IMSRAR=d:\IBM\sdp75\ResourceAdapters\imsico91025.rar
#
#
# cics resource adapter version - optional
# the cics version of cics resource adapter to be used for migration
# e.g. d:\IBM\sdp75\ResourceAdapters\cicseci6102.rar
# specify the cics version - 6.1.0.2 instead
# If both cicsversion or cics resource adapter location are specified,
#  we will locate the cics resource adapter  with cicsversion from Resource Adapter Registr.
#  If none is found, we will use the CICSRAR.
#  If no cics resource adapter location are specified,  we will default to a cics rar with spec version 1.5
CICSVER=6.1.0.2
#
#
# ims resource adapter version -optional
# the ims version of ims resource adapter to be used for migration
# e.g. d:\IBM\sdp75\ResourceAdapters\imsico91025.rar
# specify the ims version - 9.1.0.2.5 instead
# If both imsversion or cics resource adapter location are specified,
#  we will locate the ims resource adapter  with imsversion from Resource Adapter Registr.
#  If none is found, we will use the IMSRAR.
#  If no ims resource adapter location are specified,  we will default to an ims rar with spec version 1.5
IMSVER=9.1.0.2.5
#
#
# Runtime version - optional
# The runtime version that the connector project will be created.
# valid values - was.base.v61, was.base.v7 was.base.v6
# If none is specified, default is  was.base.v61 
#
WASVERSION=was.base.v61
#
#debug on
##DEBUG
#