AxonFramework / cdi

Axon Framework CDI Support
Apache License 2.0
11 stars 10 forks source link

JtaTransaction rescans JNDI for every transaction #25

Open bert-laverman opened 5 years ago

bert-laverman commented 5 years ago

JtaTransaction scans the JNDI tree for the correct lookup path to use, because JBoss-descendant application servers use a different path. This causes a lot of unnecessary exceptions to be thrown, since an application does not migrate AS while running.