--- simo kauranen <[EMAIL PROTECTED]> wrote:
> As a matter of fact cocoon finds my transformer
> (which
> I have written myself and which is placed in
> WEB-INF/classes/org/apache/cocoon/transformation) in
> the <components> element, otherwise it would throw
> ClassNotFoundException. 

Are you certain that it is found, or are you just
surmising that from the error reported?  The
ClassNotFound would happen at container startup when
the sitemap is initialized.  If it is failing (as I
suspect it is) it would silently fail, the component
would not exist and when your sitemap tries to access
it, would return an error finding the component, which
is what you are seeing.

Is your transformer doing any logging during startup
that can confirm it is loaded sucessfully?  If not,
try adding logging to the beginning and end of
configure().  Have you looked in the core.log and
others to look for loading errors/sucess for the hint
"store"?  

Geoff Howard

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.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]>

Reply via email to