[
https://issues.apache.org/jira/browse/JUDDI-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt T Stam updated JUDDI-195:
------------------------------
Description:
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. test that hibernate supports these changes.
was:
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)
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 '<>'
> 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. 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.