Hi all, We are facing some difficulties with Jonas's behavior regard to ejbLoad. Our configuration: Jonas 2.3, Tomcat 3.2.1, jdk 1.3.1, Win 2k.
Our server side is based mostly on session facade (e.g. Stateless Session Beans wraps Entity Beans)and Value Objects (Each EB holds a ref to a java object contains all the data). We use BMP. Our thumb rule regard to transaction management is: declare each getXXX method (or any method that performs just select statement) as NotSupported and each setXXX, create remove etc. (any method that insert, update or delete data) as Required. We set passivation-timeout for 360 and session-timeout for 360 as well. Our reentrant flag is False. When I call the session bean from the servlet/jsp for the first time, I see the container loads the needed entity beans, this is what I expect it to do. However when I recall the session bean (by refreshing the browser or by open a new browse) it loads again the entity beans although there should be no transactions and no second ejbLoad. Am I missing something here? Any help/comments will be highly appreciated. Best Regards, Erez ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
