Hi,
I recently upgraded my appserver from jboss3.2.2 to JBOSS 3.2.6/Hibernate. I couldn't find good exmaples on how to mantain hibernate session with stateless session beans in new jboss. According to jboss3.2.6 documentaion, hibernate session is internally managed for each HTTP request and so i am not explicitly opening or closing hibernate session. Application works quite fine for me, but i see some time delays in refreshing the data objects with associated collections. I am encountering this data refresh problem very often. I would appreciate if anyone can suggest me any settings to fix this.
Thanks
Ssv
|