Re: Setting PropertySourceVault programatically in o.a.t.util.digester.Digester

2017-09-12 Thread Rémy Maucherat
On Mon, Sep 11, 2017 at 10:56 PM, Mark Thomas wrote: > On 11/09/17 21:07, Coty Sutherland wrote: > > On Mon, Sep 11, 2017 at 2:43 PM, Mark Thomas wrote: > >> On 11/09/17 19:07, Coty Sutherland wrote: > >> > >>> So, my questions comes down to "Can I configure

Re: Setting PropertySourceVault programatically in o.a.t.util.digester.Digester

2017-09-11 Thread Mark Thomas
On 11/09/17 21:07, Coty Sutherland wrote: > On Mon, Sep 11, 2017 at 2:43 PM, Mark Thomas wrote: >> On 11/09/17 19:07, Coty Sutherland wrote: >> >>> So, my questions comes down to "Can I configure a PropertySource >>> instance and pass that to tomcat's Digester before tomcat

Re: Setting PropertySourceVault programatically in o.a.t.util.digester.Digester

2017-09-11 Thread Coty Sutherland
On Mon, Sep 11, 2017 at 2:43 PM, Mark Thomas wrote: > On 11/09/17 19:07, Coty Sutherland wrote: > >> So, my questions comes down to "Can I configure a PropertySource >> instance and pass that to tomcat's Digester before tomcat starts?". > > No, because of the way it is currently

Re: Setting PropertySourceVault programatically in o.a.t.util.digester.Digester

2017-09-11 Thread Mark Thomas
On 11/09/17 19:07, Coty Sutherland wrote: > So, my questions comes down to "Can I configure a PropertySource > instance and pass that to tomcat's Digester before tomcat starts?". No, because of the way it is currently coded. > Is this a silly question? If so, why? No. N/A. I can see the

Setting PropertySourceVault programatically in o.a.t.util.digester.Digester

2017-09-11 Thread Coty Sutherland
Hi all, I'm fairly certain that there isn't a way to do this currently (I'm not so good with Reflection, so there could be), but I have to ask anyway. Let me explain my use case... I'm using tomcat embedded (8.5.x/trunk) and have a need to programmatically configure and use a PropertySource