########################################## # Common Properties for the default test of using the Teiid Driver ########################################## connection-type=driver process-batch = 20 connector-batch = 20 # this is how to submit queries to Teiid # default is true execute.in.batch=false ########################################## # properties for Teiid connection ########################################## driver=org.teiid.jdbc.TeiidDriver URL=jdbc:metamatrix:Transaction@mm://127.0.0.1:31000 User=admin Password=teiid DatabaseName=Transaction ServerName=localhost PortNumber=31000 application-name=txn-test # jboss # mm.ds-jndiname=java:mmXA # usertxn-jndiname=UserTransaction # weblogic mm.ds-jndiname=mmXA usertxn-jndiname=java:comp/UserTransaction admin.url=mm://localhost:31443 admin.user=admin admin.password=admin # These mappings control what datasource is mapped to which model when the -Dusedatasources= option is used # or the system environment is set. # # By providing the numerical order, it indicates which datasource to assign based on the order when the "usedatasources" property is # specified. If not specified, the numerical order has no impact. # # If -Dusedatasources is not set, then the datasource will be assigned randomly when obtaining a datasource. # # pm1=1 pm2=2