Re: What is the Blueprint syntax to instantiate and initialize object properties when the command is executed?

2014-01-14 Thread Paul Spencer
gt; The action class is like a bean, so you use property set on it. > > Regards > JB > > On 01/14/2014 05:54 PM, Paul Spencer wrote: >> Karaf 2.3.3 >> >> Karaf 2.3.3 >> >> What is the Blueprint syntax to instantiate and initialize object properties &

Re: What is the Blueprint syntax to instantiate and initialize object properties when the command is executed?

2014-01-14 Thread Jean-Baptiste Onofré
Sorry Paul, I missed part of your question. The action class is like a bean, so you use property set on it. Regards JB On 01/14/2014 05:54 PM, Paul Spencer wrote: Karaf 2.3.3 Karaf 2.3.3 What is the Blueprint syntax to instantiate and initialize object properties when the command is

Re: What is the Blueprint syntax to instantiate and initialize object properties when the command is executed?

2014-01-14 Thread Jean-Baptiste Onofré
Regards JB On 01/14/2014 05:54 PM, Paul Spencer wrote: Karaf 2.3.3 Karaf 2.3.3 What is the Blueprint syntax to instantiate and initialize object properties when the command is executed? The XML below will define the command and contains a reference to the interface of the service the comman

What is the Blueprint syntax to instantiate and initialize object properties when the command is executed?

2014-01-14 Thread Paul Spencer
Karaf 2.3.3 Karaf 2.3.3 What is the Blueprint syntax to instantiate and initialize object properties when the command is executed? The XML below will define the command and contains a reference to the interface of the service the command will use. I would like the syntax to instantiate and