are you sure that org.apache.cocoon.transformation is the correct package path of your 
Transformer? If so, check if the Transformer is contained in 
webapps/cocoon/WEB-INF/lib/cocoon.jar. However I would recommend to use a specific 
package path for your own components, generate also your specific jar file containing 
your Transformer class file and put it into webapps/cocoon/WEB-INF/lib/cocoon.jar.


-----Ursprüngliche Nachricht-----
Von: simo kauranen [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 16. Oktober 2002 08:34
An: [EMAIL PROTECTED]
Betreff: [HELP] What's wrong?


All of a sudden cocoon can't find my transformer and
gives the next error message:

org.apache.avalon.framework.component.ComponentException:
UnnamedSelector: ComponentSelector could not find the
component for hint: store

Here are the critical parts of my sitemap:

...

 <map:transformers default="xslt">

        <map:transformer name="store"
src="org.apache.cocoon.transformation.StoreTransformer"/>

  </map:transformers>
...

<map:match pattern="Transform">
     <map:act type="request">
        <map:parameter name="parameters"
value="true"/>
        <map:generate src="{xmlu}"/>
        <map:transform src="{xslu}">
                <map:parameter
name="use-request-parameters"
value="true"/>
        </map:transform>

        <map:transform type="store"/>

        <map:serialize type="xml"/>
     </map:act>
   </map:match>

Could anyone tell what's wrong? Thanks!

Simo K.




__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to