Andreas Hartmann wrote:
> Andreas Hartmann schrieb:
>> Andreas Hartmann schrieb:
>>> Markus Angst schrieb:
>>>> Hi,
>>>>
>>>> after logging in to the default publication in revision 599391 i get
>>>> this shiny
>>>> white error page instead of the sample content import page. Is it
>>>> just me or can
>>>> somebody confirm this?
>>> I can confirm the problem.
>> java.io.FileNotFoundException:
>> /Users/nobby/apache/lenya/clean/trunk/src/modules-core/usecase/global-sitemap.xmap
>>
>> (No such file or directory)
>
> The problem is caused by commit r600218. After reverting it, it works
> again.
Thanks for looking at this. The workaround works for me, too.
Markus Angst
> cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.java
>
> Sat Dec 1 16:01:55 2007
> @@ -286,7 +286,7 @@
>
> // Get the processor that should process this request
> ConcreteTreeProcessor processor;
> - if (newEnv.getRootContext().equals(newEnv.getContext())) {
> + if ( newEnv.getURIPrefix().equals("") ) {
> processor =
> ((TreeProcessor)getRootProcessor()).concreteProcessor;
> } else {
> processor = this;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]