Re: JAX-WS Web Services

2014-10-12 Thread Meeraj Kunnumpurath
you need to use a SOAP runtime like CXF in your app. > > On Sun, Oct 12, 2014 at 10:16 AM, Meeraj Kunnumpurath < > mee...@servicesymphony.com> wrote: > > > Hi, > > > > I am porting an application from Weblogic 12 to Tomcat 8. The application > > has a set o

JAX-WS Web Services

2014-10-12 Thread Meeraj Kunnumpurath
gards -- *Meeraj Kunnumpurath* *Director and Executive PrincipalService Symphony Ltd00 44 7702 693597mee...@servicesymphony.com *

Custom Realm

2014-10-11 Thread Meeraj Kunnumpurath
{ 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* *Di

getDispatcherType is undefined

2014-09-27 Thread Meeraj Kunnumpurath
Hi, I am trying to deploy a Servlet 3.0 web application with some JSPs on Tomcat 8.0.12. When I try to access the JSPs, I get a Hasper compilation error stating The method getDispatcherType() is undefined for the type HttpServletRequest -- *Meeraj Kunnumpurath* *Director and Executive