I think i found the problem. In the:
public static DataStoreFactorySpi aquireFactory(Map params) there's a line: if (factory.canProcess(params)) And the problem is that both (oracle plugin and my plugin) can handle this FeatureType (it has same number and types of params). And in debug mode, my plugin gets picked up first and in release the original plugin gets picked up first. So the problem is solved :) -- View this message in context: http://www.nabble.com/plugin-problem-tp17732424p17749695.html Sent from the GeoServer - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
