Re: Is it possible to define a customizable value for an intent or policy?

2008-03-13 Thread Jean-Sebastien Delfino
ant elder wrote: I can look at the existing specs and copy what they do for things like the SOAP intent or the JMS binding use of policy. I understand it can be useful to apply policy to a composite from out side but i disagree with you comment that anything else would mess up the domain and

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-11 Thread ant elder
On Tue, Mar 11, 2008 at 1:01 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Fri, Mar 7, 2008 at 12:01 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Wed, Mar 5, 2008 at 9:46 AM, ant elder [EMAIL PROTECTED] wrote: On Tue, Mar 4,

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-10 Thread Jean-Sebastien Delfino
ant elder wrote: On Fri, Mar 7, 2008 at 12:01 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Wed, Mar 5, 2008 at 9:46 AM, ant elder [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 6:19 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: Ok

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-06 Thread ant elder
On Wed, Mar 5, 2008 at 9:46 AM, ant elder [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 6:19 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: Ok thanks. The binding.ws element is also extensible so this axis2 config could be added as extra attributes or

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-06 Thread Jean-Sebastien Delfino
ant elder wrote: On Wed, Mar 5, 2008 at 9:46 AM, ant elder [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 6:19 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: Ok thanks. The binding.ws element is also extensible so this axis2 config could be added as extra

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-06 Thread ant elder
On Fri, Mar 7, 2008 at 12:01 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Wed, Mar 5, 2008 at 9:46 AM, ant elder [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 6:19 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: Ok thanks. The

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-05 Thread ant elder
On Tue, Mar 4, 2008 at 6:19 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: Ok thanks. The binding.ws element is also extensible so this axis2 config could be added as extra attributes or elements there couldn't it, eg binding.ws timeOut=30 /? Which seems

Is it possible to define a customizable value for an intent or policy?

2008-03-04 Thread ant elder
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

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-04 Thread Jean-Sebastien Delfino
ant elder wrote: 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

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-04 Thread ant elder
On Tue, Mar 4, 2008 at 4:34 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: 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

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-04 Thread Venkata Krishnan
Hi, I am just about going to check in what Sebastien is suggesting here. So you could define a PolicySet as follows : - sca:policySet name=tuscany:Axis2ConnectionsConfPolicySet provides= appliesTo=sca:binding.ws tuscany:alwaysAppliesTo=sca:[EMAIL PROTECTED]'SomeName']

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-04 Thread ant elder
Ok thanks. The binding.ws element is also extensible so this axis2 config could be added as extra attributes or elements there couldn't it, eg binding.ws timeOut=30 /? Which seems simpler if allowed so why is the policySet approach better? ...ant On Tue, Mar 4, 2008 at 5:37 PM, Venkata

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-04 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, I am just about going to check in what Sebastien is suggesting here. So you could define a PolicySet as follows : - sca:policySet name=tuscany:Axis2ConnectionsConfPolicySet provides= appliesTo=sca:binding.ws tuscany:alwaysAppliesTo=sca:[EMAIL

Re: Is it possible to define a customizable value for an intent or policy?

2008-03-04 Thread Jean-Sebastien Delfino
ant elder wrote: Ok thanks. The binding.ws element is also extensible so this axis2 config could be added as extra attributes or elements there couldn't it, eg binding.ws timeOut=30 /? Which seems simpler if allowed so why is the policySet approach better? binding.ws timeout=30