]
Eduardo Silva commented on WFLY-870:
------------------------------------
I've mande the change on the page:
Spring dev & migration guide JBoss AS 7.0 wrong matching tag for
persistence-context-ref-name
---------------------------------------------------------------------------------------------
Key: WFLY-870
URL:
https://issues.jboss.org/browse/WFLY-870
Project: WildFly
Issue Type: Bug
Components: Documentation
Reporter: Beth Boose
The Spring applications development and migration guide at
https://docs.jboss.org/author/display/AS7/Spring+applications+development...
under Using server-deployed persistence units
Has the web.xml entry below:
<persistence-context-ref>
<persistence-context-ref-name>persistence/petclinic-em</persistence-unit-ref-name>
<persistence-unit-name>petclinic</persistence-unit-name>
</persistence-context-ref>
The line
<persistence-context-ref-name>persistence/petclinic-em</persistence-unit-ref-name>
has an incorrect matching tag.