in the SDM manual it says on page 8 that you can connect to any relational DB available via JDBC / Hibernate.
I started trying to modify the ccappor.hibernate.cfg.xml in the sample project 'first' appropriately for MySQL as mentioned in Hibernate doc, but this wasn't sufficient - no access to MySQL database.
I would appreciate if you could provide an example with all modifications required in the respective files.