Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

How2fix

ven edited this page May 16, 2015 · 1 revision

The current algorithm merges ASAP (to avoid building a tree). Which supposedly work, but sadly RoutableResources, RoutableMember and RoutableCollection are instances of AbstractRoutable. Which means that the three of them got the "$name" property. We should be using a PRIVATE property on RoutableResource(s) so that the Name Resolving doesn't add BOTH the name of the RoutableResource(s) AND the name set when created the Routable{Member,Collection}.

Or so I think ... Maybe I fixed it already (by nulling the name before creating the RoutableResources's sub routes)

Should look into problems with namespaces

Clone this wiki locally