I have a Quartz Job Listener that persists information about the job's execution. I'm using jta-datasource and my job class was annotated with @ExecuteInJTATransaction.
When Job Listener is invoked, the follow error occurs:
org.quartz.SchedulerException:
UserTransactionHelper could not lookup/create UserTransaction.
[See nested exception:javax.naming.NameNotFoundException:java:comp/UserTransaction]
My environment is Wildfly-10.0 and Quartz-2.2.1