[
https://issues.apache.org/jira/browse/OPENJPA-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Milosz Tylenda updated OPENJPA-724:
-----------------------------------
Attachment: OPENJPA-724.patch
What the patch corrects:
jpa_overview_query.xml
- The two queries demonstrating JPQL case insensitivity were actually
identical. One of them is now written in lower case to demonstrate JPQL case
insensitivity.
- The two queries demonstrating the importance of parentheses actually
returned the same result. I put another example which is a bit contrived,
it is not so easy to provide a meaningful short example here...
- A missing dot added.
- The sentence about the reserved word OF moved from EXISTS section to MEMBER
OF section.
- The sentence about DISTINCT moved from ORDER BY section to JPQL Aggregate
Functions section.
- A typo corrected.
- The ORDER BY example was referring to an undefined identification variable
'o'.
ref_guide_slice.xml
- Typos corrected.
ref_guide_pc.xml
- Example 5.5. "Finding an Entity with an Entity Identity Field" was referring
to an undefined variable and "em" variable was not used.
ref_guide_dbsetup.xml
- A typo corrected.
supported_databases.xml
- A typo corrected.
ref_guide_remote.xml
- Added a missing example of JMS provider.
- A typo corrected.
- Added another missing example of JMS provider.
jpa_overview_mapping.xml
- In example 12.15. "Join Table Mapping" made XML consistent with annotations.
- A typo corrected.
- In example 12.16. "Join Table Map Mapping" made XML consistent with
annotations.
> Corrections for the manual
> --------------------------
>
> Key: OPENJPA-724
> URL: https://issues.apache.org/jira/browse/OPENJPA-724
> Project: OpenJPA
> Issue Type: Bug
> Components: docs
> Affects Versions: 1.2.0, 1.3.0
> Reporter: Milosz Tylenda
> Priority: Minor
> Attachments: OPENJPA-724.patch
>
>
> The manual contains a few mistakes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.