Author: deepal
Date: Wed Dec 19 01:10:52 2007
New Revision: 11511

Log:

fixing NPE

Removed:
   trunk/registry/modules/webapps/src/main/webapp/admin/rest.jsp
Modified:
   
trunk/registry/modules/core/src/main/java/org/wso2/registry/config/RegistryConfiguration.java

Modified: 
trunk/registry/modules/core/src/main/java/org/wso2/registry/config/RegistryConfiguration.java
==============================================================================
--- 
trunk/registry/modules/core/src/main/java/org/wso2/registry/config/RegistryConfiguration.java
       (original)
+++ 
trunk/registry/modules/core/src/main/java/org/wso2/registry/config/RegistryConfiguration.java
       Wed Dec 19 01:10:52 2007
@@ -63,7 +63,7 @@
             in = 
servletConfig.getServletContext().getResourceAsStream("/WEB-INF/registry.xml");
             if (in == null) {
                 in = 
Thread.currentThread().getContextClassLoader().getResourceAsStream(
-                        "org/wso2/servlet/registry.xml");
+                        "org/wso2/registry/servlet/registry.xml");
             }
             if (in == null) {
                 throw new 
RegistryException(Messages.getMessage("inputstream.null",

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to