You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Mohammad Nour (JIRA)" <ji...@apache.org> on 2006/10/12 15:39:35 UTC

[jira] Created: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
------------------------------------------------------------------------------------------------------------------------------------

                 Key: OPENEJB-282
                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
             Project: OpenEJB
          Issue Type: Task
          Components: ejb3 simplified
    Affects Versions: 3.0
         Environment: java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
Microsoft Windows XP Professional SP2
            Reporter: Mohammad Nour


As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Posted by "Mohammad Nour (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OPENEJB-282?page=comments#action_12446564 ] 
            
Mohammad Nour commented on OPENEJB-282:
---------------------------------------

Sorry forgot to include the revision within which this patch has beed commited, *revision 470287* .

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>             Fix For: 3.0
>
>         Attachments: patch_OPENEJB-282.txt
>
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

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

Jacek Laskowski reassigned OPENEJB-282:
---------------------------------------

    Assignee: Mohammad Nour

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OPENEJB-282?page=comments#action_12446524 ] 
            
Jacek Laskowski commented on OPENEJB-282:
-----------------------------------------

Committed revision 470287. Give it a shot and close the issue when satisfied.

Thanks Mohammad!

A friendly note: give patches names like this: <jira key>-[n].patch where <jira key> is in the upper-left corner (copy and paste it) and 'n' is a consecutive id of the patch when more patches are submitted to a jira issue.

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>             Fix For: 3.0
>
>         Attachments: patch_OPENEJB-282.txt
>
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Posted by "Mohammad Nour (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-282?page=all ]

Mohammad Nour updated OPENEJB-282:
----------------------------------

    Attachment: patch_OPENEJB-282.txt

Completed waiting to peer review.

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>         Attachments: patch_OPENEJB-282.txt
>
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Posted by "Mohammad Nour (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-282?page=all ]

Mohammad Nour closed OPENEJB-282.
---------------------------------


Peer reviewed and commited.

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>             Fix For: 3.0
>
>         Attachments: patch_OPENEJB-282.txt
>
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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] Work stopped: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Posted by "Mohammad Nour (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-282?page=all ]

Work on OPENEJB-282 stopped by Mohammad Nour.

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Posted by "Mohammad Nour (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-282?page=all ]

Mohammad Nour resolved OPENEJB-282.
-----------------------------------

    Fix Version/s: 3.0
       Resolution: Fixed

Resolved waiting for peer review to colse.

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>             Fix For: 3.0
>
>         Attachments: patch_OPENEJB-282.txt
>
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

-- 
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] Work started: (OPENEJB-282) Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans

Posted by "Mohammad Nour (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-282?page=all ]

Work on OPENEJB-282 started by Mohammad Nour.

> Both EJBHome and EJBLocalHome remove(Object primaryKey) methods should throw javax.ejb.RemoveException when used with Sessions beans
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-282
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-282
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>         Environment: java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
> Microsoft Windows XP Professional SP2
>            Reporter: Mohammad Nour
>         Assigned To: Mohammad Nour
>
> As described in *"EJB3.0 Core Contracts and Requirements"* specification, both *EJBHome* and *EJBLocalHome remove(Object primaryKey)* methods should throw *javax.ejb.RemoveException* as mentioned in sections *3.6.2.2*, *3.6.3.2* and *3.6.5* of the specification. Currently the code throws *java.rmi.RemoteException* when using *EJBHome* and *javax.ejb.EJBException* when using *EJBLocalHome*.

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