}
public void testManyToMany() throws Exception
{
EntityTest test = (EntityTest) this.getInitialContext().lookup("EntityTestBean/remote");
test.manyToManyCreate();
Flight one = test.findFlightById(new Long(1));
assertTrue(one.getCompany().getName().equals("Air France"));
Flight two = test.findFlightById(new Long(2));