[JBoss JIRA] (ISPN-6608) uncorrect link in documentation
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6608?page=com.atlassian.jira.plugin.... ]
Martin Vrabel closed ISPN-6608.
-------------------------------
Resolution: Out of Date
> uncorrect link in documentation
> --------------------------------
>
> Key: ISPN-6608
> URL: https://issues.jboss.org/browse/ISPN-6608
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Reporter: Martin Vrabel
> Priority: Trivial
>
> in section 3.11.1. Sample Usage [#http://infinispan.org/docs/5.3.x/user_guide/user_guide.html#_sample_usage]
> under
> {code}
> <persistence-unit name="myPersistenceUnit">
> ...
> </persistence-unit>
> {code}
> the link on "test for full example" links to not existing page
> [#https://github.com/infinispan/infinispan/tree/master/cachestore/jpa/src/test/java/org/infinispan/loaders/jpa/entity]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6608) uncorrect link in documentation
by Martin Vrabel (JIRA)
Martin Vrabel created ISPN-6608:
-----------------------------------
Summary: uncorrect link in documentation
Key: ISPN-6608
URL: https://issues.jboss.org/browse/ISPN-6608
Project: Infinispan
Issue Type: Bug
Components: Documentation-Core
Reporter: Martin Vrabel
Priority: Trivial
in section 3.11.1. Sample Usage [#http://infinispan.org/docs/5.3.x/user_guide/user_guide.html#_sample_usage]
under
{code}
<persistence-unit name="myPersistenceUnit">
...
</persistence-unit>
{code}
the link on "test for full example" links to not existing page
[#https://github.com/infinispan/infinispan/tree/master/cachestore/jpa/src/test/java/org/infinispan/loaders/jpa/entity]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6608) uncorrect link in documentation
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6608?page=com.atlassian.jira.plugin.... ]
Martin Vrabel updated ISPN-6608:
--------------------------------
Description:
in section 3.11.1. Sample Usage [#http://infinispan.org/docs/5.3.x/user_guide/user_guide.html#_sample_usage]
under
{code}
<persistence-unit name="myPersistenceUnit">
...
</persistence-unit>
{code}
the link on "test for full example" links to not existing page
[#https://github.com/infinispan/infinispan/tree/master/cachestore/jpa/src/test/java/org/infinispan/loaders/jpa/entity]
was:
in section 3.11.1. Sample Usage [#http://infinispan.org/docs/5.3.x/user_guide/user_guide.html#_sample_usage]
under
{code}
<persistence-unit name="myPersistenceUnit">
...
</persistence-unit>
{code}
the link on "test for full example" links to not existing page
[#https://github.com/infinispan/infinispan/tree/master/cachestore/jpa/src/test/java/org/infinispan/loaders/jpa/entity]
> uncorrect link in documentation
> --------------------------------
>
> Key: ISPN-6608
> URL: https://issues.jboss.org/browse/ISPN-6608
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Reporter: Martin Vrabel
> Priority: Trivial
>
> in section 3.11.1. Sample Usage [#http://infinispan.org/docs/5.3.x/user_guide/user_guide.html#_sample_usage]
> under
> {code}
> <persistence-unit name="myPersistenceUnit">
> ...
> </persistence-unit>
> {code}
> the link on "test for full example" links to not existing page
> [#https://github.com/infinispan/infinispan/tree/master/cachestore/jpa/src/test/java/org/infinispan/loaders/jpa/entity]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6607) extra closing tag symbol
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6607?page=com.atlassian.jira.plugin.... ]
Martin Vrabel reassigned ISPN-6607:
-----------------------------------
Assignee: Martin Vrabel
> 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: 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)
9 years, 11 months
[JBoss JIRA] (ISPN-6607) extra closing tag symbol
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6607?page=com.atlassian.jira.plugin.... ]
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)
9 years, 11 months