You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt T Stam (JIRA)" <ju...@ws.apache.org> on 2009/02/20 17:31:01 UTC

[jira] Created: (JUDDI-195) OpenJPA does not work in alpha

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



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 '<>'



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JUDDI-195) OpenJPA does not work in alpha

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated JUDDI-195:
------------------------------

    Remaining Estimate: 4h  (was: 0h)

> 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: 0.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)
> 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 '<>'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work logged: (JUDDI-195) OpenJPA does not work in alpha

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-195?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_10795 ]

Kurt T Stam logged work on JUDDI-195:
-------------------------------------

                Author: Kurt T Stam
            Created on: 20/Feb/09 08:33 AM
            Start Date: 20/Feb/09 08:33 AM
    Worklog Time Spent: 4h 

Issue Time Tracking
-------------------

    Time Spent: 4.07h  (was: 0.07h)

> 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)
> 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 '<>'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JUDDI-195) OpenJPA does not work in alpha

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ 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.


[jira] Updated: (JUDDI-195) OpenJPA does not work in alpha

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ 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.


[jira] Work logged: (JUDDI-195) OpenJPA does not work in alpha

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-195?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_10794 ]

Kurt T Stam logged work on JUDDI-195:
-------------------------------------

                Author: Kurt T Stam
            Created on: 20/Feb/09 08:32 AM
            Start Date: 20/Feb/09 08:31 AM
    Worklog Time Spent: 0.07h 
      Work Description: Still some more issues to work through. 

Issue Time Tracking
-------------------

            Time Spent: 0.07h
    Remaining Estimate: 0h

> 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: 0.07h
>  Remaining Estimate: 0h
>
> 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 '<>'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JUDDI-195) OpenJPA does not work in alpha

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ 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. 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.



  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)

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.




> 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.