Issue 10827
Fix readme on the registry ws client
10827
Reporter: trobertson
Type: Task
Summary: Fix readme on the registry ws client
Priority: Major
Resolution: Invalid
Status: Closed
Created: 2012-02-16 14:57:36.55
Updated: 2013-12-16 17:50:28.129
Resolved: 2013-12-10 16:22:40.279
Description: The readme currently does not provide the correct information for a user of the library to know what to put in their maven settings to call a registry WS installation.
For example, what property would I use to call a locally running registry-ws ?
]]>
Author: trobertson@gbif.org
Created: 2012-02-16 15:12:25.54
Updated: 2012-02-16 15:12:25.54
And an integer named cache.size is also needed?
Using the client I had to:
protected void configure() {
bindConstant().annotatedWith(Names.named("cache.size")).to(1);
}
The read me needs to either address this, or not require it