[JBoss-dev] [EJB on JBoss] - Building Ear file

2004-05-04 Thread Annapurna
Hi all, I am new to the concept of EAR. We have a EJB application with contains ejb-jars, utility jars and web.war files. Till now we deployed them individually in jboss deploy directory.Now we are asked to create one single ear to deploy these files. I understand that I have to write

[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