OPENJPA-2368: Revert change to OpenJPA Extendable ORM Target NameSpace

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1512004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jody Grassel 2013-08-08 19:56:10 +00:00
parent d4b693e4e8
commit 6952aec464
8 changed files with 17 additions and 17 deletions

View File

@ -65,7 +65,7 @@ public abstract class XMLMetaDataParser extends DefaultHandler
(XMLMetaDataParser.class);
private static boolean _schemaBug;
private static final String OPENJPA_NAMESPACE = "http://openjpa.apache.org/ns/orm";
private static final String OPENJPA_NAMESPACE = "http://www.apache.org/openjpa/ns/orm";
protected int _extendedNamespace = 0;
protected int _openjpaNamespace = 0;

View File

@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
<entity-mappings xmlns="http://openjpa.apache.org/ns/orm/extendable"
xmlns:openjpa="http://openjpa.apache.org/ns/orm"
<entity-mappings xmlns="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:openjpa="http://www.apache.org/openjpa/ns/orm"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">

View File

@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
<entity-mappings xmlns="http://openjpa.apache.org/ns/orm/extendable"
xmlns:openjpa="http://openjpa.apache.org/ns/orm"
<entity-mappings xmlns="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:openjpa="http://www.apache.org/openjpa/ns/orm"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">

View File

@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
<entity-mappings xmlns="http://openjpa.apache.org/ns/orm/extendable"
xmlns:openjpa="http://openjpa.apache.org/ns/orm"
<entity-mappings xmlns="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:openjpa="http://www.apache.org/openjpa/ns/orm"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">

View File

@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
<entity-mappings xmlns="http://openjpa.apache.org/ns/orm/extendable"
xmlns:openjpa="http://openjpa.apache.org/ns/orm"
<entity-mappings xmlns="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:openjpa="http://www.apache.org/openjpa/ns/orm"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">

View File

@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
<entity-mappings xmlns="http://openjpa.apache.org/ns/orm/extendable"
xmlns:openjpa="http://openjpa.apache.org/ns/orm"
<entity-mappings xmlns="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:openjpa="http://www.apache.org/openjpa/ns/orm"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.0">

View File

@ -18,8 +18,8 @@
under the License.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openjpa.apache.org/ns/orm/extendable"
xmlns:extendable-orm="http://openjpa.apache.org/ns/orm/extendable"
targetNamespace="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:extendable-orm="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
elementFormDefault="qualified"
attributeFormDefault="unqualified"

View File

@ -18,15 +18,15 @@
under the License.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openjpa.apache.org/ns/orm"
xmlns:openjpa-orm="http://openjpa.apache.org/ns/orm"
xmlns:extendable-orm="http://openjpa.apache.org/ns/orm/extendable"
targetNamespace="http://www.apache.org/openjpa/ns/orm"
xmlns:openjpa-orm="http://www.apache.org/openjpa/ns/orm"
xmlns:extendable-orm="http://www.apache.org/openjpa/ns/orm/extendable"
xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.0">
<xsd:import namespace="http://openjpa.apache.org/ns/orm/extendable"/>
<xsd:import namespace="http://www.apache.org/openjpa/ns/orm/extendable"/>
<xsd:import namespace="http://java.sun.com/xml/ns/persistence/orm"/>
<!-- **************************************************** -->