You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Christopher James Blythe (JIRA)" <de...@geronimo.apache.org> on 2007/04/02 17:10:32 UTC

[jira] Created: (DAYTRADER-39) Revise exception handling in EJB-tier to comply with spec

Revise exception handling in EJB-tier to comply with spec
---------------------------------------------------------

                 Key: DAYTRADER-39
                 URL: https://issues.apache.org/jira/browse/DAYTRADER-39
             Project: DayTrader
          Issue Type: Improvement
          Components: EJB Tier
    Affects Versions: 1.2, 2.0
            Reporter: Christopher James Blythe
         Assigned To: Christopher James Blythe
            Priority: Minor


While working to deploy Daytrader 1.2 on Sun Server 9 (Glassfish) with NetBeans 5.5, the NetBeans validation utilities pointed out spec violations associated with the exceptions thrown by classes in the EJB tier. To comply with the spec, the following high level rules were followed...

- TradeServices.java - all methods should throw Exception and RemoteException
- Trade.java - all methods should throw Exception and RemoteException
- TradeBean and TradeJDBCBean - methods should simply throw Exception (not RemoteException)

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


[jira] Closed: (DAYTRADER-39) Revise exception handling in EJB-tier to comply with spec

Posted by "Christopher James Blythe (JIRA)" <de...@geronimo.apache.org>.
     [ https://issues.apache.org/jira/browse/DAYTRADER-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher James Blythe closed DAYTRADER-39.
---------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2

> Revise exception handling in EJB-tier to comply with spec
> ---------------------------------------------------------
>
>                 Key: DAYTRADER-39
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-39
>             Project: DayTrader
>          Issue Type: Improvement
>          Components: EJB Tier
>    Affects Versions: 1.2
>            Reporter: Christopher James Blythe
>            Assignee: Christopher James Blythe
>            Priority: Minor
>             Fix For: 1.2
>
>
> While working to deploy Daytrader 1.2 on Sun Server 9 (Glassfish) with NetBeans 5.5, the NetBeans validation utilities pointed out spec violations associated with the exceptions thrown by classes in the EJB tier. To comply with the spec, the following high level rules were followed...
> - TradeServices.java - all methods should throw Exception and RemoteException
> - Trade.java - all methods should throw Exception and RemoteException
> - TradeBean and TradeJDBCBean - methods should simply throw Exception (not RemoteException)

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


[jira] Updated: (DAYTRADER-39) Revise exception handling in EJB-tier to comply with spec

Posted by "Christopher James Blythe (JIRA)" <de...@geronimo.apache.org>.
     [ https://issues.apache.org/jira/browse/DAYTRADER-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher James Blythe updated DAYTRADER-39:
----------------------------------------------

    Affects Version/s:     (was: 2.0)

Making this a 1.2 only item for the time being. May revisit in 2.0.

> Revise exception handling in EJB-tier to comply with spec
> ---------------------------------------------------------
>
>                 Key: DAYTRADER-39
>                 URL: https://issues.apache.org/jira/browse/DAYTRADER-39
>             Project: DayTrader
>          Issue Type: Improvement
>          Components: EJB Tier
>    Affects Versions: 1.2
>            Reporter: Christopher James Blythe
>            Assignee: Christopher James Blythe
>            Priority: Minor
>             Fix For: 1.2
>
>
> While working to deploy Daytrader 1.2 on Sun Server 9 (Glassfish) with NetBeans 5.5, the NetBeans validation utilities pointed out spec violations associated with the exceptions thrown by classes in the EJB tier. To comply with the spec, the following high level rules were followed...
> - TradeServices.java - all methods should throw Exception and RemoteException
> - Trade.java - all methods should throw Exception and RemoteException
> - TradeBean and TradeJDBCBean - methods should simply throw Exception (not RemoteException)

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