• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Entity Beans instance caching.

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have some Entity Beans with bean managed persistence, and i�m having some problemns about
the JBoss instance caching.
Once the server call the ejbLoad to an instance, and some external application updates the mapping row, the next call to some business methods brings the old datas.
How to configure JBoss to in some cases calls ejbLoad every time an method is called ( or some transaction is initialized ) and for other EJBs call it just once.
I did not make any extra configuration on JBoss till now ( i�m using JBoss 3.0.7 )
Any help is apreciated.
Claudio Gualberto.
SCJP 1.4
reply
    Bookmark Topic Watch Topic
  • New Topic