Re: Autowire and/or CDI support?

2006-07-05 Thread Jim Marino
I've got some patches I need to apply that may fix that. One thing I  
need from you is to call the Connector durng the build phase ;-).  
I've temporarily changed method signatures of loaders to  pass the  
parent through so I can get things like the Monitor property injector  
to work. I'll check my changes in when I get them in shape and then  
we can remove the passing of parent and put it in a recursive  
DeploymentContext where it belongs.


Jim

On Jul 4, 2006, at 9:59 PM, Jeremy Boynes wrote:


I ran into something on the plane today where components were not
being autowired together. I noticed there is no AutowireProcessor (or
couldn't find one anyway).

Is this something in progress or something I should work on?

If this is in progress, will I trip over anyone if I start to explore
support for constructor injection as per the proposal on the wiki?

--
Jeremy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Autowire and/or CDI support?

2006-07-05 Thread Jeremy Boynes

On 7/5/06, Jim Marino [EMAIL PROTECTED] wrote:

I've got some patches I need to apply that may fix that. One thing I
need from you is to call the Connector durng the build phase ;-).
I've temporarily changed method signatures of loaders to  pass the
parent through so I can get things like the Monitor property injector
to work. I'll check my changes in when I get them in shape and then
we can remove the passing of parent and put it in a recursive
DeploymentContext where it belongs.



I'd done a little refactoring on the Property processor and had added
one for @Monitor - I hope we don't conflict too badly :-)

--
Jeremy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Autowire and/or CDI support?

2006-07-04 Thread Jeremy Boynes

I ran into something on the plane today where components were not
being autowired together. I noticed there is no AutowireProcessor (or
couldn't find one anyway).

Is this something in progress or something I should work on?

If this is in progress, will I trip over anyone if I start to explore
support for constructor injection as per the proposal on the wiki?

--
Jeremy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]