+ ", stringGroup2=" + stringGroup2
+ ", integerGroup2=" + integerGroup2
+ ", doubleGroup2=" + doubleGroup2);
}
CmpEntityLocalHome entityHome = getCmpEntityHome(jndiName);
entityHome.create(id, stringGroup1, integerGroup1, doubleGroup1,
stringGroup2, integerGroup2, doubleGroup2);
}