USE OF FINALIZE IN EJB'S
843829Aug 29 2002 — edited Aug 30 2002Hi
1//
I have a method that performs a delete statement on the database and this method is called inside ejbRemove(Stateful session bean).
How different is this from using a finalize method and in that giving a call to the method that performs the delete.
2//
we are using jboss server for deployment of our EJB's.The finalize method that we had put in the stateful session bean generates a warning "Finalize method not allowed here".Why is that so??
thx in advance