glassfish-4.1.1

Glassfish/Payara: why might deployment of a large web app to Glassfish-4.1.1 (or Payara Server 4.1.1.163) take 5 times longer than to Glassfish-4.1

拥有回忆 提交于 2019-12-12 03:36:12
问题 Mac OS X: Yosemite 10.10.5 Until recently I have been using: NetBeans8.1beta Glassfish4.1 Mojarra 2.2.7 I have recently investigated using: NetBeans8.1 Glassfish4.1.1 Mojarra 2.2.12. With a very large JSF web app (with ObjectDB as JPA persistence provider) I am experiencing massively longer deployment times to Glassfish4.1.1 (over 10 minutes) than to Glassfish4.1 (around 2 minutes). That's about 5 times slower. [EDIT: 2016-09-13 Tried with Payara 163 Full (Payara Server 4.1.1.163) and it took

How to change EJB transaction timeout in Glassfish 4.1.1?

大城市里の小女人 提交于 2019-12-10 16:22:42
问题 In Glassfish the EJB transaction timeout is set to 120 seconds by default, and I want to change this value. I know that it can be changed by defining the "cmt-timeout-in-seconds" param in the glassfish-ejb-jar.xml, but I use the Web module with EJB classes in it, and use the glassfish-web.xml respectively. Is there any way to change the timeout? UPD: The Transaction Timeout value in the Transaction Service settings has no effect. @Schedule(minute = "*/5", hour = "*", persistent = false)