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.