About Question enthuware.oce-ejbd.v6.2.345 :
Posted: Mon Jul 29, 2013 11:01 am
The explanation for third answer says:
21.2.2
Specifaction doesn't prohibit EJB from having non-final static field. It says EJB must not use it (for writing). Read-only static fields are allowed.EJBs must not have Non-final static fields.
21.2.2
JAn enterprise bean must not use read/write static fields. Using read-only static fields is allowed. Therefore, it is recommended that all static fields in the enterprise bean class be declared as final.