-
Key: JAV2I12-55
-
Legacy Issue Number: 1780
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: The Java-to-IDL spec says in section 6.6.1 that certain CORBA system
exceptions are mapped to the Java exceptions
javax.jts.TransactionRequiredException
javax.jts.TransactionRolledBackException
javax.jts.InvalidTransactionExceptionThe names above are obsolete (since Sun revised the JTS/JTA specs),
so the Java-to-IDL spec needs to be changed. Possible mappings are:
1. javax.transaction.<the_same_names_as_above>
(as listed in the JTA spec)
2. java.rmi.RemoteException
3. No mapping (leave them as CORBA system exceptions)Option 1 implies a dependency of the RMI-IIOP runtime on these
JTA exception classes. -
Reported: JAV2I 1.0b1 — Thu, 6 Aug 1998 04:00 GMT
-
Disposition: Resolved — JAV2I 1.0
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 20:58 GMT