Re: [JBoss-user] Entities are not cached

2002-10-10 Thread Dan Christopherson
You don't say what version you're using, but I'm assuming it's 3.0 or later. In 3.0 the default commit option was changed to 'B', which does not cache data. Either change this to 'A' in standardjboss.xml or override the container configuration in your jboss.xml. hth -danch Alexey Yudichev wr

RE: [JBoss-user] Entities are not cached

2002-10-10 Thread Sacha Labourey
D, see the JBoss 3.0 admin guide Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Alexey Yudichev Envoye : jeudi, 10 octobre 2002 16:30 A : [EMAIL PROTECTED] Objet : [JBoss-user] Entities are not cached Accordi

[JBoss-user] Entities are not cached

2002-10-10 Thread Alexey Yudichev
Title: Entities are not cached   According to debug-level log messages, each time I find entities with a finder and then invoke business methods they are loaded. Even if less than a second passed since previous load. Seems like caching is disabled at all. I have no custom container configurati