RE: When does EJBOjbect.remove() not work

2001-03-07 Thread Randahl Fink Isaksen
to make sure... R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson Sent: 6. marts 2001 17:47 To: Orion-Interest Subject: RE: When does EJBOjbect.remove() not work Are you using CMP or BMP? Does your EntityBeans ejbRemove get called

When does EJBOjbect.remove() not work

2001-03-06 Thread Randahl Fink Isaksen
In many of my JSP files I invoke the .remove() method on an EJB to get it permanently deleted. Sometimes, however, the EJB is NOT deleted even though I get no error messages. So, has anyone experienced that this does not always work: while(myIteratorOfSomeEJBs.hasNext()) ((EJBObject)

RE: When does EJBOjbect.remove() not work

2001-03-06 Thread Robert Nicholson
: When does EJBOjbect.remove() not work In many of my JSP files I invoke the .remove() method on an EJB to get it permanently deleted. Sometimes, however, the EJB is NOT deleted even though I get no error messages. So, has anyone experienced that this does not always work: while