Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2426

GIT connector not refreshing federated nodes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.2.0.Final
    • 4.1.0.Final
    • Federation
    • None
    • Hide

      After federating a local GIT repository, exploring the repository through the ModeShape Rest Service, and then creating a new branch in the repository the newly created branch is not showing up in the ModeShape repository.

      Show
      After federating a local GIT repository, exploring the repository through the ModeShape Rest Service, and then creating a new branch in the repository the newly created branch is not showing up in the ModeShape repository.

    Description

      I am having an issue where the GIT connector isn't showing changes to a federated GIT repository.

                  <cache-container name="modeshape">
                      <local-cache name="nogece">
                          <transaction mode="NON_XA"/>
                          <file-store passivation="false" purge="false" relative-to="jboss.server.data.dir" path="modeshape/store/nogece"/>
                      </local-cache>
                      <local-cache name="carroll">
                          <transaction mode="NON_XA"/>
                          <file-store passivation="false" purge="false" relative-to="jboss.server.data.dir" path="modeshape/store/carroll"/>
                      </local-cache>
                      <local-cache name="zing">
                          <transaction mode="NON_XA"/>
                          <file-store passivation="false" purge="false" relative-to="jboss.server.data.dir" path="modeshape/store/zing"/>
                      </local-cache>
                  </cache-container>
      
                  <repository name="carroll">
                      <external-sources>
                          <source name="git" classname="org.modeshape.connector.git.GitConnector" directoryPath="C:\\CHP\\git\\carroll">
                              <projection>
                                  default:/carroll =&gt; /
                              </projection>
                          </source>
                      </external-sources>
                  </repository>
                  <repository name="nogece">
                      <external-sources>
                          <source name="git" classname="org.modeshape.connector.git.GitConnector" directoryPath="C:\\CHP\\git\\nogece" cacheTtlSeconds="60">
                              <projection>
                                  default:/nogece =&gt; /
                              </projection>
                          </source>
                      </external-sources>
                  </repository>
                  <repository name="zing">
                      <external-sources>
                          <source name="git" classname="org.modeshape.connector.git.GitConnector" directoryPath="C:\\CHP\\git\\zing">
                              <projection>
                                  default:/zing =&gt; /
                              </projection>
                          </source>
                      </external-sources>
                  </repository>
      

      Attachments

        Activity

          People

            hchiorean Horia Chiorean (Inactive)
            mashama911 Mashama McFarlane
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: