Return-Path: Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 80274 invoked by uid 500); 25 Aug 2003 07:35:52 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 80255 invoked from network); 25 Aug 2003 07:35:52 -0000 Received: from web14810.mail.yahoo.com (216.136.224.231) by daedalus.apache.org with SMTP; 25 Aug 2003 07:35:52 -0000 Message-ID: <20030825072912.25853.qmail@web14810.mail.yahoo.com> Received: from [147.144.1.2] by web14810.mail.yahoo.com via HTTP; Mon, 25 Aug 2003 00:29:12 PDT Date: Mon, 25 Aug 2003 00:29:12 -0700 (PDT) From: e nio Subject: XSPAction - calling wrong class? ServerPagesGenerator instead of ServerPagesAction To: users@cocoon.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I tried the sample on this http://wiki.cocoondev.org/Wiki.jsp?page=XSPAction and I am getting an error of: org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Could not load class for program 'org/apache/cocoon/www/mount/mini_example/my_xsp_action_xsp' due to a java.lang.ClassNotFoundException: org.apache.cocoon.www.mount.mini_example.my_xsp_action_xsp The source file is there at 'org/apache/cocoon/www/mount/mini_example/my_xsp_action_xsp', but its is not compiled: -rw-r--r-- 1 oracle 1700 Aug 25 00:08 my_xsp_action_xsp.java And this is odd because looking at the sitemap.log the error suggest it is calling ServerPagesGenerator instead of ServerPagesAction: 39 DEBUG (2003-08-25) 00:08.41:239 [sitemap.action.xsp-action] (/cocoon 204/mount/mini-example/test-of-xsp-action) Thread-6/ResourceLimitingPool: Create d a new org.apache.cocoon.generation.ServerPagesGenerator from the object factor y. 40 DEBUG (2003-08-25) 00:08.41:239 [sitemap.action.xsp-action] (/cocoon 204/mount/mini-example/test-of-xsp-action) Thread-6/ResourceLimitingPool: Got a org.apache.cocoon.generation.ServerPagesGenerator from the pool. 41 WARN (2003-08-25) 00:08.50:622 [sitemap.action.xsp-action] (/cocoon 204/mount/mini-example/test-of-xsp-action) Thread-6/ServerPagesAction: serverpag e error 42 org.apache.cocoon.ProcessingException: Language Exception: I have cocoon2.0.4 jdk1.4.01 linux the sample snippet was mounted under a subsite map of mount/mini-example. Thanks for any insights.. enio __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org