Hey Oleg,
> 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.
If you try:
1) new ejb.jar.xml and save
2) open it as EJB 1.1 XML with jBoss XML
3) Tab on container configuration
4) Actions | Add container configuration
5) Fill the name, choose a bean type, OK, and save *without* selecting the
node in the left tree panel.
You'll get an even emptier jboss.xml :-(
I'll start looking at this part to fix it, if someone want to join...
Hey Andy, what's up with EJX ? Any comments ?
Bye
Simon
> I've got:
>
> <jboss>
> <secure>false</secure>
> <container-configurations>
> <container-configuration
> configuration-class="org.jboss.ejb.deployment.StatefulSessionC
> ontainerConfiguration">
> <container-name>aaa</container-name>
> <call-logging>false</call-logging>
>
> <container-invoker>org.jboss.ejb.plugins.jrmp12.server.JRMPCon
> tainerInvoker</container-invoker>
> <instance-pool></instance-pool>
>
> <instance-cache>org.jboss.ejb.plugins.StatefulSessionInstanceC
> ache</instance-cache>
>
> <persistence-manager>org.jboss.ejb.plugins.StatefulSessionFile
> PersistenceManager</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
>
>
>