Em Tue, 17 Feb 2009 22:43:46 -0300, xfile80303 <l...@grokers.net> escreveu:

But I get a recursion exception when trying to load the web app. This type of issue seems fairly common on the mailing list, but I've not found a
solution which works here yet.

They're tricky to solve. :( Maybe the problems is with the bind method. I would try to use a builder method instead of the bind method to create the SiteLinkFactory service. Something like:

public static SiteLinkFactory buildSiteLinkFactory(...) {
        return new SiteLinkFactory(...);
}

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to