blob: f63736d6c945f0a4f6dbe12c43b7655e0b7a3e37 [file] [log] [blame]
This test bundles init.sql file as part of application archive. A glassfish-resources.xml file is included in the WEB-INF directory that describes the jdbc-connection-pool/jdbc-resource to be used during provisioning.
The init.sql file is used by the service provisioning engine to load data into database that is created during provisioning. Application reads data from this database table and prints the contents onto a servlet.
The database service that is provisioned is an application scoped service, service description is provided in the glassfish-services.xml file.
Please refer ../README.txt for more generic guidelines.