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*]
**
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
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
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