For a few things i've wondered about using intents to configure the behaviour of an extension but cant see how to code it without hard coding values. Using TUSCANY-1997 as an example is there some way of saying something like <binding.ws requires="lotsOfConnections" /> and have that map to a user configurable value like 10? I can see how to use an intent named "lotsOfConnections" in a definitions.xml file but is there a way to map a value like 10 to that without just hard coding the mapping in the ws binding code?
...ant
