Is this is Abdera 1.x or the refactored stuff in abdera2-server?
On Wed, Feb 29, 2012 at 2:59 AM, Christophe Dupriez <[email protected]> wrote: > Hi! > > I just lost a few hours on this: > > In AbstractCollectionAdapter, you have: > > public String getHref(RequestContext request) { > return request.urlFor("feed", hrefParams); > } > > In most Abdera code and examples, you have setTargetBuilder(new > TemplateBuilder() ... .setTemplate(TargetType.TYPE_COLLECTION) ... ) > TargetType.TYPE_COLLECTION is not at all "feed" !!! > > Any explanation? A committer would open a JIRA issue on this? > > Thanks! > > Christophe
