How do I make the getter methods in my CMP bean be readonly?  Apparently
ejbStore is called when I call a get.. method.  A sample log4j output with
log.debug statements in every method in my CMP bean.

1043 [Thread-28] DEBUG SchoolDataBean uhtuve8ku1 - ejbActivate
1047 [Thread-28] DEBUG SchoolDataBean uhtuve8ku1 - ejbLoad()
1055 [Thread-28] DEBUG SchoolDataBean uhtuve8ku1 - getName()
1063 [Thread-28] DEBUG SchoolDataBean uhtuve8ku1 - ejbStore()


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

Reply via email to