• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate Configuration Mapping document DTD error while working offline in Eclipse Juno

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am new to Hibernate.I have created hibernate configuration file in my project.My application works fine when I am connected to internet.However while testing offline it gives following exception


I have searched on net and found out that some jar might be missing and hence as prescribed in (https://coderanch.com/t/593063/ORM/databases/hibernate-programme#2702224) the post I have added all jars to class path.Still issue persists.I have also tried to change dtd url
from "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd" to "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd".However issue still persists.Can anybody please help in this regard as I am stuck on this issue for very long period.My configuration file is given below

 
reply
    Bookmark Topic Watch Topic
  • New Topic