#this file specifies ArcSDE connection properties #for ArcSDE DataSource test cases # #Modify it to adapt to your ArcSDE environment #dbtype is a fixed value dbtype=arcsde server= port= instance= user= password= pool.minConnections=1 pool.maxConnections=2 pool.timeOut=1000 #specifies an optional configuration keyword to use when creating/destroying #tables during testing configKeyword=DEFAULTS #specifies an SDE table name that can be used #to test the creation of feature types. #CAUTION: be sure you do not specify a table name which already #exists and that you don't have to loose! temp_table=DELETE_ME