I\'m new in developing apps in JBoss so I followed their tutorials specially in making the Ticket Monster. For now, I\'ve created an Event JPA Entity and in the run, it shows th
You can continue to use the H2 database from the example. H2 can be configured to write to a file. You just need to change your connect string.
eg. jdbc:h2:~/test;
jdbc:h2:~/test;
See the H2 documentation for further options.