[infinispan-issues] [JBoss JIRA] (ISPN-6607) extra closing tag symbol
Martin Vrabel (JIRA)
issues at jboss.org
Sat May 7 10:00:03 EDT 2016
[ https://issues.jboss.org/browse/ISPN-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Vrabel updated ISPN-6607:
--------------------------------
Description:
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}
was:
in section 8.2.2 [#http://infinispan.org/docs/8.2.x/user_guide/user_guide.html#_sample_xml_configuration_2]
<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"{color:#d04437}>{color}
/>
</persistence>
</local-cache>
> 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
> 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
(v6.4.11#64026)
More information about the infinispan-issues
mailing list