Small update. In a debug session I found out that there is, hidden in the depths of gvSIG a gt-main-unknown.jar, from which the SPIs for CRSFactory and other nice stuff are triggered, hence creating a conflict.
It seems that it is a gt 2.2 version jar that is used to do some referencing stuff. So this needs to be solved on the gvSIG side. Thanks, Andrea On Tue, Aug 16, 2016 at 11:21 AM, andrea antonello <[email protected]> wrote: > I tried to add the hints on startup like: > > Hints hints = new Hints(Hints.CRS_FACTORY, ReferencingObjectFactory.class); > GeoTools.init( hints ); > > and then run a simple: > > CoordinateReferenceSystem crs = CRS.parseWKT(""); > > to test it (wishing it would complain about the empty wkt). > > > It still breaks during the factory search. I am wondering if > ReferencingObjectFactory is the right one to pick, but it is also the > only one that I find implementing CRSFactory. > > Any idea welcome. I am clueless... > > Thanks, > Andrea > > > > > > > On Tue, Aug 16, 2016 at 10:36 AM, andrea antonello > <[email protected]> wrote: >> Hi Andrea, >> thanks for the reply. >> >>> the short and true answer is "I don't know", but let me try a guess >>> anyways... did you make some sort >>> of uber-jar that stripped away the META-INF/services contents? >> >> nope, all the jars are there. >> >>> Or, as an alternative, does gvGis has some classloader machinery disallowing >>> access to that location? >> >> I was wondering about the same, but since they also use SPIs, I don't think >> so. >> >> Now I am testing some settings as explained here: >> http://docs.geotools.org/stable/userguide/welcome/application.html >> and asked if there is something around that disables "outside" SPIs (I >> don't even know what I am writing :-) ). >> >> I will let you know if I find something. >> >> Thanks, >> Cheers, >> Andrea >> >> >>> >>> Cheers >>> Andrea >>> >>> >>> On Tue, Aug 16, 2016 at 9:51 AM, andrea antonello >>> <[email protected]> wrote: >>>> >>>> Hi, >>>> I am trying to use geotools as set of plugins inside gvSIG. >>>> I am failing when it comes to the use of SPI... service provider >>>> methods throw me things like: >>>> >>>> org.geotools.factory.FactoryNotFoundException: No factory of kind >>>> "FilterFactory" found. >>>> at >>>> org.geotools.factory.FactoryRegistry.getServiceProvider(FactoryRegistry.java:375) >>>> at >>>> org.geotools.factory.FactoryCreator.getServiceProvider(FactoryCreator.java:145) >>>> at >>>> org.geotools.factory.CommonFactoryFinder.lookup(CommonFactoryFinder.java:346) >>>> at >>>> org.geotools.factory.CommonFactoryFinder.getFilterFactory(CommonFactoryFinder.java:300) >>>> at >>>> org.geotools.feature.AttributeTypeBuilder.<init>(AttributeTypeBuilder.java:193) >>>> at >>>> org.geotools.feature.AttributeTypeBuilder.<init>(AttributeTypeBuilder.java:200) >>>> at >>>> org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:197) >>>> at >>>> org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:187) >>>> >>>> >>>> It is true that gvSIG has its own plugin system, but I am puzzled that >>>> this is happening in a desktop java environment. >>>> >>>> Does anyone have an idea about how to handle this, or at least >>>> debug/work around it? >>>> >>>> Thanks for any hint, >>>> Andrea >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> _______________________________________________ >>>> GeoTools-GT2-Users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users >>> >>> >>> >>> >>> -- >>> == >>> GeoServer Professional Services from the experts! Visit >>> http://goo.gl/it488V for more information. >>> == >>> >>> Ing. Andrea Aime >>> @geowolf >>> Technical Lead >>> >>> GeoSolutions S.A.S. >>> Via di Montramito 3/A >>> 55054 Massarosa (LU) >>> phone: +39 0584 962313 >>> fax: +39 0584 1660272 >>> mob: +39 339 8844549 >>> >>> http://www.geo-solutions.it >>> http://twitter.com/geosolutions_it >>> >>> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003 >>> >>> Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i >>> file/s allegato/i sono da considerarsi strettamente riservate. Il loro >>> utilizzo è consentito esclusivamente al destinatario del messaggio, per le >>> finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio >>> senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia >>> via e-mail e di procedere alla distruzione del messaggio stesso, >>> cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo >>> anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per >>> finalità diverse, costituisce comportamento contrario ai principi dettati >>> dal D.Lgs. 196/2003. >>> >>> >>> >>> The information in this message and/or attachments, is intended solely for >>> the attention and use of the named addressee(s) and may be confidential or >>> proprietary in nature or covered by the provisions of privacy act >>> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection >>> Code).Any use not in accord with its purpose, any disclosure, reproduction, >>> copying, distribution, or either dissemination, either whole or partial, is >>> strictly forbidden except previous formal approval of the named >>> addressee(s). If you are not the intended recipient, please contact >>> immediately the sender by telephone, fax or e-mail and delete the >>> information in this message that has been received in error. The sender does >>> not give any warranty or accept liability as the content, accuracy or >>> completeness of sent messages and accepts no responsibility for changes >>> made after they were sent or for other risks which arise as a result of >>> e-mail transmission, viruses, etc. >>> >>> >>> ------------------------------------------------------- ------------------------------------------------------------------------------ _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
