Hi Oleg,
> 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?
Yes, you're right.
Check
1) if you have the file
src/resources/org/jboss/ejb/deployment/editors/cachepolicy.properties
(but I assume so if you have the last CVS checkout).
2) I just did a clean CVS checkout and I'm able to create a correct
jboss.xml with the tag you mentioned, but I see now that I have an empty
<transaction-manager> tag. If you can, try send me your jar, and I'll try
see if there is something wrong with the cache configuration classes.
I suspect that with the defaults now in standardjboss.xml EJX behaves
strangely...
Bye
Simon