the firewal is interrupting the connection
the solution was to add the clause validationQuery="select 'validationQuery' from dual in the tomcat datasource conf file (context.xml)
A workaround to...
Type: Posts; User: WBS; Keyword(s):
the firewal is interrupting the connection
the solution was to add the clause validationQuery="select 'validationQuery' from dual in the tomcat datasource conf file (context.xml)
A workaround to...
Hi,
I have a Tomcat server running Spring DAO, with basic datasource config:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Thank u so much for your precious help.
The sample was very useful for us.
Best Regards.
WBS
Hi 've tried to change the name status of the varStatus variable and i've got the error below
<c:forEach items="${smsBox}" var="sms" varStatus="toto">
<tr>
<td colspan="6"...
Hi,
I'm using spring 2.02 with jstl1.1 and i'm getting this error in my jsp
java.lang.ClassCastException: javax.servlet.jsp.jstl.core.LoopTagSupport$1Status
at...
Great!
I've tried your solution and it works:-)
Thanks a lot.
Here's a mysterious problem.
I am trying to use portlet with JSP together. Inside the portlet, I populate some data, put the data into portlet session and dispatch (include) to a jsp. On the jsp,...
The idea to solve this issue is to work with a spring interceptor
How is it possible in that case to render to a diffrerent view ie in the afterRenderCompletion function
public void...
Hi
I'm using spring portlet web mvc as a framework via a web portal.
I am used to work with httpservlet interceptor, in portlet specifications this was replaced by portletRequest and...