public String ejbCreate(String pk) throws RemoteException, CreateException {
return ejbCreate(true, (byte)1, (short)2, (int)3, (long)4, (float)5.6,
(double)7.8, /*'9',*/ pk, new Date(System.currentTimeMillis()),
new Time(System.currentTimeMillis()),
new Timestamp(System.currentTimeMillis()), new MyObject());
}