[JBoss-dev] [EJB on JBoss] - Re: ejbStore every time a EJB is accessed (only read)

2004-04-26 Thread loubyansky
Please, ask this on the user forums. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832408#3832408 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832408 --- This SF.

[JBoss-dev] [EJB on JBoss] - Re: ejbStore every time a EJB is accessed (only read)

2004-05-04 Thread Annapurna
ejbstore is called every time a new transaction starts . So we cannot avoid calling it. One way to avoid it is to specify the bean as read only which means we are saying the bean will never write to the database. This can be done in the deployment descriptor. If the bean has to write to the da