[
https://issues.apache.org/jira/browse/OPENJPA-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871963#action_12871963
]
Tom Parker edited comment on OPENJPA-1635 at 7/7/10 7:08 PM:
-
I backed commented out that variation while I look into OPENJPA-1692.
On Wed, Jul 7, 2010 at 2:23 PM, Donald Woods wrote:
> This failure started occurring after build #25 due to r961008 changes in
> OPENJPA-1692.
>
> Failed tests:
>
>
> testMultithreadedInitialization(org.apache.openjpa.persiste
[
https://issues.apache.org/jira/browse/OPENJPA-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872684#action_12872684
]
Tom Parker edited comment on OPENJPA-1635 at 7/7/10 4:03 PM:
-
This failure started occurring after build #25 due to r961008 changes in
OPENJPA-1692.
Failed tests:
testMultithreadedInitialization(org.apache.openjpa.persistence.datacache.TestClearableScheduler)
Tests run: 2482, Failures: 1, Errors: 0, Skipped: 0
On 7/7/10 1:46 PM, Apache Hudson Server wro
[
https://issues.apache.org/jira/browse/OPENJPA-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dick updated OPENJPA-1185:
--
Fix Version/s: 1.3.0
> Subquery overhaul
> -
>
> Key: OPENJPA
[
https://issues.apache.org/jira/browse/OPENJPA-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886021#action_12886021
]
Catalina Wei commented on OPENJPA-1715:
---
Azuo,
This problem can not be reproduced w
[
https://issues.apache.org/jira/browse/OPENJPA-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on OPENJPA-1715 stopped by Catalina Wei.
> OpenJPA generates wrong SQL if a result variable that references an aggregate
> expression is used in ORDER BY clause
>
[
https://issues.apache.org/jira/browse/OPENJPA-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886000#action_12886000
]
Howard commented on OPENJPA-1720:
-
Summary of jpa_test.zip reproduce case
// MappingTool
[
https://issues.apache.org/jira/browse/OPENJPA-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard updated OPENJPA-1720:
Attachment: jpa_test.zip
Reproduce case
Ant target "sql" creates SQL scripts.
The output
CREATE
MappingTool does not add version column for subclass
Key: OPENJPA-1720
URL: https://issues.apache.org/jira/browse/OPENJPA-1720
Project: OpenJPA
Issue Type: Bug
Affects Versions: 2.0.0
[
https://issues.apache.org/jira/browse/OPENJPA-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Rademaker updated OPENJPA-1718:
-
Attachment: onetomany.zip
> Multiple @OneToMany relations with common supertype are inc
[
https://issues.apache.org/jira/browse/OPENJPA-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Rademaker updated OPENJPA-1718:
-
Summary: Multiple @OneToMany relations with common supertype are
incorrectly fetched wh
[
https://issues.apache.org/jira/browse/OPENJPA-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Rademaker updated OPENJPA-1718:
-
Description:
I have an entity "Event" which has two @OneToMany relations with two entit
multiple @OneToMany relations with entities with common super type using
InheritanceType.JOINED are incorrectly fetched
---
Key: OPENJPA-1718
URL:
[
https://issues.apache.org/jira/browse/OPENJPA-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dick updated OPENJPA-1719:
--
Attachment: sql-cache-subqordering.diff.txt
Attaching a patch that illustrates the problem us
[
https://issues.apache.org/jira/browse/OPENJPA-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Rademaker updated OPENJPA-1718:
-
Summary: Multiple @OneToMany relations with entities with common super type
are incorre
Prepared SQL cache ordering problem with subqueries.
-
Key: OPENJPA-1719
URL: https://issues.apache.org/jira/browse/OPENJPA-1719
Project: OpenJPA
Issue Type: Bug
Affects Versions: 2.0.
[
https://issues.apache.org/jira/browse/OPENJPA-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885961#action_12885961
]
Rick Curtis commented on OPENJPA-924:
-
I know this comment is way after the fact, but
[
https://issues.apache.org/jira/browse/OPENJPA-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Curtis resolved OPENJPA-1717.
--
Resolution: Fixed
Added documentation about the change in behavior to the migration section.
[
https://issues.apache.org/jira/browse/OPENJPA-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Catalina Wei reassigned OPENJPA-1715:
-
Assignee: Catalina Wei
> OpenJPA generates wrong SQL if a result variable that referenc
[
https://issues.apache.org/jira/browse/OPENJPA-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on OPENJPA-1715 started by Catalina Wei.
> OpenJPA generates wrong SQL if a result variable that references an aggregate
> expression is used in ORDER BY clause
>
[
https://issues.apache.org/jira/browse/OPENJPA-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885914#action_12885914
]
Azuo Lee commented on OPENJPA-1715:
---
Maybe the problem is caused by some code in method
[
https://issues.apache.org/jira/browse/OPENJPA-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885906#action_12885906
]
Azuo Lee commented on OPENJPA-1715:
---
Thanks for your kind reply and sorry for my incomp
23 matches
Mail list logo