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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to