Revision: 3802
Author: seba.wagner
Date: Sat Jun 11 03:01:49 2011
Log: Make local copy of hibernate-configuration-3.0.dtd
http://code.google.com/p/openmeetings/source/detail?r=3802
Added:
/trunk/singlewebapp/server/red5/hibernate-configuration-3.0.dtd
Modified:
/trunk/singlewebapp/WebContent/conf/any_hibernate.cfg.xml
/trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml
/trunk/singlewebapp/WebContent/conf/mysql5_hibernate.cfg.xml
/trunk/singlewebapp/WebContent/conf/mysql_hibernate.cfg.xml
/trunk/singlewebapp/WebContent/conf/postgres_hibernate.cfg.xml
=======================================
--- /dev/null
+++ /trunk/singlewebapp/server/red5/hibernate-configuration-3.0.dtd Sat Jun
11 03:01:49 2011
@@ -0,0 +1,53 @@
+<!-- Hibernate file-based configuration document.
+
+<!DOCTYPE hibernate-configuration PUBLIC
+ "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
+ "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
+
+An instance of this document contains property settings and references
+to mapping files for a number of SessionFactory instances to be listed
+in JNDI.
+
+-->
+
+<!ELEMENT hibernate-configuration (session-factory,security?)>
+
+<!ELEMENT property (#PCDATA)>
+<!ATTLIST property name CDATA #REQUIRED>
+
+<!ELEMENT mapping EMPTY> <!-- reference to a mapping file -->
+<!ATTLIST mapping resource CDATA #IMPLIED>
+<!ATTLIST mapping file CDATA #IMPLIED>
+<!ATTLIST mapping jar CDATA #IMPLIED>
+<!ATTLIST mapping package CDATA #IMPLIED>
+<!ATTLIST mapping class CDATA #IMPLIED>
+
+<!ELEMENT class-cache EMPTY>
+<!ATTLIST class-cache class CDATA #REQUIRED>
+<!ATTLIST class-cache region CDATA #IMPLIED>
+<!ATTLIST class-cache usage (read-only|read-write|nonstrict-read-write|
transactional) #REQUIRED>
+<!ATTLIST class-cache include (all|non-lazy) "all">
+
+<!ELEMENT collection-cache EMPTY>
+<!ATTLIST collection-cache collection CDATA #REQUIRED>
+
+<!ATTLIST collection-cache region CDATA #IMPLIED>
+<!ATTLIST collection-cache usage (read-only|read-write|
nonstrict-read-write|transactional) #REQUIRED>
+
+<!ELEMENT event (listener*)>
+<!ATTLIST event type (auto-flush|merge|create|create-onflush|delete|
dirty-check|evict|flush|flush-entity|load|load-collection|lock|refresh|
replicate|save-update|save|update|pre-load|pre-update|pre-insert|pre-delete|
pre-collection-recreate|pre-collection-remove|pre-collection-update|
post-load|post-update|post-insert|post-delete|post-collection-recreate|
post-collection-remove|post-collection-update|post-commit-update|
post-commit-insert|post-commit-delete) #REQUIRED>
+
+<!ELEMENT listener EMPTY>
+<!ATTLIST listener type (auto-flush|merge|create|create-onflush|delete|
dirty-check|evict|flush|flush-entity|load|load-collection|lock|refresh|
replicate|save-update|save|update|pre-load|pre-update|pre-insert|pre-delete|
pre-collection-recreate|pre-collection-remove|pre-collection-update|
post-load|post-update|post-insert|post-delete|post-collection-recreate|
post-collection-remove|post-collection-update|post-commit-update|
post-commit-insert|post-commit-delete) #IMPLIED>
+<!ATTLIST listener class CDATA #REQUIRED>
+
+<!ELEMENT session-factory (property*, mapping*, (class-cache|
collection-cache)*, event*, listener*)>
+<!ATTLIST session-factory name CDATA #IMPLIED> <!-- the JNDI name -->
+
+<!ELEMENT security (grant*)>
+<!ATTLIST security context CDATA #REQUIRED> <!--the JACC contextID-->
+
+<!ELEMENT grant EMPTY>
+<!ATTLIST grant role CDATA #REQUIRED>
+<!ATTLIST grant entity-name CDATA #REQUIRED>
+<!ATTLIST grant actions CDATA #REQUIRED>
=======================================
--- /trunk/singlewebapp/WebContent/conf/any_hibernate.cfg.xml Fri Apr 15
04:58:38 2011
+++ /trunk/singlewebapp/WebContent/conf/any_hibernate.cfg.xml Sat Jun 11
03:01:49 2011
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD
3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
+<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN" "hibernate-configuration-3.0.dtd">
<!-- Generated file - Do not edit! -->
=======================================
--- /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Sat Jun 11
02:03:41 2011
+++ /trunk/singlewebapp/WebContent/conf/hibernate.cfg.xml Sat Jun 11
03:01:49 2011
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD
3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
+<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN" "hibernate-configuration-3.0.dtd">
<!-- Generated file - Do not edit! -->
=======================================
--- /trunk/singlewebapp/WebContent/conf/mysql5_hibernate.cfg.xml Tue Jun 7
04:42:20 2011
+++ /trunk/singlewebapp/WebContent/conf/mysql5_hibernate.cfg.xml Sat Jun 11
03:01:49 2011
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD
3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
+<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN" "hibernate-configuration-3.0.dtd">
<!-- Generated file - Do not edit! -->
=======================================
--- /trunk/singlewebapp/WebContent/conf/mysql_hibernate.cfg.xml Tue Jun 7
04:42:20 2011
+++ /trunk/singlewebapp/WebContent/conf/mysql_hibernate.cfg.xml Sat Jun 11
03:01:49 2011
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD
3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
+<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN" "hibernate-configuration-3.0.dtd">
<!-- Generated file - Do not edit! -->
=======================================
--- /trunk/singlewebapp/WebContent/conf/postgres_hibernate.cfg.xml Fri Apr
15 04:58:38 2011
+++ /trunk/singlewebapp/WebContent/conf/postgres_hibernate.cfg.xml Sat Jun
11 03:01:49 2011
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN"
-
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
+<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN" "hibernate-configuration-3.0.dtd">
+
<!-- Generated file - Do not edit! -->
<hibernate-configuration>
<!-- a SessionFactory instance listed as /jndi/name -->
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.