Hi,

When I try to redeploy my bean the repository-lock is not
> removed.


So the repository is still open.


> but there must
> be a solution for this.


Is there no way to close the repository in your application?

In EJB3 there is no finalize()-Method anymore in
> which I could do a shutdown...


In some virtual machines (JRockit) finalize() is called very later. I
wouldn't rely on finalizer (even in other environments).

Thomas

Reply via email to