Search:

Type: Posts; User: shaiju; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    2,179

    Transaction with @Async

    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...
  2. Replies
    4
    Views
    1,956

    Hi Friend, Thanks for the response.This is...

    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...
  3. Replies
    4
    Views
    1,956

    Asynchronous processing in parallel thread

    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...
  4. Replies
    1
    Views
    1,334

    WorkManagerTaskExecutor with Tomcat

    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...
  5. Got solution?

    Hi,
    I am facing the similar issue.Have you got a solution for this?

    SHaiju
  6. DO we have a solution other than the hidden input...

    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?
    ...
  7. Model attribute contain partial hibernate object

    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...
  8. Replies
    0
    Views
    480

    JSF and Spring MVC

    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...
  9. Thread: JSF and Spring

    by shaiju
    Replies
    1
    Views
    676

    Response appreciated

    Can anybody give me a response, we are waiting for this desison to go ahead with the design
  10. Thread: JSF and Spring

    by shaiju
    Replies
    1
    Views
    676

    JSF and Spring

    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...
  11. Replies
    9
    Views
    3,050

    Got a solution?

    Hi gublooo,
    I am facing the similar issue?
    Have you got a solution?

    Shaiju
  12. Replies
    1
    Views
    619

    Configure production server

    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...
  13. Replies
    3
    Views
    874

    Thanks for the immediate response. Probably I...

    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")...
  14. Replies
    3
    Views
    874

    Circular reference

    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...
  15. Replies
    9
    Views
    6,034

    Nic Doye , COuld you please share how did you...

    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...
  16. Hi, By anychance do you have the solution for...

    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.
    ...
  17. Replies
    3
    Views
    1,537

    Hi, Thanks for the response!!! The scenario is...

    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...
  18. Replies
    3
    Views
    1,537

    Going back to previous page

    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...
  19. Replies
    5
    Views
    1,574

    So if I want to configure both the...

    So if I want to configure both the webBindingInitializer and the interceptor ,
    I need to have two different Handler mappings?
  20. Replies
    5
    Views
    1,574

    Can I annotate the controller to use an...

    Can I annotate the controller to use an Interceptor,is there a way?
    Also I am using WebBindingInitializer as follows

    ...
  21. Replies
    5
    Views
    1,574

    Handle expired session

    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...
  22. OK.Thank you Btw can you tellme why spring tries...

    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
  23. What I mean is I am trying to catch the generic...

    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...
  24. The PropertyEditors shouldn't convert anything...

    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...
  25. 1) I tried to use the editor provided by...

    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...
Results 1 to 25 of 27
Page 1 of 2 1 2