..........Question1........
Customer and Address are two entity beans.
Customer has one and only one Address. what is the design for creating address from customer
a...Ejbload() of customer call ejbload() of AddressHome
b...Ejbload() of customer call
ejb c...Call create() method of Address in ejbcreate method of customer
.......Question2........
In cmp the value in the database is modified and when tried to retrieve,it gives 500 which should be 300. what might be the reason.
Create(id,500); hr.setBalance(hr.getBalanace()-200);
1)ejbstore() has bug
2)ejbload() has bug
3)ejbpassivate has bug
4)ejbcreate() has bug