Hi Simone,
After I added new container configuration for Stateful Session Bean,
I've got
<cache-policy></cache-policy>
in jboss.xml.
Should be
<cache-policy>org.jboss.ejb.plugins.NoPassivationCachePolicy</cache-policy>
right?
Best regards,
Oleg
Bordet, Simone wrote:
BS> Hello,
BS> I've committed the necessary code to allow the configuration of the new
BS> caches from EJX.
BS> Two things:
BS> 1) I'm sorry for the ones that modified their jboss.xml, but I noticed there
BS> was a naming convention for that file, ie lower case dash separated. I
BS> didn't use it in the previous commit, now *all* the options have the same
BS> look, easier for the ones that do not use EJX (!) to write jboss.xml files.
BS> 2) The default for the caches is now the NoPassivation policy, while on
BS> previous commit was the LRU one. It is of course temporary, until we are
BS> stable with the LRU cache.
BS> Enjoy
BS> Simon