[jboss-cvs] JBossAS SVN: r112142 - branches/JBPAPP_5_1/system/src/main/org/jboss/system/server/profileservice/repository/clustered/local.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 26 15:05:06 EDT 2011


Author: dereed
Date: 2011-08-26 15:05:06 -0400 (Fri, 26 Aug 2011)
New Revision: 112142

Modified:
   branches/JBPAPP_5_1/system/src/main/org/jboss/system/server/profileservice/repository/clustered/local/AbstractLocalContentManager.java
Log:
[JBPAPP-6448] Fix farm deployment through the Profile Service API


Modified: branches/JBPAPP_5_1/system/src/main/org/jboss/system/server/profileservice/repository/clustered/local/AbstractLocalContentManager.java
===================================================================
--- branches/JBPAPP_5_1/system/src/main/org/jboss/system/server/profileservice/repository/clustered/local/AbstractLocalContentManager.java	2011-08-26 19:01:14 UTC (rev 112141)
+++ branches/JBPAPP_5_1/system/src/main/org/jboss/system/server/profileservice/repository/clustered/local/AbstractLocalContentManager.java	2011-08-26 19:05:06 UTC (rev 112142)
@@ -396,6 +396,8 @@
    {
       RepositoryItemMetadata item = new RepositoryItemMetadata();
       item.setRelativePath(vfsPath);
+      item.setOriginatingNode(this.localNodeName);
+      item.setTimestampAsString("NOW");
       List<String> pathElements = item.getRelativePathElements();
       String rootName = null;
       for (RepositoryRootMetadata rmd : getOfficialContentMetadata().getRepositories())



More information about the jboss-cvs-commits mailing list