Revision: 4913
          http://sourceforge.net/p/jump-pilot/code/4913
Author:   edso
Date:     2016-05-07 13:55:26 +0000 (Sat, 07 May 2016)
Log Message:
-----------
disable classloading exception for wfs classes disrupting Peppe's layer info 
mouseover output

Modified Paths:
--------------
    core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInManager.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInManager.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInManager.java  
2016-05-06 18:13:26 UTC (rev 4912)
+++ core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInManager.java  
2016-05-07 13:55:26 UTC (rev 4913)
@@ -100,9 +100,11 @@
               Class c = findLoadedClass(name);
               if (c == null) {
                 try {
-                  // these have to be handled like external packages
-                  if (!name.startsWith("de.latlon.deejump.wfs")
-                      && !name.startsWith("org.deegree."))
+                // disabled but not removed: here is the place to enforce 
plugin
+                // cl for specific classes/paths
+                // // these have to be handled like external packages
+                // if (!name.startsWith("de.latlon.deejump.wfs")
+                // && !name.startsWith("org.deegree."))
                     c = getParent().loadClass(name);
                 } catch (ClassNotFoundException e) {
                 }


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to