RE: Aries and fluent builders

2011-12-15 Thread Timothy Ward
Hi, It's not very concise, but this should work: bean id=processEngineConfiguration1 class=org.activiti.engine.ProcessEngineConfiguration factory-method=createStandaloneInMemProcessEngineConfiguration/ bean id=processEngineConfiguration2 factory-ref=processEngineConfiguration1

Re: Aries and fluent builders

2011-12-15 Thread Łukasz Dywicki
Hey Timothy, I know that solution proposed by you will work but it will mess a XML. Once I'll need to inject more values I will have 100 lines only to put true or false in some fields. Regards, Lukasz Hi, It's not very concise, but this should work: bean

Re: Aries and fluent builders

2011-12-15 Thread Łukasz Dywicki
Timothy, If you could give an advice where to start, I can experiment. Maybe we can add an attribute from additional namespace (aries-util?) which will mark an field as non standard java bean and let inject given value? But, it is possible to extend a property behavior somehow? Regards, Lukasz