<div dir="ltr"><div>Yes - I thought so - but needed to confirm.<br><br></div><div>Would anyone have examples of attribute-resolver leveraging database -- and sample db pool settings?<br><br></div><div>Thanks.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 3, 2017 at 4:29 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 1/3/17, 7:20 PM, "users on behalf of Y Levine" <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:ylevine20@gmail.com">ylevine20@gmail.com</a>> wrote:<br>
<br>
> Could anyone share how they did it? My guess it is not via DBCP.<br>
<br>
</span>I used DBCP for many years with both Jetty and Tomcat, and doing so is not really a matter for this list, but you shouldn't need to be using container managed connections anymore.<br>
<br>
We offer support for that with Spring now and that's how you should define data sources. For one thing, using the container requires putting the driver into the container classpath, which is just one more hassle to manage separately from the IdP.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Scott<br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br>
</font></span></blockquote></div><br></div>