Ignore:
Timestamp:
08/18/11 22:02:35 (13 years ago)
Author:
gaba
Message:
 
File:
1 edited

Legend:

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

    r1483 r1486  
    204204                setBlock("1");
    205205                while (Integer.parseInt(activeclients) > 0){
    206                         activeclients = getDocumentData(this.getSourceStream(), "//show/activeclients");
     206                        //activeclients = getDocumentData(this.getSourceStream(), "//show/activeclients");
    207207                        is = this.getSourceStream();
     208                        activeclients = getDocumentData(is, "//show/activeclients");
    208209                       
    209210                }
     211                is = this.getSourceStream();
    210212                return is;
    211213        }
Note: See TracChangeset for help on using the changeset viewer.