Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: rmi-iiop_fcs
-
Fix Version/s: rmi-iiop_fcs
-
Component/s: other-libs
-
Subcomponent:
-
Resolved In Build:iiop_fcs
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
Java remote object business methods named using reserved words in IIOP cause an error in rmic, for example:
Object object (Object O) throws RemoteException;
// (uses "object")
Exception exception (Exception e) throws RemoteException;
// (uses "exception")
other examples (may) include:
fixed
sequence
array
enum
module
oneway
in
out
inout
brian.preston@eng 1999-03-22