[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: timeout for simpleReadWriteEJBLock

jigen74 do-not-reply at jboss.com
Thu Sep 14 18:27:22 EDT 2006


You should declare all getter methods as readonly in jboss.xml to get make it work.

  | <entity>
  |   <ejb-name>BeanName</ejb-name>
  |     <method-attributes>
  |       <method>
  |         <method-name>get*</method-name>
  |         <read-only>true</read-only>
  |     </method>
  |   </method-attributes>
  | </entity>
  | 
Bye.


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

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



More information about the jboss-user mailing list