dain        2005/03/31 02:47:32

  Modified:    modules/core/src/java/org/openejb/corba/compiler
                        OpenORBStubGenerator.java
  Log:

  Do not print stub generation exceptions that originate from sun's naming code
  
  Revision  Changes    Path
  1.9       +2 -4      
openejb/modules/core/src/java/org/openejb/corba/compiler/OpenORBStubGenerator.java
  
  Index: OpenORBStubGenerator.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/corba/compiler/OpenORBStubGenerator.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- OpenORBStubGenerator.java 27 Mar 2005 02:04:41 -0000      1.8
  +++ OpenORBStubGenerator.java 31 Mar 2005 07:47:32 -0000      1.9
  @@ -174,8 +174,6 @@
               jar.setUpdate(true);
               jar.execute();
           } catch (Exception e) {
  -            log.error(e);
  -
               /**
                * Convert the msg to string so that we don't try to serialize
                * anything that is unserializable in a cause exception
  
  
  

Reply via email to