Apanhei, mas consegui fazer o hibernate chegar no final...
Só que agora, tá dando o seguinte erro:2007-03-05 17:21:50,703 WARN hibernate.util.JDBCExceptionReporter -> SQL Error: 0, SQLState: 42P01
2007-03-05 17:21:50,703 ERROR hibernate.util.JDBCExceptionReporter -> ERROR: relation "hibernate_sequence" does not exist
Erro: could not get next sequence value
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate Mapping DTD 3.0//EN"
"hibernate-mapping-3.0.dtd">
<hibernate-mapping>
<class name="CorrespUsr" schema="public" table="corresp_usr">
<id column="usuario" name="usuario" type="long">
<generator class="native"/>
</id>
<property column="nome" length="200" name="nome" type="string"/>
<property column="setor" length="200" name="setor" type="string"/>
<property column="senha" length="20" name="senha" type="string"/>
<property column="status_2" length="4" name="status2" type="integer"/>
</class>
</hibernate-mapping>
Qual foi a minha "cagada"?! hehehe
:lol:
Valeu!
