Index: org/omg/CosNaming/NamingContextPackage/AlreadyBound.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java,v
retrieving revision 1.1
diff -u -r1.1 AlreadyBound.java
--- org/omg/CosNaming/NamingContextPackage/AlreadyBound.java	15 May 2005 01:09:30 -0000	1.1
+++ org/omg/CosNaming/NamingContextPackage/AlreadyBound.java	3 Jun 2005 16:00:28 -0000
@@ -53,6 +53,11 @@
   implements IDLEntity
 {
   /**
+   * Use serialVersionUID (v1.4) for interoperability.
+   */
+  private static final long serialVersionUID = -5456929050527586560L;
+
+  /**
    * Creates the expection with no details.
    */
   public AlreadyBound()
@@ -67,4 +72,4 @@
   {
     super(why);
   }
-}
+}
\ No newline at end of file
Index: org/omg/CosNaming/NamingContextPackage/CannotProceed.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceed.java,v
retrieving revision 1.1
diff -u -r1.1 CannotProceed.java
--- org/omg/CosNaming/NamingContextPackage/CannotProceed.java	15 May 2005 01:09:30 -0000	1.1
+++ org/omg/CosNaming/NamingContextPackage/CannotProceed.java	3 Jun 2005 16:02:06 -0000
@@ -54,6 +54,11 @@
   implements IDLEntity
 {
   /**
+   * Use serialVersionUID (v1.4) for interoperability.
+   */
+  private static final long serialVersionUID = -8627405252527310782L;
+
+  /**
    * The relevant naming contex.
    */
   public NamingContext cxt;
@@ -79,4 +84,4 @@
     cxt = _cxt;
     rest_of_name = _rest_of_name;
   }
-}
+}
\ No newline at end of file
Index: org/omg/CosNaming/NamingContextPackage/InvalidName.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CosNaming/NamingContextPackage/InvalidName.java,v
retrieving revision 1.1
diff -u -r1.1 InvalidName.java
--- org/omg/CosNaming/NamingContextPackage/InvalidName.java	15 May 2005 01:09:30 -0000	1.1
+++ org/omg/CosNaming/NamingContextPackage/InvalidName.java	3 Jun 2005 16:02:36 -0000
@@ -53,6 +53,11 @@
   implements IDLEntity
 {
   /**
+   * Use serialVersionUID (v1.4) for interoperability.
+   */
+  private static final long serialVersionUID = 786404864997961704L;
+
+  /**
    * The default constructor.
    */
   public InvalidName()
@@ -68,4 +73,4 @@
   {
     super(why);
   }
-}
+}
\ No newline at end of file
Index: org/omg/CosNaming/NamingContextPackage/NotEmpty.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CosNaming/NamingContextPackage/NotEmpty.java,v
retrieving revision 1.1
diff -u -r1.1 NotEmpty.java
--- org/omg/CosNaming/NamingContextPackage/NotEmpty.java	15 May 2005 01:09:30 -0000	1.1
+++ org/omg/CosNaming/NamingContextPackage/NotEmpty.java	3 Jun 2005 16:03:00 -0000
@@ -50,4 +50,8 @@
   extends UserException
   implements IDLEntity
 {
-}
+  /**
+   * Use serialVersionUID (v1.4) for interoperability.
+   */
+  private static final long serialVersionUID = 7120362687417045881L;
+}
\ No newline at end of file
Index: org/omg/CosNaming/NamingContextPackage/NotFound.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CosNaming/NamingContextPackage/NotFound.java,v
retrieving revision 1.1
diff -u -r1.1 NotFound.java
--- org/omg/CosNaming/NamingContextPackage/NotFound.java	15 May 2005 01:09:30 -0000	1.1
+++ org/omg/CosNaming/NamingContextPackage/NotFound.java	3 Jun 2005 16:03:34 -0000
@@ -53,6 +53,11 @@
   implements IDLEntity
 {
   /**
+   * Use serialVersionUID (v1.4) for interoperability.
+   */
+  private static final long serialVersionUID = -7539098836265502514L;
+
+  /**
    * The reason, explaining, why the binding cannot be found.
    * This might be either the missing node or the wrong binding type.
    */
@@ -78,4 +83,4 @@
     why = _why;
     rest_of_name = _rest_of_name;
   }
-}
+}
\ No newline at end of file
Index: org/omg/CosNaming/NamingContextPackage/NotFoundReason.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java,v
retrieving revision 1.1
diff -u -r1.1 NotFoundReason.java
--- org/omg/CosNaming/NamingContextPackage/NotFoundReason.java	15 May 2005 01:09:30 -0000	1.1
+++ org/omg/CosNaming/NamingContextPackage/NotFoundReason.java	3 Jun 2005 16:01:26 -0000
@@ -50,6 +50,11 @@
   implements IDLEntity
 {
   /**
+   * Use serialVersionUID (v1.4) for interoperability.
+   */
+  private static final long serialVersionUID = -5689237060527596081L;
+
+  /**
    * The code for reason, when the node is missing.
    */
   public static final int _missing_node = 0;
@@ -126,4 +131,4 @@
   {
     return value;
   }
-}
+}
\ No newline at end of file
