1. net.sf.hibernate.MappingException: Resource: /Persons.hbm.xm forum.hibernate.org |
2. org.hibernate.MappingException: Resource: *.hbm.xml forum.hibernate.orgorg.hibernate.MappingException: Resource: FileToSave.hbm.xml not found at org.hibernate.cfg.Configuration.addResource(Configuration.java:465) at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1404) at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1372) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1353) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1329) at org.hibernate.cfg.Configuration.configure(Configuration.java:1283) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:133) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:123) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:107) at org.hibernate.eclipse.console.workbench.ConsoleConfigurationWorkbenchAdapter.getChildren(ConsoleConfigurationWorkbenchAdapter.java:19) at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:68) at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:192) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) ------- I am using Hibernate Configuration of Eclipse plugin and this is the error I received. This is my hibernate file: |