Ignore:
Timestamp:
11/08/10 21:30:02 (14 years ago)
Author:
gaba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/MDRepoProxyAction.java

    r849 r860  
    5555        public String getBaseURI() {           
    5656                Admin.notifyUser("MDREPO-property:" + Admin.getConfig().getProperty(getProxyKey() + ".uri"));
    57                 Admin.notifyUser("MDREPO-profile:" + getRepository());
    58                 String uri = getRepository();//Admin.getConfig().getProperty(getProxyKey() + ".uri");           
     57                Admin.notifyUser("MDREPO-profile:" + getRepositoryPath());
     58                String uri = getRepositoryPath();//Admin.getConfig().getProperty(getProxyKey() + ".uri");               
    5959                return uri;
    6060        }
Note: See TracChangeset for help on using the changeset viewer.