While
testing CMP entity bean , a developer discovers that a change to one of the bean's properties is not reflected in the database that contains the bean data. What are possible causes? Select four answers?
a) The ejbStore() method has a bug
b) The ejbCreate() method has a bug
c) The ejbLoad() method has a bug
d) The setter for the property has a bug
e) The mapping of container managed fields to database fields has a bug
f) The deployment descriptor has a bug
My ansers are:
b, d, e, f
Please comment on this
Konda..