aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorJulian Dolby <dolby@us.ibm.com>2003-10-29 14:54:00 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-10-29 14:54:00 +0000
commitf0dc1efacea75da01f2f5d3889c6f67a46864a95 (patch)
tree2d5eae99e409be7f899b51da5a873f302360ecf0 /libjava/ChangeLog
parent119d34b273950b9b2329846da4ca6670b23e0dbe (diff)
downloadgcc-f0dc1efacea75da01f2f5d3889c6f67a46864a95.zip
gcc-f0dc1efacea75da01f2f5d3889c6f67a46864a95.tar.gz
gcc-f0dc1efacea75da01f2f5d3889c6f67a46864a95.tar.bz2
NamingManager.java (getContinuationContext): Call getObjectInstance() with Object...
2003-10-29 Julian Dolby <dolby@us.ibm.com> * javax/naming/spi/NamingManager.java (getContinuationContext): Call getObjectInstance() with Object, Name, Context and environment Hashtable from exception. Call fillInStackTrace() on exception when rethrown. * javax/naming/InitialContext.java (lookup(Name)): When a CannotProceedException is thrown use the ContinuationContext. (lookup(String)): Likewise. (close): Clear myProps and defaultInitCtx. From-SVN: r73041
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 07043ac..bea41fc 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,14 @@
+2003-10-29 Julian Dolby <dolby@us.ibm.com>
+
+ * javax/naming/spi/NamingManager.java (getContinuationContext): Call
+ getObjectInstance() with Object, Name, Context and environment
+ Hashtable from exception. Call fillInStackTrace() on exception when
+ rethrown.
+ * javax/naming/InitialContext.java (lookup(Name)): When a
+ CannotProceedException is thrown use the ContinuationContext.
+ (lookup(String)): Likewise.
+ (close): Clear myProps and defaultInitCtx.
+
2003-10-29 Michael Koch <konqueror@gmx.de>
* java/net/InetAddress.java