Re: OGNL Static Method call wrapper

2015-01-22 Thread Lukasz Lenart
2015-01-19 14:02 GMT+01:00 Alireza Fattahi : > As the OGNL static method will be disabled soon ... we could use a wrapper to > call those static methods > Do you think it is a good idea to add a method ActionSupport for calling the > static methods > > So instead of @foo.bar@isValidAmount(amount)

Re: OGNL Static Method call wrapper

2015-01-19 Thread Alireza Fattahi
envocation in action and JSPs ?!  ~Regards, ~~Alireza Fattahi From: Martin Gainty To: Struts Users Mailing List Sent: Monday, 19 January 2015, 17:00 Subject: RE: OGNL Static Method call wrapper No *Unless* you configure app to implement max heap  -Xmx2048M -XX:PermSize=2048M

RE: OGNL Static Method call wrapper

2015-01-19 Thread Martin Gainty
No *Unless* you configure app to implement max heap -Xmx2048M -XX:PermSize=2048M -XX:MaxPermSize=2048m dont declare any entity Static anything .statics are notorious for parking in Permgen where of course the accumulation of other statics will eventually cause OOM http://stackoverflow.com/quest