Guest User

Untitled

a guest
Jul 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. java.lang.NoClassDefFoundError: org/hibernate/Session
  2. <property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
  3. <property name="connection.driver_class">oracle.jdbc.OracleDriver</property>
  4. <property name="connection.url">jdbc:oracle:thin:@10.16.10.81:1521:orcl</property>
  5. <property name="connection.username">subrat</property>
  6. <property name="connection.password">subrat</property>
  7.  
  8. <property name="cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
  9.  
  10. <property name="transaction.factory_class">org.hibernate.transaction.JDBCTransactionFactory</property>
  11. <property name="current_session_context_class">thread</property>
  12. <property name="hibernate.show_sql">false</property>
  13.  
  14. <!-- Mapping files -->
  15. <mapping resource="hbm/user.hbm.xml"/>
Add Comment
Please, Sign In to add comment