ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterThread.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterThread.java (file contents):
Revision 1.35 by tdb, Sat May 18 18:16:02 2002 UTC vs.
Revision 1.37 by tdb, Fri Sep 6 15:10:48 2002 UTC

# Line 1 | Line 1
1   /*
2   * i-scream central monitoring system
3 + * http://www.i-scream.org.uk
4   * Copyright (C) 2000-2002 i-scream
5   *
6   * This program is free software; you can redistribute it and/or
# Line 119 | Line 120 | public class FilterThread extends Thread{
120                  String newParent = ConfigurationProxy.getInstance().getProperty("Filter." + FilterMain.NAME, "Filter.parentFilter");
121                  if(!parentFilterName.equals(newParent)) {
122                      parentFilterName = newParent;
123 <                    parent = FilterHelper.narrow(_refman.getCORBARef("iscream.Filter." + parentFilterName));
123 >                    parent = FilterHelper.narrow(_refman.getCORBARef("iscream.Filter\\." + parentFilterName));
124                      _logger.write(toString(), Logger.DEBUG, "Parent filter changed to: "+parentFilterName);
125                  }
126              } catch (PropertyNotFoundException e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines