--
You received this message because you are subscribed to the Google Groups "Payara Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to payara-forum+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/payara-forum/80660ea5-2c82-4348-916c-db2c1f183f20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi, the code looks fine to me. Would you please raise this as an issue on github? https://github.com/payara/Payara/issues/Ondro
2018-01-22 12:21 GMT+01:00 igayimotukat <otukat...@gmail.com>:
Hi,ManagedExecutorService does not execute tasks when enabling application.Steps to reproduce1. Build the following Appilication. ``mvn clean package``2. Deploy application. ``bin/asadmin deploy --contextroot=test-app --name=test-app --virtualservers=server test-app.war``-> MyTask was executed.3. Disable application with asadmin. ``bin/asadmin disable test-app``4. Enable application with asadmin. ``bin/asadmin enable test-app``-> MyTask was not executed.Is there any way to run MyTask when enabling application?Payara Server 5 - Beta 1Java 1.8.0_151
--
You received this message because you are subscribed to the Google Groups "Payara Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to payara-forum...@googlegroups.com.