[
https://issues.jboss.org/browse/JBIDE-20539?page=com.atlassian.jira.plugi...
]
Sande Gilda commented on JBIDE-20539:
-------------------------------------
[~fbricon]: I don't know either. We removed the hibernate3 example from the JBoss EAP
7 quickstarts. I believe this quickstart should be removed from the WildFly quickstarts
for the same reasons. See the details of the discussion here:
https://issues.jboss.org/browse/JBEAP-672?focusedCommentId=13099457&p...
wildfly-hibernate3 quickstart fails to validate in eclipse
----------------------------------------------------------
Key: JBIDE-20539
URL:
https://issues.jboss.org/browse/JBIDE-20539
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: hibernate, project-examples, upstream
Reporter: Rob Stryker
Fix For: 4.3.x
wildfly-hibernate3 quickstart has xml file with following content:
{code}
<persistence
xmlns="http://xmlns.jcp.org/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence
http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"
version="2.0">
{code}
This fails because it is importing the persistence_2_1.xsd file, but is setting
version=2.0. It must set version=2.1
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)