On Thu, 20 Dec 2012 20:24:54 -0200, Muhammad Gelbana <m.gelb...@gmail.com> wrote:

No it's not

binder.bind(ISCMailer.class, SCMailerImpl.class);

Try binder.bind(ISCMailer.class, SCMailerImpl.class).eagerLoad(); It seems your service wasn't used nor reallyl instanced (Tapestry services are proxied, so only the proxy is created at first, with the real service instance created on demand) before the registry shutdown, so Tapestry ends up attempting to instance it when the registry is already shutting down.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to