Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,246

    Hibernate, nested transaction scenario

    Hello all,

    I have the following scenario: there are 3 methods, A, B and C.

    A will always throw exception (i. e. shall do rollback)
    B calls A but should commit, regardless of A.
    C calls A and...
  2. Replies
    4
    Views
    1,116

    Thank you, Don. You have really helped me a lot....

    Thank you, Don. You have really helped me a lot. It works now perfectly. :)

    If I understand you correctly the following piece of code:


    return "owner/edit"

    is NOT equal to
  3. Replies
    4
    Views
    1,116

    Thank you dbrinker for your reply. ...

    Thank you dbrinker for your reply.

    Unfortunately, it does not work for me. Somehow, it is expecting jsp/owner/1/edit, not jsp/owner/edit.

    Please look at the following debug info:
    ...
  4. Replies
    4
    Views
    1,116

    Path Variable, resolving view

    Hello all,

    I'm new with Spring 3. I'm stuck in the following problem: I cannot map the view to the method with path variable.

    My code:


    @Controller
    @RequestMapping(value = "/owner")...
Results 1 to 4 of 4