svn commit: r565894 - /lenya/trunk/src/modules-core/observation/java/src/org/apache/lenya/cms/observation/ObservationManager.java

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Tue Aug 14 13:09:05 2007
New Revision: 565894

URL: http://svn.apache.org/viewvc?view=rev&rev=565894
Log:
Reverting r565787. Turns out it must run in the current thread for now.

Modified:
    lenya/trunk/src/modules-core/observation/java/src/org/apache/lenya/cms/observation/ObservationManager.java

Modified: lenya/trunk/src/modules-core/observation/java/src/org/apache/lenya/cms/observation/ObservationManager.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/observation/java/src/org/apache/lenya/cms/observation/ObservationManager.java?view=diff&rev=565894&r1=565893&r2=565894
==============================================================================
--- lenya/trunk/src/modules-core/observation/java/src/org/apache/lenya/cms/observation/ObservationManager.java (original)
+++ lenya/trunk/src/modules-core/observation/java/src/org/apache/lenya/cms/observation/ObservationManager.java Tue Aug 14 13:09:05 2007
@@ -134,7 +134,7 @@
                 listener.eventFired(event);
             }
         };
-        new Thread(notifier).start();
+        new Thread(notifier).run();
     }
 
     private ServiceManager manager;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.