i'm reading the in-depth tutorial for the kitchensink project:
https://docs.jboss.org/author/display/AS7/The+kitchensink+example+in+depth
and it says "import.sql which Hibernate, the JPA provider in JBoss AS 7, will use to load the initial users into the application when the application starts"
where/how do they do this? where's the "load on startup" functionality?