This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: How to auto-wire using BeanMetaDataBuilder?dmlloyd Dec 1, 2008 8:33 PM (in response to dmlloyd)Found it - BeanMetaDataBuilder.setAutowire*(). 
- 
        2. Re: How to auto-wire using BeanMetaDataBuilder?alesj Dec 2, 2008 8:13 AM (in response to dmlloyd)What exactly do you wanna auto-wire? 
- 
        3. Re: How to auto-wire using BeanMetaDataBuilder?dmlloyd Dec 2, 2008 8:42 AM (in response to dmlloyd)For XNIO, if no provider name is given, I want it to auto-wire based on type (in other words, find whatever provider is available). 
- 
        4. Re: How to auto-wire using BeanMetaDataBuilder?alesj Dec 2, 2008 9:01 AM (in response to dmlloyd)BeanMetaDataBuilder builder = BeanMetaDataBuilder.createBuilder(...); builder.addPropertyMetaData("provider", new AbstractInjectionValueMetaData());
 OK, a bit more impl detail.
 I'll add BeanMetaDataBuilder::createContextualInjection method,
 which will hide this.
- 
        5. Re: How to auto-wire using BeanMetaDataBuilder?alesj Dec 4, 2008 10:30 AM (in response to dmlloyd)"alesj" wrote: 
 I'll add BeanMetaDataBuilder::createContextualInjection method,
 which will hide this.
 Done:
 - https://jira.jboss.org/jira/browse/JBMICROCONT-401
 
    