You can implement 
  public boolean isModified()
in your BMP implementation class. If such a method exists, JBoss will
call it before ejbStore and only execute ejbStore if isModified returns
true.

Just be aware that this feature is not specified in the EJB-Spec so
other containers will not make use of it.

Ralf

Jacques Thiebauld wrote:
> 
> Is it possible to avoid the call to ejbStore method of a BMP bean when
> the client calls one of the getMethod of the bean?
> I do not see why  it is necessary to store the bean when the client
> needs the value of an attributs.
> 
> Jacques Thiebauld
> DALiM Software



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to