You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2008/08/02 16:27:44 UTC

[jira] Resolved: (OPENJPA-434) Setting a null value for a primitive type field in a query results in hang

     [ https://issues.apache.org/jira/browse/OPENJPA-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinaki Poddar resolved OPENJPA-434.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0

Attaching a release version

> Setting a null value for a primitive type field in a query results in hang
> --------------------------------------------------------------------------
>
>                 Key: OPENJPA-434
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-434
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Nick Johnson
>            Assignee: Pinaki Poddar
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> I'm still working on a testcase to demonstrate this, but the basic steps are roughly like this:
> 1. Create a Query with a parameter for a primitive type field (e.g., long fooId)
> 2. Pass in a null for that parameter.
> 3. Execute the query.  OpenJPA correctly complains that a null has been passed for a primitive type field...
> but once the EntityManager closes, it seems to hang forever.
> If I can get a TestCase together that demonstrates this problem, I'll attach it.

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