Thanks, Jeff.

You are a genious!

Many thanks. I lost 5 DAYS with this issue. I never thinked that this was
the PROBLEM!

I was checking the authentication framework, then the XSPGenerator, Java
config, Tomcat, etc....

Damn, I am so stupid!

I will try your tip and send back the comments to the list. By the way I
think all the docs must be rewritten to SHOW this LITTLE change. ;-)

Antonio Gallardo

Jeff Turner dijo:
> On Mon, Jan 20, 2003 at 12:34:04AM -0600, Antonio Gallardo wrote:
>> Hi!
>>
>> I can confirm that the new cache implementation is a little buggy. I
>> was the last 5 days trying to make run my application (that is already
>> tested) in the lastest CVS.
>>
>> I am another error with the new cache interface. I dont know where is
>> the problem. Throw an exception about some UnnamedSelector:
>>
>> ERROR   (2003-01-14) 17:12.17:171   [core.manager] (/myapp/aut-inicio)
>> > Thread-7/ExcaliburComponentSelector: UnnamedSelector:
>> ComponentSelector Attempted to retrieve component with null hint.
>
> Oh.. I was getting those errors too :)  I found it was because my
> sitemap used 'map:pipelines' inside map:components, and the syntax
> recently changed to 'map:pipes':
>
> <map:components>
>   ...
>   <map:pipes default="caching">
>      <map:pipe name="caching"
> src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/>
> <map:pipe name="noncaching"
> src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/>
>   </map:pipes>
> </map:components>
>
> Erm.  Shouldn't the sitemap version be incremented for large
> backwards-incompatible changes like this?  Users are NOT going to be
> amused when all their sitemaps break with such an unhelpful message..
>
>
> --Jeff
>
> <snip/>
>>
>> Best Regards,
>>
>> Antonio Gallardo
>
> --------------------------------------------------------------------- To
> unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to