ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ReferenceManager.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ReferenceManager.java (file contents):
Revision 1.19 by tdb, Wed Feb 5 16:43:46 2003 UTC vs.
Revision 1.20 by ajm, Mon Jul 14 16:05:54 2003 UTC

# Line 260 | Line 260 | public class ReferenceManager {
260              } catch (org.omg.CORBA.ORBPackage.InvalidName e) {
261                  dieWithError("\nCRITICAL:Unable to resolve reference to the Naming Service!\n" +
262                                    "         Please check with your CORBA naming service provider.");
263 +            } catch (java.lang.NullPointerException e) {
264 +                dieWithError("\nCRITICAL:Unable to resolve reference to the Naming Service!\n" +
265 +                             "         Please check with your CORBA naming service provider.");
266              }
267              _ns = NamingContextExtHelper.narrow(objRef);
268          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines