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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...