views:

18

answers:

0

Hi,

I using hibernate with netbeans. It's my first time. I'm following this tutorial: http://netbeans.org/kb/docs/web/hibernate-webapp.html#01

All is well, except when I come to the part "Creating the Hibernate Mapping Files and POJOs ". The problem is no classes are being generated. My hibernate.reveng.xml also seems to be short since it contains only this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-reverse-engineering PUBLIC "-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd"&gt;
<hibernate-reverse-engineering>
  <schema-selection match-catalog="sakila"/>
  <table-filter match-name="category"/>
  <table-filter match-name="film_category"/>
  <table-filter match-name="actor"/>
  <table-filter match-name="film_actor"/>
  <table-filter match-name="film"/>
  <table-filter match-name="language"/>
</hibernate-reverse-engineering>

Any ideas please? 10x a lot! Krt_Malta