Re: Custom Realm

2014-10-12 Thread Service Symphony
gt; > public DatabaseRealm() throws NamingException { > Context context = null; > try { > context = new InitialContext(); > template = new SimpleJdbcTemplate((DataSource) > context.lookup("MyDS")); > } finally { > if (context != null) context.close(); > } > } > > Any pointers will be highly appreciated. > > Many thanks > > -- > Meeraj Kunnumpurath > Director and Executive Principal > Service Symphony Ltd > 00 44 7702 693597 > mee...@servicesymphony.com

Re: getDispatcherType is undefined

2014-09-27 Thread Service Symphony
Thank you, by mistake my maven build included gwt-user jar, which ships the servlet API. Sent from my iPhone > On 27 Sep 2014, at 15:05, Konstantin Kolinko wrote: > > 2014-09-27 17:47 GMT+04:00 Meeraj Kunnumpurath : >> Hi, >> >> I am trying to deploy a Servlet 3.0 web application with some JS