diff --git a/annotations/src/main/java/org/hibernate/ejb/orm_1_0.xsd b/annotations/src/main/resources/org/hibernate/ejb/orm_1_0.xsd similarity index 100% rename from annotations/src/main/java/org/hibernate/ejb/orm_1_0.xsd rename to annotations/src/main/resources/org/hibernate/ejb/orm_1_0.xsd diff --git a/annotations/src/test/resources/hibernate.properties b/annotations/src/test/resources/hibernate.properties index e65a2fca11..e5cae5f973 100644 --- a/annotations/src/test/resources/hibernate.properties +++ b/annotations/src/test/resources/hibernate.properties @@ -36,4 +36,6 @@ hibernate.format_sql true hibernate.max_fetch_depth 5 hibernate.cache.region_prefix hibernate.test -hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider \ No newline at end of file +hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider + +hibernate.cache.use_query_cache true