* relation="external"
* type="java.util.Collection"
*/
public java.util.Collection getAccounts() {
// Some code here under that will flame the guy who break multiple method tags
CustomerNormalValue normal = new CustomerNormalValue();
normal.getCredit();
CustomerLightValue light = new CustomerLightValue();
light.getCredit();
try {
AccountHome home = (AccountHome) new InitialContext().lookup("java:comp/env/ejb/bank/Account");
return home.findByOwner((Customer) ctx.getEJBObject());