Re: [Geotools-devel] unable to load WFS Feature Store - Parser failing

2019-09-16 Thread Torben Barsballe via GeoTools-Devel
A quick dependencyTree shows that gt-svg is the only module which actually depends upon Xalan (via xmlgraphics), so if it is necessary for the WFS datastore to run we should probably be depending upon it explicitly [*INFO*] **

Re: [Geotools-devel] unable to load WFS Feature Store - Parser failing

2019-08-24 Thread Jody Garnett
So what should we be doing? Explicitly depending xalan? Or trusting it is available ... On Fri, Aug 23, 2019 at 4:13 PM Imran Rajjad wrote: > As per Jody suggestions, adding > > > xalan > xalan > 2.7.2 > > > to project POM made the error go away > > On Thu, Aug 22, 2019 at 4:42 PM

Re: [Geotools-devel] unable to load WFS Feature Store - Parser failing

2019-08-23 Thread Imran Rajjad
As per Jody suggestions, adding xalan xalan 2.7.2 to project POM made the error go away On Thu, Aug 22, 2019 at 4:42 PM Imran Rajjad wrote: > Hello, > > I am trying to create a WFS Datastore in Geotools 22-Snapshot > >String capUrl = " > http://localhost:8081/geoserver/wfs?RE

[Geotools-devel] unable to load WFS Feature Store - Parser failing

2019-08-22 Thread Imran Rajjad
Hello, I am trying to create a WFS Datastore in Geotools 22-Snapshot String capUrl = " http://localhost:8081/geoserver/wfs?REQUEST=GetCapabilities";; Map connectionParameters = new HashMap(); connectionParameters.put("WFSDataStoreFactory:GET_CAPABILITIES_URL", capUrl ); Dat