[
https://issues.apache.org/jira/browse/JUDDI-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt T Stam closed JUDDI-195.
-----------------------------
Resolution: Fixed
Tested and updated documentation
> OpenJPA does not work in alpha
> ------------------------------
>
> Key: JUDDI-195
> URL: https://issues.apache.org/jira/browse/JUDDI-195
> Project: jUDDI
> Issue Type: Bug
> Affects Versions: 3.0alpha
> Reporter: Kurt T Stam
> Assignee: Kurt T Stam
> Fix For: 3.0beta
>
> Time Spent: 4.07h
> Remaining Estimate: 4h
>
> 1. Update the docs to talk about the enhancer phase (nice link
> http://webspherepersistence.blogspot.com/2009/02/openjpa-enhancement.html)
> 2. Add a number(#) the questionmarks '?#'
> (http://openjpa.apache.org/builds/1.2.0/apache-openjpa-1.2.0/docs/manual/manual.html#jpa_overview_query_basic)
> select t.entityKey from Tmodel t where (t.authorizedName = ? and
> UPPER(t.entityKey) like ?)
> should be
> select t.entityKey from Tmodel t where (t.authorizedName = ?1 and
> UPPER(t.entityKey) like ?2)
> 3. Add the persistence.xml where openjpa can find it (in the source tree, or
> configure in maven)
> 4. not equals cannot be '!=' but needs to be '<>'
> 5. The insert order of a collection is random. Use <property
> name="openjpa.jdbc.UpdateManager" value="operation-order"/> to make it go in
> order of operation.
> 6. org.apache.openjpa.kernel.DelegatingResultList does not implement the
> method subList
> 7. test that hibernate supports these changes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.