Bordet, Simone wrote:
BS> Check
BS> 1) if you have the file
BS> src/resources/org/jboss/ejb/deployment/editors/cachepolicy.properties
BS> (but I assume so if you have the last CVS checkout).
Correct.
BS> 2) I just did a clean CVS checkout and I'm able to create a correct
BS> jboss.xml with the tag you mentioned, but I see now that I have an empty
BS> <transaction-manager> tag.
Oh, in my case <transaction-manager> tag is empty, too.
BS> If you can, try send me your jar, and I'll try see if there is
BS> something wrong with the cache configuration classes.
Which jar? I have created new ejb-jar.xml, opened it as EJB+jBoss,
added container configuration for stateful SB and saved.
I've got:
<jboss>
<secure>false</secure>
<container-configurations>
<container-configuration
configuration-class="org.jboss.ejb.deployment.StatefulSessionContainerConfiguration">
<container-name>aaa</container-name>
<call-logging>false</call-logging>
<container-invoker>org.jboss.ejb.plugins.jrmp12.server.JRMPContainerInvoker</container-invoker>
<instance-pool></instance-pool>
<instance-cache>org.jboss.ejb.plugins.StatefulSessionInstanceCache</instance-cache>
<persistence-manager>org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager</persistence-manager>
<transaction-manager></transaction-manager>
<authentication-module></authentication-module>
<role-mapping-manager></role-mapping-manager>
<container-invoker-conf>
<Optimized>false</Optimized>
</container-invoker-conf>
<container-cache-conf>
<cache-policy></cache-policy>
</container-cache-conf>
</container-configuration>
</container-configurations>
<resource-managers />
<enterprise-beans />
</jboss>
Have you got other result?
STRANGE
Best regards,
Oleg