Search:

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

Search: Search took 0.03 seconds.

  1. You nailed it. The first service endpoint is an...

    You nailed it. The first service endpoint is an extension of MessageEndpoint so adding a MessageEndpointAdapter made it work. I guess I was mislead with spring being nice when no adapters are...
  2. PayloadRootQNameEndpointMapping & PayloadRootAnnotationMethodEndpointMapping together

    Hello,

    I am trying to use two different mapping styles at the same time, not sure if that is allowed but is surely not working. Maybe my setup is wrong.

    So if I just put one service with...
  3. Replies
    2
    Views
    10,413

    Also refer to this post:...

    Also refer to this post: http://forum.springsource.org/showthread.php?t=36331
  4. Spring closes hibernate session on exception

    Hi,

    an interesting problem. I get a non-unique-object exception when attaching to a new session. Spring then closes the current session in HibernateTemplate.doExecute() {finally} block. If...
  5. Replies
    4
    Views
    1,268

    I cannot do the extra work in a transaction that...

    I cannot do the extra work in a transaction that will roll back. And I need it to be rolled back. So current transaction cannot be used. Only after that I would do the extra stuff - basically issue...
  6. Replies
    4
    Views
    1,268

    Post-Interceptor Question

    Hi.

    I have a classical example of a service object wrapped in a transaction (http://static.springframework.org/spring/docs/1.2.x/reference/aop.html#aop-tfb). DAO persistance is done through...
Results 1 to 6 of 6