Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 52742 invoked by uid 500); 16 Jun 2003 06:12:55 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 52678 invoked from network); 16 Jun 2003 06:12:54 -0000 Received: from web41803.mail.yahoo.com (66.218.93.137) by daedalus.apache.org with SMTP; 16 Jun 2003 06:12:54 -0000 Message-ID: <20030616061306.90667.qmail@web41803.mail.yahoo.com> Received: from [217.218.44.4] by web41803.mail.yahoo.com via HTTP; Sun, 15 Jun 2003 23:13:06 PDT Date: Sun, 15 Jun 2003 23:13:06 -0700 (PDT) From: "Azam ." Subject: WebServiceProxyGenerator problem To: cocoon-users@xml.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-631693527-1055743986=:87836" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0-631693527-1055743986=:87836 Content-Type: text/plain; charset=us-ascii Hi all I want to use sth like this in my sitemap and I define this in sitemap generators but the problem is it couldn't find org.apache.cocoon.generation.WebServiceProxyGenerator should I add any extra jar to my cocoon lib? or anything else? thanks in advance azam --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! --0-631693527-1055743986=:87836 Content-Type: text/html; charset=us-ascii
Hi all
 
I want to use sth like this in my sitemap
 
 <map:match pattern="test/t">
        <map:generate type="wsproxy"
         src="http://www.example.com/rss091.xml"
         label="xml"/>
        <map:transform src="test/rss.xsl" />
        <map:serialize type="html"/>
      </map:match>
 
and I define this in sitemap generators
 
  <map:generator label="content,data" name="wsproxy" src="org.apache.cocoon.generation.WebServiceProxyGenerator"
         logger="webapp.wsproxy"/>
  
but the problem is it couldn't find org.apache.cocoon.generation.WebServiceProxyGenerator
should I add any extra jar to my cocoon lib? or anything else?
 
thanks in advance
azam
 

 


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! --0-631693527-1055743986=:87836--