You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Martin Taal <mt...@springsite.com> on 2003/06/26 23:12:25 UTC

(small) bug in namespace.java

Hi,
I just started some small tests using slide (and trying to understand it). I 
think (with my current limited knowledge of Slide) that there is a small bug 
in namespace.java:

on line 977 the statement 
                Configuration referenceDefinition =
                    storeDefinition.getConfiguration(REFERENCE);

shouild be replaced by:
                Configuration referenceDefinition =
                    nodeStoreDefinition.getConfiguration(REFERENCE);

Otherwise the reference element inside a nodeStore (in domain.xml) will not 
work. 

Maybe somebody (who?) with access to cvs can use this remark to fix this bug.

-- 

With Regards, Martin Taal
Springsite
web: www.springsite.com


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org