Hello,
thank you for the reply.
Follwing is the structure of my sessionFactory
<bean id="sessionFactoryRefOne"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
...
Type: Posts; User: kajuna; Keyword(s):
Hello,
thank you for the reply.
Follwing is the structure of my sessionFactory
<bean id="sessionFactoryRefOne"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
...
I am having a spring hibernate webapplication which runs on jboss server. I have noticed JVM Free memory decreasing drastically in a weeks time since i start the server .
and jvm thread count goes...
Hello all,
problem still persists , could any one tell me whether i need to synchronize handleRequestInternal(HttpServletRequest request, HttpServletResponse response) ...
Im using scriplet in my jsp .
<% Map mapGO = (Map<String,List>)request.getAttribute("map");
HashMap userSessions = (HashMap)request.getSession().getAttribute("userMap");
...
Thank you for the response. I have gone through the forum and from what i understood there should not be a synchronization problem as im not using any instance variable to hold user specific data....
Hello,
Im writting a web application using spring frame work where after successful login a dashboard is shown according to user's privilege.all the beans,controller,service & Dataacess are wired...