-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
 Post subject: hibernate-configuration-3.0.dtd link is not working
PostPosted: Thu Sep 14, 2006 8:24 pm 
Newbie

Joined: Mon Aug 01, 2005 8:12 pm
Posts: 19
Location: CA
Hibernate 3.2CR4:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-configuration
PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

<hibernate-configuration>
<session-factory >

<!-- local connection properties -->
<property name="hibernate.connection.url">jdbc:sqlserver://10.1.210.52:1433;databaseName=abc</property>
<property name="hibernate.connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
<property name="hibernate.connection.username">rbtest</property>
<property name="hibernate.connection.password">pwd</property>
<!-- property name="hibernate.connection.pool_size"></property -->

<!-- dialect for Microsoft SQL Server -->
<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>

<property name="hibernate.show_sql">false</property>
<property name="hibernate.transaction.factory_class">org.hibernate.transaction.WebSphereTransactionManagerLookup</property>
</session-factory>
</hibernate-configuration>


It seems
http://hibernate.sourceforge.net/hibern ... on-3.0.dtd

link is not working and that is causing my application not to run.

Can anybody help me for workaround.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 14, 2006 8:51 pm 
Newbie

Joined: Mon Aug 01, 2005 8:12 pm
Posts: 19
Location: CA
It seems
http://hibernate.sourceforge.net site itself is not working.

Whats wrong? Or something wrong me my net connection.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 14, 2006 9:06 pm 
Newbie

Joined: Thu Sep 14, 2006 8:49 pm
Posts: 2
not just you... down for me as well.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 15, 2006 1:44 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
hibernate applications is in no way dependent on the site being up since the dtd's are included in the jars and automatically resolved IFF the dtd header is set to what is done in all of our examples and docs.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 22, 2006 8:07 pm 
Newbie

Joined: Mon Aug 01, 2005 8:12 pm
Posts: 19
Location: CA
Yes,
There was issue at my end. We have a firewall which is blocking me to connect with database and because of that hibernate use to give dtd error.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 22, 2006 9:45 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
hibernate does not require *any* connection to any remote dtd if it is configured correctly. firewall or not.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 23, 2006 2:29 am 
Newbie

Joined: Mon Aug 01, 2005 8:12 pm
Posts: 19
Location: CA
No it was giving dtd error when I checked my server log, since double dispatch wasn't working.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.