Does anybody know if calling EJBHome.create() method inside the finalizer of a client class is OK according to the EJB spec.  We've got a case where we are attempting to notify the server everytime a client disconnects (we're using stateless session beans so no timeout to rely on), and we get some sort of error on the creation of a bean.

Reply via email to