Hi,

Can the registry please change its version to SNAPSHOT instead of
0.2-SNAPSHOT. I believe that makes it easier for us to depend on the
last code.

For instance the Mashup Server is still dependinf on 0.1-SNAPSHOT and
didnt notice that you guys had changed the version. Please do make the
change and send a note.

Thanks,
Keith.

Chathura C. Ekanayake wrote:
> 
> I have changed the executeQuery(...) method of the Registry interface to
> get parameters as a Map, instead of a Object[].
> This allows the query parameters to be given as name->value pairs, which
> would be useful in supporting different query types.
> 
> New method signature:
> 
> Resource executeQuery(String path, Map parameters) throws
> RegistryException;
> 
> For executing SQL queries parameters have to be given as
> 
> "1"->param1
> "2"->param2
> 
> where 1, 2, .. are the parameter positions in the SQL string.
> 
> Thanks,
> Chathura
> 
> _______________________________________________
> Mashup-dev mailing list
> [EMAIL PROTECTED]
> http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
> 


_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to