This pull request is for customize the name of the default datasource called ExampleDS for default.
Because there are POSTGRESQL_DATASOURCE and MYSQL_DATASOURCE env variables for define the name of the datasources so I decided to named this variable just as DATASOURCE.
the default datasource name can be changed passing an env variable called DATASOURCE, for example:
This pull request is for customize the name of the default datasource called ExampleDS for default.
Because there are POSTGRESQL_DATASOURCE and MYSQL_DATASOURCE env variables for define the name of the datasources so I decided to named this variable just as DATASOURCE.
the default datasource name can be changed passing an env variable called DATASOURCE, for example:
DATASOURCE=MyCustomDS
fixes https://github.com/openshift-s2i/s2i-wildfly/issues/125