kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Arjuna trasnaction timeout #212

Open eriskooo opened 2 years ago

eriskooo commented 2 years ago

hello,

I am trying to set @Transactional method custom timeout, but still getting perhaps default 100s

arjPropertyManager.getCoordinatorEnvironmentBean().setDefaultTimeout(integer / 1000)

thank you

e.