You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Marcel Jurk <ma...@yahoo.de> on 2002/12/23 12:21:05 UTC

Problem with coplet-profile

Hi,

I use the Portal from Cocoon 2.1 (CVS 12.12.2002).
When I try to add a transformation to a coplet, e.g. a
stylesheet which is located in styles/format.xsl, I
got the following error message.

ERROR   (2002-12-23) 12:01.44:279  
[core.portal-manager] (/ai/ai-coplets)
HttpProcessor[8080][3]/CopletThread: Exception during
processing of coplet: searchthenet
org.apache.avalon.framework.component.ComponentException:
UnnamedSelector: ComponentSelector could not find the
component for hint [xslt]
	at
org.apache.avalon.excalibur.component.ExcaliburComponentSelector.select(ExcaliburComponentSelector.java:198)
	at
org.apache.cocoon.sitemap.DefaultSitemapComponentSelector.select(DefaultSitemapComponentSelector.java:110)
	at
org.apache.cocoon.webapps.portal.components.CopletThread.run(CopletThread.java:179)
	at java.lang.Thread.run(Thread.java:484)

The transformer with the name xslt is defined in the
sitemap as follows:

<map:transformers default="xslt">
 <map:transformer logger="sitemap.transformer.xsltc" 
                  name="xslt" 
                  pool-grow="2" 
                  pool-max="32" 
                  pool-min="8" 
                 
src="org.apache.cocoon.transformation.TraxTransformer">
 
<use-request-parameters>false</use-request-parameters>
 
<use-browser-capabilities-db>false</use-browser-capabilities-db>
 
<transformer-factory>org.apache.xalan.xsltc.trax.TransformerFactoryImpl</transformer-factory>
 </map:transformer>
 <!-- ohter transformer -->
<map:transformers>

Is this a bug or do I something wrong?

For answering thanks in advance.
Regards, Marcel

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Weihnachts-Einkäufe ohne Stress! http://shopping.yahoo.de

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org