Hi,
I'm using DMLC in a configuration with both a hibernate transaction manager AND sessionTransacted=true. Everything is working as expected however I've discovered that if the "transaction...
Type: Posts; User: rsargant; Keyword(s):
Hi,
I'm using DMLC in a configuration with both a hibernate transaction manager AND sessionTransacted=true. Everything is working as expected however I've discovered that if the "transaction...
Hi,
I want to use JMS to support a point-to-point link between our data center and client sites. I want to keep the application level very simple so the inner workings of how that is implemented...
I ran into this issue as well.
Our system is divided into two major "application" and "kernel" layers. Each layer hosts of a number of different services & components all deployed and wired...
Hi,
I've been recently working with the concept of the rich domain model.
Some of entities have external dependencies to implement more rich behavior. A simple example is having access to my...