Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(768)

Unified Diff: test/org/hibernate/shards/integration/platform/hsql/config/shard2.hibernate.cfg.xml

Issue 8456: Adding check on Replicated classes Base URL: http://anonsvn.jboss.org/repos/hibernate/shards/trunk/src/
Patch Set: updating with Max's comments Created 15 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/org/hibernate/shards/integration/platform/hsql/config/shard2.hibernate.cfg.xml
===================================================================
--- test/org/hibernate/shards/integration/platform/hsql/config/shard2.hibernate.cfg.xml (revision 15196)
+++ test/org/hibernate/shards/integration/platform/hsql/config/shard2.hibernate.cfg.xml (working copy)
@@ -21,7 +21,7 @@
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
- <session-factory name="HibernateSessionFactory2">
+ <session-factory>
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
<property name="connection.driver_class">org.hsqldb.jdbcDriver</property>
<property name="connection.url">jdbc:hsqldb:mem:shard2</property>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b