Hi,

I'm having problems declaring Paginator in my sitemap,
I suspect this has to do with the new build system.

Here is what I have in the sitemap:

<map:transformer name="paginate"
src="org.apache.cocoon.transformation.pagination.Paginator"/>

This gives me:

ERROR   (2003-03-31) 10:44.11:673   [sitemap]
(/cocoon/romayev/) Thread-7/ExtendedComponentSelector:
Could not load class
org.apache.cocoon.transformation.pagination.Paginator
for component named 'paginate' at
file:/C:/dev/jakarta-tomcat-4.1.18/webapps/cocoon/romayev/sitemap.xmap:17:101
java.lang.ClassNotFoundException:
org.apache.cocoon.transformation.pagination.Paginator

I noticed that in cocoon-scratchpad.jar the Paginator,
as well as other classes are in:

dest/org/apache/cocoon/transformation/pagination/Paginator.class
-- notice the dest in the beginning.

I've tried changing the sitemap to:

<map:transformer name="paginate"
src="dest.org.apache.cocoon.transformation.pagination.Paginator"/>

This does not produce the above error, but seems to be
somehow ignoring the sitemap alltogether and displays
a blank page.

Any ideas?

Cheers,
-Alex

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

Reply via email to