[ 
https://issues.apache.org/jira/browse/TAP5-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040288#comment-14040288
 ] 

Hudson commented on TAP5-2206:
------------------------------

FAILURE: Integrated in tapestry-trunk-freestyle #1249 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/1249/])
TAP5-2206: support parsing of JPA 2.x definitions (thiagohp: rev 
a55a5bc59f63e7630e92527f855ad1d3435b48bd)
* 
tapestry-jpa/src/main/java/org/apache/tapestry5/internal/jpa/PersistenceContentHandler.java
* 
tapestry-jpa/src/test/java/org/apache/tapestry5/internal/jpa/EntityManagerSourceImplTest.java
* tapestry-jpa/src/test/resources/single-persistence-unit-jpa-2.1.xml


> support parsing of JPA 2.x definitions
> --------------------------------------
>
>                 Key: TAP5-2206
>                 URL: https://issues.apache.org/jira/browse/TAP5-2206
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-jpa
>    Affects Versions: 5.3.7
>            Reporter: Andreas Ernst
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Critical
>              Labels: month-of-tapestry
>             Fix For: 5.4
>
>
> <persistence version="2.1" 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";>
> </persistence>
> does not work
> <persistence xmlns="http://java.sun.com/xml/ns/persistence";
>              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
>         http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; 
> version="1.0">
> </persistence>
> namespace URI is a constant there and has different value
> https://github.com/apache/tapestry-5/blob/master/tapestry-jpa/src/main/java/org/apache/tapestry5/internal/jpa/PersistenceContentHandler.java#L80



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to