Boolean instead of boolean for autowire attributes

2007-08-31 Thread Raymond Feng
Hi, I'm reviewing our support for autowiring and found out there is an issue with our Composite/Component/ComponentReference models. By the assembly spec, there is difference between the following two cases: a) component name=C1 b) component name=C1 autowire=false Case a) will inherit the

Re: Boolean instead of boolean for autowire attributes

2007-08-31 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I'm reviewing our support for autowiring and found out there is an issue with our Composite/Component/ComponentReference models. By the assembly spec, there is difference between the following two cases: a) component name=C1 b) component name=C1 autowire=false