Error on line 5 of document : The document type declaration for root element type "hibernate-configuration" must end with '>'




<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://ift.tt/1qaKfnF

<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="hibernate.connection.url">jdbc:oracle:thin:@localhost:1521/XE</property>
<property name="hibernate.connection.username">technogen</property>
<property name="hibernate.connection.password">tiger</property>
<property name="hibernate.dialect">org.hibernate.dialect.Oracledialect</property>
<mapping resource="src/student.hbm.xml"/>
</session-factory>
</hibernate-configuration>

No comments:

Post a Comment