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:25:44 UTC

[jira] Assigned: (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 reassigned OPENJPA-434:
-------------------------------------

    Assignee: Pinaki Poddar

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