You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2005/10/17 07:16:44 UTC

[jira] Created: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Deployment doesn't ensure queries defined for ejbSelect methods
---------------------------------------------------------------

         Key: GERONIMO-1082
         URL: http://issues.apache.org/jira/browse/GERONIMO-1082
     Project: Geronimo
        Type: Bug
  Components: deployment, OpenEJB  
    Versions: 1.0-M5    
    Reporter: Aaron Mulder
     Fix For: 1.0


I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Rakesh Midha (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Rakesh Midha reassigned GERONIMO-1082:
--------------------------------------

    Assignee: Rakesh Midha

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-1082
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, OpenEJB
>    Affects Versions: 1.0-M5
>            Reporter: Aaron Mulder
>         Assigned To: Rakesh Midha
>            Priority: Critical
>             Fix For: Verification Required
>
>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Rakesh Midha (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Rakesh Midha updated GERONIMO-1082:
-----------------------------------

       Patch Info: [Patch Available]
    Fix Version/s: 1.2
                       (was: Verification Required)
         Assignee:     (was: Rakesh Midha)



Patch avialable in https://issues.apache.org/jira/browse/OPENEJB-384
Marking "Patc Avilable for indication.
Changing fix version to 1.2
Unassigned so that someone can review and commit



> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-1082
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, OpenEJB
>    Affects Versions: 1.0-M5
>            Reporter: Aaron Mulder
>            Priority: Critical
>             Fix For: 1.2
>
>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Jacek Laskowski resolved GERONIMO-1082.
---------------------------------------

    Fix Version/s: 2.0
       Resolution: Invalid

It's a fixed OpenEJB issue, thus Invalid here. See the appropriate OpenEJB issue to find out how/when it's been fixed.

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-1082
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, OpenEJB
>    Affects Versions: 1.0-M5
>            Reporter: Aaron Mulder
>            Priority: Critical
>             Fix For: 1.2, 2.0
>
>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Matt Hogstrom updated GERONIMO-1082:
------------------------------------

    Fix Version: Verification Required
                     (was: 1.1)

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>          Key: GERONIMO-1082
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: deployment, OpenEJB
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>     Assignee: Aaron Mulder
>     Priority: Critical
>      Fix For: Verification Required

>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Rakesh Midha (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=comments#action_12453508 ] 
            
Rakesh Midha commented on GERONIMO-1082:
----------------------------------------


Added new jira and provide patch in https://issues.apache.org/jira/browse/OPENEJB-384, please review and commit

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-1082
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, OpenEJB
>    Affects Versions: 1.0-M5
>            Reporter: Aaron Mulder
>         Assigned To: Rakesh Midha
>            Priority: Critical
>             Fix For: Verification Required
>
>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Aaron Mulder updated GERONIMO-1082:
-----------------------------------

    Fix Version: 1.1
                     (was: 1.2)
      Assign To: Aaron Mulder
       Priority: Critical  (was: Major)

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>          Key: GERONIMO-1082
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: deployment, OpenEJB
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>     Assignee: Aaron Mulder
>     Priority: Critical
>      Fix For: 1.1

>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Aaron Mulder updated GERONIMO-1082:
-----------------------------------

    Assign To:     (was: Aaron Mulder)

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>          Key: GERONIMO-1082
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: deployment, OpenEJB
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>     Priority: Critical
>      Fix For: Verification Required

>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Matt Hogstrom updated GERONIMO-1082:
------------------------------------

    Fix Version: 1.1
                     (was: 1.0)

Moving to 1.1

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>          Key: GERONIMO-1082
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>      Project: Geronimo
>         Type: Bug
>   Components: deployment, OpenEJB
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>      Fix For: 1.1

>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1082) Deployment doesn't ensure queries defined for ejbSelect methods

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1082?page=all ]

Jacek Laskowski closed GERONIMO-1082.
-------------------------------------


Open it when unsatisfied.

> Deployment doesn't ensure queries defined for ejbSelect methods
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-1082
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1082
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, OpenEJB
>    Affects Versions: 1.0-M5
>            Reporter: Aaron Mulder
>            Priority: Critical
>             Fix For: 1.2, 2.0
>
>
> I deployed a CMP entity bean with an ejbSelect method, but I forgot to actually define a query for it in my ejb-jar.xml.  This caused a very bizarre NullPointerException at runtime.  Instead, the deployment should check that all ejbSelect methods have queries defined.  (And the same for finders, if it doesn't already.)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira