[jboss-jira] [JBoss JIRA] (DROOLS-917) Replace XSD referecnes to java.sun.com with xmlns.jcp.org
Geoffrey De Smet (JIRA)
issues at jboss.org
Wed Sep 16 11:02:00 EDT 2015
Geoffrey De Smet created DROOLS-917:
---------------------------------------
Summary: Replace XSD referecnes to java.sun.com with xmlns.jcp.org
Key: DROOLS-917
URL: https://issues.jboss.org/browse/DROOLS-917
Project: Drools
Issue Type: Task
Reporter: Geoffrey De Smet
Assignee: Marco Rietveld
Priority: Optional
In persistence.xml's such as the one in drools-persistence-jpa, don't use XSD schema url's that are old:
Before:
{code}
<persistence ... xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
{code}
After:
{code}
<persistence ... xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_0.xsd">
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list