Fórum ERRO NO ARQUVIO #527743
03/08/2015
0
Configurando Hibernate
Estou com um erro nesse arquivo, mas não consigo encontrar, alguém pode me dar uma força?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate configuration DTD 3.0//EN" "http://hibernate.sourceforge.net]/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="hibernate.dialect"> org.hibernate.dialect.MySQLDialect</property>
<property nome="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property nome="hibernate.connection.url">jdbc:mysql://localhost:3306/introhibernate</property>
<property nome="hibernate.connection.username">root</property>
<property nome="hibernate.connection.password">password</property>
<property nome="hibernate.show_sql">true</property>
<property nome="hibernate.current_session_context_class">thread</property>
<mapping resource="Pessoa.hbm.xml"/>
</session-factory>
</hibernate-configuration>
Estou com um erro nesse arquivo, mas não consigo encontrar, alguém pode me dar uma força?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate configuration DTD 3.0//EN" "http://hibernate.sourceforge.net]/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="hibernate.dialect"> org.hibernate.dialect.MySQLDialect</property>
<property nome="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property nome="hibernate.connection.url">jdbc:mysql://localhost:3306/introhibernate</property>
<property nome="hibernate.connection.username">root</property>
<property nome="hibernate.connection.password">password</property>
<property nome="hibernate.show_sql">true</property>
<property nome="hibernate.current_session_context_class">thread</property>
<mapping resource="Pessoa.hbm.xml"/>
</session-factory>
</hibernate-configuration>
Melojcley
Curtir tópico
+ 0
Responder
Posts
04/08/2015
Robson Teixeira
Bom dia,
Favor explicar melhor o seu problema para que possamos ajuda-lo melhor.
Att
Robson
Favor explicar melhor o seu problema para que possamos ajuda-lo melhor.
Att
Robson
Responder
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)