Duvidas com Hibernate

Ola amigos

Graças a ajuda dos meus amigos do forun, avancei bastante com presistencia de objetos, porem agora esta dando o seguinte erro:

init:
deps-jar:
compile:
run:
0 [main] INFO cfg.Environment - Hibernate 3.0.5
16 [main] INFO cfg.Environment - hibernate.properties not found
16 [main] INFO cfg.Environment - using CGLIB reflection optimizer
32 [main] INFO cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
203 [main] INFO cfg.Configuration - Mapping resource: Hibernate/Professor.hbm.xml
Não foi possivel, Erro: Following superclasses referenced in extends not found: Pessoa
1282 [main] INFO cfg.Configuration - processing extends queue
BUILD SUCCESSFUL (total time: 2 seconds)

Sera que alguem sabe me dizer o motivo do erro.

O meu arquivo hibernate.properties esta:

hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class = org.gjt.mm.mysql.Driver
hibernate.connection.url = jdbc:mysql://localhost:3306/hibernate
hibernate.connection.username = root
hibernate.connection.password = 971013

16 [main] INFO cfg.Environment - hibernate.properties not found

pelo jeito não está encontrando seu arquivo hibernate.properties, você colocou este arquivo no seu diretório de fontes?

Ps: Não sei se tem relação, mas eu utilizo no hibernate.properties sem ‘=’. Ex:
hibernate.connection.url jdbc:mysql://localhost:3306/hibernate
Abs!
Bruno

Sim, o arquivo hibernate.properties esta no diretorio.

Ele está na raiz do source?