DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43429 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-26 07:17 ------- (In reply to comment #5) > i came across an NPE that is reproducible on zones: > > try to call the sitetree module directly by entering > http://lenya.zones.apache.org:9999/modules/sitetree/default/authoring/sitetree.xml > > you will get > > Caused by: java.lang.NullPointerException > at > org.apache.lenya.cms.cocoon.transformation.AccessControlSitetreeTransformer.setup(AccessControlSitetreeTransformer.java:117) > > > i don't think this is the root cause of the bug i'm seeing, but it might be > related to changes by andreas of 5 weeks ago - andreas, if you have a minute, > could you have a look? You can't call the sitetree this way, because the transformer needs the correct publication context to resolve the access controller. You can use http://lenya.zones.apache.org:9999/default/authoring/sitetree.xml?lenya.module=sitetree instead. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
