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

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

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