RE: XML to PDF

2002-10-14 Thread Tony Goodwin
I have achieved this using some work originally done by Nikolai Grigoriev at renderx.com. You may still be able to find some examples from their web site. If not come back, and I'll email some privately rather than clog up this list. Tony - Tony Goodwin [EMAIL PROT

C2B2 Sitemap compile failure - AbstractGenerator

2001-09-05 Thread Tony Goodwin
.java:46) at org.apache.cocoon.sitemap.AbstractSitemap.load_component(AbstractSitemap.jav a:212) at org.apache.cocoon.www.sitemap_xmap$Configurer.configGenerators(sitemap_xmap. java:410) ------- Tony Goodwin Dact Ltd. 07775 918903 mai

C2B2 Classpath for sitemap compilation

2001-09-06 Thread Tony Goodwin
--- Tony Goodwin - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional

C2B2 Anyone implement own generator (java)

2001-09-06 Thread Tony Goodwin
C2B2 JBoss 2.4.0 with Tomcat 3.2.3 Has anyone implemented their own Generator for cocoon in java and got it working ? I'm trying to do same with some sitemap compilation errors - Be will to share experience when/if I get it working Tony --- Tony Go

RE: site map not loading - NoClassDefFoundError DefaultComponentFactory batik-all.jar

2001-09-07 Thread Tony Goodwin
Check sitemap_xmap.java line 490. You will find it in  (I'm guessing tomcat?) tomcat_home/work(or webapp)/localhost%app%(or siteyou areusing)/org/apache/cocoon/www/sitemap_xmap.java That line should tell you what class isn't loading (from message below)   In general I would say that NoClas

RE: C2B2 Sitemap compile failure - AbstractGenerator

2001-09-11 Thread Tony Goodwin
solution Tony -Original Message- From: Tony Goodwin [mailto:[EMAIL PROTECTED]] Sent: 05 September 2001 14:53 To: Cocoon-Users (E-mail) Subject: C2B2 Sitemap compile failure - AbstractGenerator Hi, Cocoon 2.0b2 JBoss 2.4.0 with tomcat 3.2.3 I have problem with compilation of sitemap.xmap

RE: [C2] Generator

2001-09-19 Thread Tony Goodwin
Take a look jmoz project @ sourceforge (Thanks Kevin O' Neill for that) Its got a working example of a java based Generator if thats what you are interested in I have also got an example generator going which is using EJBs (using jboss) Toughest parts of getting it going were classpath issues (p