[
https://issues.jboss.org/browse/ISPN-6607?page=com.atlassian.jira.plugin....
]
Donald Naro commented on ISPN-6607:
-----------------------------------
Trivial fix but affects versions 8.2 > 9.4. Moving to the backlog to keep focus on the
current release. Will pick this up during future a maintenance cycle.
extra closing tag symbol
-------------------------
Key: ISPN-6607
URL:
https://issues.jboss.org/browse/ISPN-6607
Project: Infinispan
Issue Type: Bug
Components: Documentation-Core
Reporter: Martin Vrabel
Assignee: Donald Naro
Priority: Trivial
in section 8.2.2
[#http://infinispan.org/docs/8.2.x/user_guide/user_guide.html#_sample_xml_configuration_2]
the closing tag after .jpa.entity.Vehicle"{color:#d04437}>{color} should not be
there
{code}
<local-cache name="vehicleCache">
<persistence passivation="false">
<jpa-store xmlns="urn:infinispan:config:store:jpa:7.0"
persistence-unit="org.infinispan.persistence.jpa.configurationTest"
entity-class="org.infinispan.persistence.jpa.entity.Vehicle">
/>
</persistence>
</local-cache>
{code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)