# This file provides the proeprties used when creating a datasource. # Copy modify for your install (location of db, id, password etc). # # Run the jboss cli with the appropriate properties as follows # # ./jboss-cli.sh -c --properties=my-cal-properties.yxy --file=wildfly-create.txt # jdbcUrl=jdbc:h2:tcp://localhost/CalDb username=sa password=sa driver=h2 jndiname=java:/CalendarDS name=bwCalPool