Re: Error Creating XA DataSource

2019-02-09 Thread Tim Ward
Hi, So using the EntityManagerFactoryBuilder and the JPAEntityManagerProviderFactory services is the lowest level way to set this up, and it requires a bit more setup than you are currently doing. I would normally recommend using configuration to directly create the JPAEntityManagerProvider fo

Re: Error Creating XA DataSource

2019-02-09 Thread cobusstroebel
When switching to the vanilla DataSourceFactory the error disappears but now when I try to access the entity manager from the JPAEntityManagerProvider it throws this error: /Unable to acquire a connection from driver [null], user [null] and URL [null]. Verify that you have set the expected driver