0
Q:

Description Resource Path Location Type Content is not allowed in trailing section. hibernate.cfg.xml /ProjectwithMaven/src/main/java/com/tut line 15 Language Servers

<?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="hbm2ddl.auto">update</property>  
        <property name="dialect">org.hibernate.dialect.Oracle9Dialect</property>  
        <property name="connection.url">jdbc:oracle:thin:@ACER:1521:XE</property>  
        <property name="connection.username">system</property>  
        <property name="connection.password">SHREE</property>  
        <property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>  
    <mapping resource="employee.hbm.xml"/>  
    </session-factory>  

</hibernate-configuration>  \
0

New to Communities?

Join the community