/[classpath]/classpath/javax/naming/spi/NamingManager.java
ViewVC logotype

Diff of /classpath/javax/naming/spi/NamingManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by tromey, Thu Sep 18 19:48:01 2003 UTC revision 1.5 by mark, Sat Oct 25 13:28:36 2003 UTC
# Line 324  public class NamingManager Line 324  public class NamingManager
324      // It is really unclear to me if this is right.      // It is really unclear to me if this is right.
325      try      try
326        {        {
327          Object obj = getObjectInstance (null, cpe.getAltName (),          Object obj = getObjectInstance (cpe.getResolvedObj(),
328                                          cpe.getAltNameCtx (), env);                                          cpe.getAltName (),
329                                            cpe.getAltNameCtx (),
330                                            env);
331          if (obj != null)          if (obj != null)
332            return (Context) obj;            return (Context) obj;
333        }        }
# Line 333  public class NamingManager Line 335  public class NamingManager
335        {        {
336        }        }
337    
338        // fix stack trace for re-thrown exception (message confusing otherwise)
339        cpe.fillInStackTrace();
340    
341      throw cpe;      throw cpe;
342    }    }
343    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26