I don't need the container to call isModified(), it's just that 3.2.2 does seem to 
call it, and I wondered why 4.0.0 DR4 now does not.

Is isModified() no longer supported in 4.0.0 ?

Note that I'd also changed my code to how you suggest, but noticed there are a whole 
bunch of chained interceptor calls leading up to the ejbStore -- and that maybe 
(guessing here) previously the container might have been able to call isModified and 
avoid all of that.

I also tried creating a jboss.xml file with read-only methods, but ejbStore is still 
called even after only a single getValue method has been called on the entity bean. 
Are there other conditions that must exist in addition to having a jboss.xml file so 
that ejbStore is not called.


  <enterprise-beans>

    
      <ejb-name>myEntityBean</ejb-name>
      <method-attributes>
        
          <method-name>get*</method-name>
          <read-only>true</read-only>
        
      </method-attributes>
    

Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837003#3837003

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837003



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to