thanks Francesco, i don't use spring currently so it may not work in my case
i often consider diving into spring when i see
a) how many positions require it in the job market
b) how many web tutorials mention it
On 13/02/2019 17:10, Francesco Chicchiriccò wrote:
On 13/02/19 15:04, Matthew Broadhead wrote:
i am trying to test some business logic that depends heavily on the
results of calls to entitymanager. i would like to keep the
persistence.xml exactly as it is in the main project but basically
load in a different database underneath. is there a way to
initialise the entitymanager and point it to a development database
for the duration of the tests?
Hi Matthew,
I normally do as you require above, but with some Spring ORM support,
not sure it fits with your scenario; if so, I can point you to some
working samples.
Regards.