I have similar issue. Ony difference is that i have a single service method which is annotated with @async and @transactional. The service method invoke multiple hibernate dao methods. When working...
Type: Posts; User: shaiju; Keyword(s):
I have similar issue. Ony difference is that i have a single service method which is annotated with @async and @transactional. The service method invoke multiple hibernate dao methods. When working...
Hi Friend,
Thanks for the response.This is exactly what I wanted.But I am using spring 2.5. Let me see the feasibility of upgrading to 3.0.
I will update the same thread once done.Meanwhile do you...
Hi,
I have a requirement to run a long lasting job from the HTTP Request.i.e The user initiates the process by submitting a http request . I have to initiate the process at the back end to run this...
Hi,
I wanted to schedule a work from my JSF backing bean. I am using tomcat 6 as the server. I tried to do this with commonj, but could not really figure out how to configure the work manager . From...
Hi,
I am facing the similar issue.Have you got a solution for this?
SHaiju
DO we have a solution other than the hidden input fields?It will not work for me
1)I have lot of such fields
3) Most of those fields are hidden/shown dynamically?
any other alternatives?
...
Hi,
I am using spring+spring MVC+hibernate for my product.
I have the following scenario
I have a persitant object "A" which have attributes x,y,z. I am using "A" as the model attribute while...
Hi,
I am trying to user JSF and Spring MVC together,because of some business reasons.
1) Is this advisable?
2) I am facing an issue in getting this worked because of the viewResover configured...
Can anybody give me a response, we are waiting for this desison to go ahead with the design
Hi,
I have developed first phase of my product using spring + hiberbate. I have developed the web layer using Spring MVC. Now I am considering JSF for the rest of the product . Do you recomend this...
Hi gublooo,
I am facing the similar issue?
Have you got a solution?
Shaiju
Hi,
I am not sure I am in the right forum.But if anybody can guide me , would be great.
I have developed an online application using spring 2.5/Hibernate/MySQL,the customer base of which would be...
Thanks for the immediate response.
Probably I havent put it properly here.
I am using spring 2.5 with annotation.
So my contoller's handler method have arguement as (@ModelAttribute("employ")...
Hi,
I have a scenario where my model objects have a circular reference
ie I have an Employee class which have a refernce to Dpertment object as dept attribute
and I have the Department class...
Nic Doye ,
COuld you please share how did you invoked the server function from java script?
I tried many things ,but none worked?
I have the following lines in my app-servlet.xml
<bean...
Hi,
By anychance do you have the solution for this issue,I am facing the similar scenario,where I want to come back to search result page from the details page.
Any help would be appreciated.
...
Hi,
Thanks for the response!!!
The scenario is exactly same as you assumed.
I have Controller A for rendering and processing the search page(a user search page).Controller B for rendering the...
Hi,
I am using spring MVC.
I have a search page controller(type level annotated), wihich would diplay the search result.From the search result page, i can go to the detail page where I shows the...
So if I want to configure both the webBindingInitializer and the interceptor ,
I need to have two different Handler mappings?
Can I annotate the controller to use an Interceptor,is there a way?
Also I am using WebBindingInitializer as follows
...
Hi ,
I am using spring mvc 2.5 and annotaton based.
Can anybody advice me what is the best approch for handling the expired http session and redirecting teh user to login page with valid error...
OK.Thank you
Btw can you tellme why spring tries to bind teh values inot the "user" object which is a session attribute,rather than binding to "dmsUser" which is a request attribute??
Shaiju
What I mean is I am trying to catch the generic Exception.
Not even NumberFormat or IllegalArgumentExcpetion.
Btw , Just now I found out that the issues is becasue my handler method pasted below...
The PropertyEditors shouldn't convert anything only valid values, if something went wrong throw an exception. That exception will be handled by the controller.
Here the problem is I am not able to...
1) I tried to use the editor provided by Spring.But I believe it does not handle the numberformat exception generated when tryig to convert a invalid number e.g "abc" , to Long.And hence did not...