Persona Unit Test
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" org.hibernate.MappingNotFoundException: resource: it/html/hibernate/Persona.hbm.xml not found
at org.hibernate.cfg.Configuration.addResource(Config uration.java:596)
at org.hibernate.cfg.Configuration.parseMappingElemen t(Configuration.java:1621)
at org.hibernate.cfg.Configuration.parseSessionFactor y(Configuration.java:1589)
at org.hibernate.cfg.Configuration.doConfigure(Config uration.java:1568)
at org.hibernate.cfg.Configuration.doConfigure(Config uration.java:1542)
at org.hibernate.cfg.Configuration.configure(Configur ation.java:1462)
at org.hibernate.cfg.Configuration.configure(Configur ation.java:1448)
at it.html.hibernate.PersonaUnitTest.main(PersonaUnit Test.java:14)