RE: Aries and fluent builders

2011-12-16 Thread Timothy Ward
as an example before. What do you think? Regards, Tim Ward --- Apache Aries PMC member Enterprise OSGi advocate Enterprise OSGi in Action (http://www.manning.com/cummins) --- From: l...@code-house.org Subject: Re: Aries and fluent builders Date: Thu, 15 Dec 2011 09:42:40

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
Enterprise OSGi in Action (http://www.manning.com/cummins) --- From: l...@code-house.org Subject: Re: Aries and fluent builders Date: Thu, 15 Dec 2011 09:26:37 +0100 To: user@aries.apache.org Hey Timothy, I know that solution proposed by you will work but it will mess a XML