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...
Type: Posts; User: ziimen; Keyword(s):
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...
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...
Also refer to this post: http://forum.springsource.org/showthread.php?t=36331
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...
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...
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...