shared database across multiple servers
We want to deploy the same enterprise application (jsp/servlet/ejb2) in two different clusters. These 2 applications will share the same database thru a distinct datasource in their server.
Entity beans are BMP, use optimistic locking and container managed transactions.
what are the requirements to make this architecture "transactionally safe" in an CMT context ?
what are the requirements to make this architecture "transactionally safe" in an CMT context ?
0