Tiago Simões wrote:
> Hi Jody,
>
> I manage to trace the problems back to the parameters I was setting for the
> WFS service. Maybe it was a timeout problem?! Although I didn't receive any
> notice (exception or log)
>
> My parameters were:
>
> wfsSettings.put(WFSDataStoreFactory.URL.key, wfsURL);
> wfsSettings.put(WFSDataStoreFactory.TIMEOUT.key, 10000);
> wfsSettings.put(WFSDataStoreFactory.PROTOCOL.key, false);
> wfsSettings.put(WFSDataStoreFactory.TRY_GZIP.key, true);
> wfsSettings.put(WFSDataStoreFactory.BUFFER_SIZE.key, 500);
>
> Now I use serviceFactory.createParams(wfsURI) and everything works. Do you
> have any suspects about the problem?
>   
Perhaps we are getting stuck between using WFS with GET vs WFS with POST?
Jody

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to