Author: chathura
Date: Fri Dec 21 01:22:52 2007
New Revision: 11650
Log:
Minor fix.
Modified:
branches/registry/0_1/modules/core/src/main/java/org/wso2/registry/jdbc/JDBCRegistry.java
Modified:
branches/registry/0_1/modules/core/src/main/java/org/wso2/registry/jdbc/JDBCRegistry.java
==============================================================================
---
branches/registry/0_1/modules/core/src/main/java/org/wso2/registry/jdbc/JDBCRegistry.java
(original)
+++
branches/registry/0_1/modules/core/src/main/java/org/wso2/registry/jdbc/JDBCRegistry.java
Fri Dec 21 01:22:52 2007
@@ -145,6 +145,7 @@
RegistryConstants.SYSTEM_USER);
root =
resourceDAO.getLatestVersion(RegistryConstants.ROOT_PATH, conn);
+ root.setLastUpdaterUserName(RegistryConstants.SYSTEM_USER);
resourceDAO.addResourceVersion(root, conn);
}
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev