Let us start with a bug report; perhaps the code could be changed to:

new Query( schema.getName() )

Other then that we should produce a patch, and a test case. It may be hard to 
show that the issue is fixed since none of the existing datastores care about 
name space when the query is performed as far as I know. At the very least we 
should be able to show that the patch does know harm.

Jody

On 02/08/2010, at 7:37 PM, Bastian Schäffer wrote:

> List,
> 
> during some work with uDig I came accross this following issue:
> 
> StreamingRenderer.java
> 
> line 904
> query = new DefaultQuery(schema.getTypeName());
> 
> the query is filled with the typename. It might happen, that two
> feature datasets have the same typename (think of a wps buffer process
> execution with the same GML dataset but different parameters).
> 
> Adding the namespace to the query would help to identify the correct
> dataset in e.g. a datastore.
> 
> How can be proceed on this issue?
> 
> Regards,
> Bastian Schäffer


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to