Author: j16sdiz
Date: 2009-01-01 11:20:39 +0000 (Thu, 01 Jan 2009)
New Revision: 24862

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
more class loader tricks

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2009-01-01 11:20:30 UTC (rev 
24861)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2009-01-01 11:20:39 UTC (rev 
24862)
@@ -354,6 +354,7 @@
                        public Thread newThread(Runnable r) {
                                Thread t = new NativeThread(r, "XMLSpider", 
NativeThread.NORM_PRIORITY - 1, true);
                                t.setDaemon(true);
+                               
t.setContextClassLoader(XMLSpider.this.getClass().getClassLoader());
                                return t;
                        }
                });

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to