Design Question

2003-06-26 Thread Jeff Sexton
returned output XML "exec sp2 $P1" output XML "exec sp3 $P1" output XML How can I construct the second two calls using a result returned from the first call? Is this best done in the sitemap somehow? Ideas? Thanks! Jeff Sexton The ODS Companies [EMAIL PROTECTED]

Re: Reference of transforms in sub-sitemap

2003-06-24 Thread Jeff Sexton
On Tue, 24 Jun 2003, Andreas Hartmann wrote: > But I would rather suggest to use a common location-independent > cocoon:// call: > > > > The common stylesheets would be served by your main sitemap > (or a special sub-sitemap). This enables you to change the > stylesheet location without affecting

Reference of transforms in sub-sitemap

2003-06-24 Thread Jeff Sexton
ory, as defined in the main sitemap. Can I reference a a stylesheet that is off in a different subsite instead? Something like: Maybe I'm going about this incorrectly. I'd just like to have some stylesheets be globally available in my various sub-applications. Many thanks for any

Re: XML to Fomatted HTML, how?

2003-06-16 Thread Jeff Sexton
On Mon, 16 Jun 2003, Chris wrote: > http://www.dpawson.co.uk/xsl/sect2/pretty.html > > try number 2 Well, there we go! Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XML to Fomatted HTML, how?

2003-06-16 Thread Jeff Sexton
e top of a stylesheet, but this doesn't seem to do anything. How do others do this? Thanks Jeff Sexton The ODS Companies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Preventing a stylesheet from decoding %26 and %3f

2003-06-13 Thread Jeff Sexton
rs in their encoded form. On Fri, 13 Jun 2003, Jeff Sexton wrote: > I have a question that is the opposite of what is normally asked with > regard to ? and & characters in XML documents. > > I'm replacing a servlet with an XSP. This servlet generates a link where > the

Preventing a stylesheet from decoding %26 and %3f

2003-06-13 Thread Jeff Sexton
=qq";>click me The characters in the inner (paramter) URL are thus transformed and cause the browser to incorrectly break up the 'u' parameter. My question: How can I prevent cocoon from turning %3f into '?' and %26 into '&' ? Ideas? Thanks! Jeff Sex

Re: Cocoon problems generating html output

2003-06-04 Thread Jeff Turner
ng in the absolute context path into the xsl:fo stylesheet: Then you can concat($ctxbasedir, 'resources/images/', @src) to generate a FOP-friendly image path. There's an example of this in Forrest. --Jeff > Joerg > > [EMAIL PROTECTED] wrote: > >Hi all, >

Re: warning message in core.log

2003-04-03 Thread Jeff Turner
ch role, so a lack of hint doesn't cause an error. I'm sure there's lots of other things that could cause this error that I don't know of. Perhaps check your cocoon.xconf for oddities. --Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: warning message in core.log

2003-04-02 Thread Jeff Turner
themes/images/progs/11/thumbnails/3.jpg) > Thread-62/ExcaliburComponentSelector: Looking up component on an > uninitialized ComponentLocator with hint Do you have any entries in that lack a 'default' attribute, or have it set to ""? --Jeff >

Re: DSML & Cocoon

2003-04-01 Thread Jeff Turner
b/ Probably wouldn't be hard to port to Cocoon 2. --Jeff > -- > > Best regards, > Yury Mikhienko. > IT engineer, ZAO "Mobicom-Kavkaz" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Question from a newbie

2003-04-01 Thread Jeff Sallade
t resource for Cocoon in general and it should have exactly what you need. I'm sure the book is widely available. Jeff Sallade -Original Message- From: Sean McCormick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 10:51 AM To: [EMAIL PROTECTED] Subject: Question from a newbie

Re: ExcaliburComponentSelector: Attempted to release a null component WARNiNG?

2003-03-20 Thread Jeff Turner
On Thu, Mar 20, 2003 at 06:03:16AM -0500, Tsui, Alban wrote: > > I have the following warnings in my core.log from cocoon and what do they > mean? ... Which version of Cocoon? --Jeff (who is getting herds of these wit

Re: action in a pipeline

2003-03-18 Thread Jeff Turner
On Tue, Mar 18, 2003 at 05:13:46PM +0100, Lionel Crine wrote: > I wrote that this match: > > > > > > Can't see anything wrong with that. I assume you have a definition for 'Save' somewhere in the sitemap too.

Re: XPathDirectoryGenerator - need help

2003-03-18 Thread Jeff Turner
tor doesn't provide a way to register namespace-prefix mappings. Instead, try: ...#/*[local-name()='knowledgeobject']/*[local-name()='title']/text() --Jeff > Any help is appreciated !! > > Holger

Re: Dynamically generate RSS feed for Cocoon portal from XML files

2003-03-11 Thread Jeff Turner
u extract XPath-specified nodes from every file in a directory. For example, to generate http://aft.sourceforge.net/examples/index.html I used: --Jeff > Kind regards, > > Holger > - To unsu

Re: Way to make XML generator ignore DTD declaration?

2003-03-10 Thread Jeff Turner
javadocs explain why (I think) this sort of hack is the only real solution. If you prefer, Xerces XNI pull parsing can do the same thing. It would be pretty easy to work this into a DOCTYPEMungingFileSource in Excalibur. --Jeff > Thanks in advance, > -cwk. --

Re: [NOTICE] *** CVS REPOSITORY SPLITUP ***

2003-03-08 Thread Jeff Turner
27; checkouts across: http://wiki.cocoondev.org/Wiki.jsp?page=CVSMigration --Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AbstractTransformer or AbstractSAXTransformer?

2003-03-08 Thread Jeff Turner
On Sat, Mar 08, 2003 at 04:27:41AM -0800, gv wrote: > I am writing a custom transformer that has to read all > the XML into a data structure, manipulate the > structure, then finally write everything in the > structure back out. DOMTransformer gives you a nice DOM to play with. --

Re: Semantic linking (Re: Cinclude issues...)

2003-02-13 Thread Jeff Turner
On Thu, Feb 13, 2003 at 09:09:21AM -0500, Ben Young wrote: > Hey Jeff, > > I've got cocoon-2.1 CVS up and running. I'm getting ready to play with > some of the LinkRewriter stuff. I think the semantic linking will be a > huge help in certain areas of our site. I'm gl

Semantic linking (Re: Cinclude issues...)

2003-02-11 Thread Jeff Turner
On Tue, Feb 11, 2003 at 03:22:53PM -0500, Ben Young wrote: > Ok, Jeff. I've been pondering this site.xml thing all day. Btw, the LinkRewriterTransformer is currently only in 2.1. Although as the InputModules it depends on are also in 2.0.4, it could be ported fairly easily. > BTW,

Re: Cinclude issues...

2003-02-10 Thread Jeff Turner
On Mon, Feb 10, 2003 at 02:09:17PM -0500, Ben Young wrote: > Sorry Jeff, I guess I never gave an example of the what the proposed pipeline should >look like. > > > > > > > > > > > And doesn't it work? What is the outpu

Re: Using Cocoon and ($tool) to generate static pages.

2003-02-09 Thread Jeff Turner
/ ... /page/ with a final slash) I think the crawler will convert links to a directory, eg 'foo/' to 'foo/index.html'. > - (not sure) Would it work with dynamic SVG->gif? Yes. I'd say, give it a try. Works fine rendering Forrest sites. Alternatively, you could t

Re: Cinclude issues...

2003-02-09 Thread Jeff Turner
gregation step after the shell.xsl is applied. The > plan is to have the shell.xsl output a cinclude tag that uses the > "cocoon://" psuedo-protocol in the appropriate place using the $path > parameter plus "_navigation.xml" > > My current trouble is that the cinclude

RE: Cocoon use worldwide

2003-01-31 Thread Jeff Ramsdale
ce of Cocoon on this side of the pond. I participate in the Seattle Java Users Group (SeaJUG--www.seajug.org), and Cocoon has come up in discussion a number of times lately--there's definately awareness of it. The XML-SIG for the group is especially interested, of course. Jeff > -Origi

RE: Cocoon use worldwide

2003-01-30 Thread Jeff Ramsdale
refocus on Cocoon, though, if ya'll wouldn't mind, just to stay on topic. Jeff > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 11:34 PM > To: [EMAIL PROTECTED] > Subject: Re: Cocoon use worldwide

Cocoon use worldwide

2003-01-30 Thread Jeff Ramsdale
Hi all, I'm just curious about something. I've been reading the Cocoon-users list for a couple of weeks or so and I see a lot of folks in Europe (and Australia--Jeff T!) interested in Cocoon. I'm sure it's not a matter of Americans (& Canadians?) not being interested, I&#

Aggregating XML

2003-01-29 Thread Jeff Ramsdale
lso tried to do a map:aggregate from my pipeline, but couldn't figure out how to do that based on the contents of my XML file. If my approach is misguided, feel free to correct me. Also, if I should know of other projects doing similar things, do let me know. (I'm just begi

Re: Using docbook chunk.xsl with cocoon

2003-01-27 Thread Jeff Turner
On Sun, Jan 26, 2003 at 10:03:10AM +0800, Perry Molendijk wrote: > > > I can post details if that's the problem you're trying to solve. > > Jeff that would be great if you could post this. (sorry for the delay) I used something close to this: ... ...

[OT] Re: Single JAR with all the libs?

2003-01-27 Thread Jeff Turner
On Mon, Jan 27, 2003 at 01:17:07PM +0100, Robert Simmons wrote: > Does anyone know how, in Ant, to take a fileset and convert it to a space > delimited list of files? Something like: --Jeff > -- Robert > -

Re: Cocoon 2.1 the usability release?

2003-01-27 Thread Jeff Turner
course... I ASSUME you'd be willing to pay someone, because how else could you get volunteers to scratch YOUR particular itch? :) --Jeff > What I meant about the component documentation, by the way, is > basically what is listed if you look at the package page in the API for >

Re: Cocoon is too complex for consumption?

2003-01-25 Thread Jeff Turner
ect your stuff (sitemap and all) into a JAR and > "hand it over". It is almost like that already, and should be a fairly easy > addition to make, but the developer community is much more focused on > additional features. http://wiki.cocoondev.org/Wiki.jsp?page=BlocksDefinition ht

Re: Cocoon versus taglibs

2003-01-25 Thread Jeff Turner
On Sat, Jan 25, 2003 at 01:26:09PM +0100, Jordi Valldaura wrote: > Hello, > > Im developing a litle intranet (plug.. http://xml.apache.org/forrest/ :) >, I want to use XML and i18n so I need XSLT transformation and >internacionalization support. I was planning to use cocoon, bu

Re: The simplest possible cocoon application?

2003-01-24 Thread Jeff Turner
On Sat, Jan 25, 2003 at 06:26:42AM +0100, Robert Simmons wrote: > > - Original Message - > From: "Jeff Turner" <[EMAIL PROTECTED]> > To: "Cocoon Users" <[EMAIL PROTECTED]> > Sent: Saturday, January 25, 2003 6:02 AM > Subject: Re: The simp

Re: Using docbook chunk.xsl with cocoon

2003-01-24 Thread Jeff Turner
or something? If so, you could use the XPathTransformer in Cocoon bugzilla to achieve the same thing. that's how I generated the chapter views of a single XML file user manual at: http://aft.sourceforge.net/manual/ I can post details if that's the problem you're

Re: The simplest possible cocoon application?

2003-01-24 Thread Jeff Turner
ators, > outside of the cocoon deployment? What do you mean, 'outside' a deployment? > Note. The lack of truly newbie cocoon documentation is appalling. Fortunately we have a Wiki where anyone can document things. This page looks quite relevant to your question: htt

Re: how to configure cocoon to spot sitemap changes without restarting

2003-01-24 Thread Jeff Turner
0.x. > Is there an up-to-date guide somewhere on how to configure cocoon for > development? There's a Wiki with lots of good stuff.. http://wiki.cocoondev.org/Wiki.jsp --Jeff > What are the best settings for caches,

Re: Standard in creatring xml files

2003-01-22 Thread Jeff Turner
P searchresult XML format) before. Also, you could reuse the Google search result XML format. See http://www.google.com/apis/ --Jeff > Alireza > - Please check that your question has not already been answered i

Re: WebSphere 5 and Cocoon - new user

2003-01-22 Thread Jeff Turner
ncy, or a valid workaround for servlet container bugs. --Jeff On Wed, Jan 22, 2003 at 10:00:46AM +0100, Gernot Koller wrote: > Hi! > > I posted about similar problems yesterday: >http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104316925213149&w=2 > still looking for a workar

Re: serializing inside a transformer

2003-01-20 Thread Jeff Turner
dler), perhaps? > > public class ValidationTransformer extends AbstractSAXTransformer { > ... > super.setContentHandler(verifierHandler); > ... > } Yes I think so. As an example of this, have a look at how AbstractSAXTransformer handl

Re: xinclude performance issues,

2003-01-20 Thread Jeff Turner
file to include in the directory listing. For instance, to generate a page listing Ant scripts and their s: http://aft.sourceforge.net/examples/index.html I used: --Jeff - Please check that your question has not already

Re: serializing inside a transformer

2003-01-20 Thread Jeff Turner
an validate? It's a nasty hack though. Best way would be to write a ValidatorTransformer that validates SAX events as they go past: http://iso-relax.sourceforge.net/JARV/JARV.html#use_42 --Jeff ... > Oskar - Please

Realms and Cocoon

2003-01-07 Thread Jeff Sexton
I've been able to use ... ... In a $TOMCAT_HOME/webapps/cocoon/WEB-INF/web.xml for a certain Cocoon application running under Tomcat. However, it seems I can only have a single element in this file. How do others create separate and different passwords and role

Re: Confused About Realms

2003-01-03 Thread Jeff Sexton
On Fri, 3 Jan 2003, Jeff Sexton wrote: > I seem to solve my own problems frequently after posting to this list... > > I moved the Sybase jar file from $CATALINA_HOME/lib to > $CATALINA_HOME/common/lib and it worked. It seems that Cocoon's > connection pools can function

Re: Confused About Realms

2003-01-03 Thread Jeff Sexton
ar to common/lib allows both realms and the connection pool to work. However now I have a new question. I really want to password protect cocoon URLs. I added a to webapps/cocoon/web.xml, but this breaks cocoon. Anyone know the correct way to use realms for cocoon? On Fri, 3 Jan 2003, Jeff Sexton

Confused About Realms

2003-01-03 Thread Jeff Sexton
Today I wanted to try a Tomcat security setup. I created and populated tables in a (Sybase) database and edited server.xml per examples in the Goodwill Apress book. I get an exception on startup, Tomcat fails to initialize. I didn't expect this because I am also running Cocoon with a connection

RE: Confused about xsl:include - solved

2002-12-12 Thread Jeff Sexton
My problem was simple. It was finding the wrong file to include. That'll teach me to clean up after myself. Thanks to all for the feedback! On Thu, 12 Dec 2002, Robert Koberg wrote: > Hi, > > Put some text in your: > boo > > > > Does it get there? > > Try your transformation at the co

RE: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Timothy Larson wrote: > Check your log files...maybe the xsl:include is not looking in the > directory that you expect and so not finding the file to include. I know that's not it because if I use a bogus href in the include, I get an exception thrown. This is very puzzlin

RE: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Hunsberger, Peter wrote: > > The above template match="title" works fine if I paste it into the main > xsl file. But if > > instead, right there in it's place, in the main xsl, I put this: > > > > > > > > to include the above file, the match is no longer applied in the out

RE: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Hunsberger, Peter wrote: > Nonsense... Apply-templates works just fine with included templates. > What's missing from the included code is the place that the apply is invoked > so we can't tell if it's being done correctly. It's also possible that some > other template with

Re: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
works perfectly. I'm trying to set up to do simple application-wide look and feel features, like a banner across the top. An include/import would seem to be a good way to do that. Other suggestions? What do others do? On Thu, 12 Dec 2002, Jeff Sexton wrote: > I have no nor paramete

Re: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Yves Vindevogel wrote: > Not 100% sure, but in my (humble) opinion, you can only call included > templates and no longer use apply. > > Instead of you will need > > > > > > > > in the included file: > > > > I have no nor paramet

Confused about xsl:include

2002-12-12 Thread Jeff Sexton
This should be simple, but I'm not able to make it work. Here's an xsl file, working fine: http://www.w3.org/1999/XSL/Transform";> Date/Time: ... More templates ... So what I do is take the "Now" template and put it in a separate file called "other.xsl" and add an include like

Re: JDBC Problem - stumped

2002-11-29 Thread Jeff Sexton
Opps, solved my own problem. The type in the sitemap should be 'serverpages' and not 'file' I seem to remember stumbling over that before. On Fri, 29 Nov 2002, Jeff Sexton wrote: > I've had connection pooling working fine in the past, but ended up not > using it

JDBC Problem - stumped

2002-11-29 Thread Jeff Sexton
I've had connection pooling working fine in the past, but ended up not using it. Today I went through setting it up again and I've hit a dead end. The query I've put in an XML file using esql tags is not executing. The only hint I have is what appears in the cocoon webapps/cocoon/WEB-INF/logs/e

Re: TransFormers

2002-10-16 Thread Jeff Turner
> Again when the child element is a text node as per DOM(101 in ex.) , > characters() method should be fired. I think you want org.apache.cocoon.xml.dom.DOMStreamer: * The DOMStreamer is a utility class that will generate SAX * events from a W3C DOM Document. If you want to use this in a Transfo

Re: Aggregation of xml in a directory

2002-10-13 Thread Jeff Turner
enerator in the scratchpad. With it, you can generate a directory listing, with a node extracted from each file. Eg, I used it to extract elements from a list of Ant scripts: http://aft.sourceforge.net/examples/ The relevant config was: . --Jeff > I guess I nee

Re: XML to PDF

2002-10-11 Thread Jeff Turner
On Fri, Oct 11, 2002 at 01:42:33PM +0200, Marquardt, David wrote: ... > > Is there any possibility to create a dynamic barcode in XML and to > > show it in PDF format via Cocoon? http://www.google.com/search?q=barcode+fop looks interesting. --Jeff > > I'd really appr

Re: Cocoon on Headless Linux with JDK1.4

2002-10-02 Thread Jeff Turner
On Wed, Oct 02, 2002 at 01:04:29PM +0200, Bert Van Kets wrote: > Doesn't Xvfb need the X libraries too? I don't think so; at least Debian doesn't list any X packages as a dependencies, and says Xvfb can be used as "an aid to porting the X server to a new pla

Re: Cocoon on Headless Linux with JDK1.4

2002-10-02 Thread Jeff Turner
s not run on JDK 1.4 Xvfb (X virtual framebuffer) works nicely. --Jeff > Thanks, > Bert > > This mail is written in 100% recycled electrons. > > > - > Please check that your question has not alrea

Re: Problem with homemade logicsheet

2002-09-24 Thread Jeff Turner
On Tue, Sep 24, 2002 at 01:25:22PM +, Alan Hodgkinson wrote: ... > http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>

Re: Other webapps with Cocoon

2002-09-24 Thread Jeff Turner
omcat/tomcat-4.0-doc/config/host.html That only works if you're using container-managed authentication (configured in web.xml). Otherwise, I don't know.. perhaps you could have a JNDI context shared between the two webapps? Pass a "key" from one app to another? Nothing reall

Re: Cocoon 2.1 Build Problem

2002-09-21 Thread Jeff Turner
app/WEB-INF/classes. I've just tried: ./build.sh -Dinclude.webapp.libs=yes clean webapp-local and the generated webapp works fine. --Jeff > Has any experienced this before? How did you fix it? > > Any help appreciated, > > -=Ivelin=- ---

Re: Cocoon : Content Transformation from WORD/PDF/EXCEL to XML

2002-09-03 Thread Jeff Turner
ndex the XML documents and build a search > engine around it. > > I would like to know about the possible ways to do this. Cocoon is a publishing framework. The jobs of metadata extraction and searching are out of it's domain, so perhaps first start with them. --Jeff > reg

Re: XPath transformer?

2002-09-02 Thread Jeff Turner
r had such a need myself. FTR, I submitted an XPathTransformer at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12235 --Jeff > Best regards, > > > - >Luca Morandini >GIS Consultant >

Re: XPath transformer?

2002-08-30 Thread Jeff Turner
d with the cinclude > transformer into a single 'include'-transformer in the near future). That's a good idea. I'll have a go. thanks, --Jeff > K. > > > -Oorspronkelijk bericht- > > Van: Jeff Turner [mailto:[EMAIL PROTECTED]] > > Verzonden: vri

XPath transformer?

2002-08-30 Thread Jeff Turner
introduction. Is this possible, or should I write my own transformer? thanks, --Jeff - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.h

Re: FOP again.. And html

2002-08-29 Thread Jeff Turner
xt within an XML element. These tags are only simple ones like > xsx and OL's, UL's. Can this be done with fo or xslt? Are the tags part of the XML tree, eg: A short description If so, just copy through the content: --Jeff --

Re: Content-Disposition Header Field and Reader

2002-07-28 Thread Jeff Turner
t; From HttpHeaderAction.java: > > * This action adds HTTP headers to the response. > > Sound like what you need. Sitemap will be close to: > > > > Or to be more RFC-compliant: Content-Disposition: attachment ; filename=test.zip I found this works beautifully in Mo

Elephants and Mavericks (Re: Giving up! Cocoon too big, slow and confusing)

2002-06-28 Thread Jeff Turner
hter alternative like Maverick: "Maverick is a minimalist web publishing framework which combines the best features of Struts and Cocoon and yet is far simpler than either." http://marc.theaimsgroup.com/?l=velocity-user&m=102387923624439&w=2 --Jeff On Wed, Jun 26, 2002 at 10:41:

Re: RE: [Announcement] Web3 - SAP R/3 connection components

2002-04-16 Thread Jeff Perkins
> > > I would be most interested in discussing the potential for publishing > SAP via kangax (http://kangax.dyanet.com/client/4/index.html) anyone > with a SAP background who would like to collaborate and expand on this > potential > Please contact Dean McGowan. > > > > -Original Message-

Re: problems parsing xml from a foreign source in c2.0.0

2002-03-07 Thread Jeff Turner
Hi Donald, As a quick and dirty fix, you might want to try the SGML Open Catalog support that David Crossley added. That way you could map "-//NLM//DTD QueryResult, 22 Jan 2002//EN" to either the remote URL, or a local file (faster). --Jeff On Thu, Mar 07, 2002 at 12:29:43AM -05

Re: Separating icons' file name from main XSL

2002-03-07 Thread Jeff Turner
going to be playing with XSL much, I'd highly recommend Michael Kay's XSLT Programmers Reference. --Jeff > Wich are the point that can make the response different in a cocoon > environnement from wich it would have been in a standard (servlet/JSP) env ? ?? ---

[OT] Cocoon - jakarta-taglibs similarities

2002-01-02 Thread Jeff Turner
have improved it's functionality to around 90% of what users really need. It may never reach that last 10% (stream-based IO vs. SAX, for example), but it's Good Enough. Thoughts? --Jeff [1] http://marc.theaimsgroup.com/?t=10072519912&r=1&w=2 [2] http://marc.theaimsgroup.co

Re: [c1] java.lang.NoClassDefFoundError with custom class?

2001-12-17 Thread Jeff Turner
ot delegating like it should. Btw, Tomcat 4 (and 3.3) ignores your system classpath, so setting it on the command-line won't work. I think there's a magic property either in Tomcat or Cocoon that lets you bypass this. Um. Not sure what the solution is :/ --Jeff On Fri, Dec 14, 2001

Re: Help needed with debugging XSP

2001-12-14 Thread Jeff Turner
apache.org/1999/XSP/Request"; xmlns:xsp="http://www.apache.org/1999/XSP/Core"; xmlns:util="http://www.apache.org/1999/XSP/Util";> href=" " type="text/xsl" Then by default, "normal.xsl

Re: SVG, JPEG, PNG and Xvfb

2001-10-19 Thread Jeff Turner
ot;="run" ] ; then > # start up a virtual framebuffer for cocoon2's rendering > Xvfb :1 -screen 0 320x240x24 & ^^ 320x240 is a rather miserable little framebuffer ;) Perhaps try increasing to 1024x768 or something. Just guessing

New Cocoon 1 site

2001-10-18 Thread Jeff
Hi! We are now using Cocoon 1 at: http://www.cogentlogic.com/ Please list this site at http://xml.apache.org/cocoon/livesites.html. Thanks :-) Warmest regards, Jeff Lawson Cogent Logic Corporation +1 (416) 340 8025

Re: [C2] standalone example?

2001-10-04 Thread Jeff Turner
is meant to be a framework, not a library to be used in other code. --Jeff > Much Appreciated > > -- > Mahalo, > Russell mailto:[EMAIL PROTECTED] > Chief Mentor > > 4Charity - Changing the world, > one click at a time.

Re: Cocoon2 -changes in web.xml

2001-10-03 Thread Jeff Turner
Tomcat 4 validates web.xml against a DTD, so yes, order matters. --Jeff On Wed, Oct 03, 2001 at 11:20:03AM -0700, Lakshmi Anantharaman wrote: > Starting service Tomcat-Standalone > Apache Tomcat/4.1-dev > PARSE error at line 220 column 13 > org.xml.sax.SAXParseException: The conten

Now using Cocoon!

2001-10-02 Thread Jeff
move the entire site to Cocoon 2 (when it reaches final release). In the meantime, thank you very much for your sterling work :-) We would like to be listed as a site powered by Cocoon 1: http://cogentlogic.com/ Warmest regards, Jeff Lawson Cogent Logic Corporation +1 (416) 340 8025

[C2] Help intercepting Response

2001-10-01 Thread Jeff Branc
Scenario: 1)   HTML Form captures data 2)   Servlet converts the input into *simple* XML and forwards the Request to a 3rd party servlet 3)   This 3rd party servlet does some processing and generates a Response in XML   Now, I need to capture this 3rd Party Response XML and

help with Request Generator

2001-09-26 Thread Jeff Branc
Title: Message [executive overview] I'm trying to convert a web form 'request' into XML and then send the XML to another servlet. [/executive overview]   I would like to convert a web form name/value pairs to XML using the Request generator.  I'm not sure how to setup the sitemap tho.  my

Re: Tomcat 4.0 + Cocoon2 rc1 on RedHat 6.2

2001-09-24 Thread Jeff Turner
r than the one bundled with Cocoon. I ended up switching to Saxon. Also when installing Cocoon on JRun 3.x, I found I had to remove JRun's lib/ext/activation.jar, or things would crash like this. --Jeff On Mon, Sep 24, 2001 at 05:05:08PM -0600, Lajos Moczar wrote: > Hi all: > > I

Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Jeff Turner
For a real-world example of a Cocoon website being generated offline, have a look at the jakarta-avalon documentation system. All driven by Ant.. pretty cool :) wget is probably less hassle though. --Jeff On Mon, Sep 24, 2001 at 10:51:15AM +0200, Sebastian Mäder wrote: > Hi there, > >

Re: [C2] sample httpd.conf for TomCat 4 + C2

2001-09-23 Thread Jeff Turner
; context. > > Can anyone suggest what I am doing wrong? The WebAppDeploy bit must be inside a tag. Can't remember where I read this.. anyway, this is what I appended to my httpd.conf: LoadModule webapp_module /usr/lib/apache/1.3/mod_webapp.so WebAppConnection warpConnection warp l

Re: cocoon accessible only from local machine

2001-09-20 Thread Jeff Turner
er times out or takes an incredible amount of time to succeed (5 > minutes+). I've tried that with all kinds of browsers on Windows, Linux > and Mac boxes. What can possibly cause that ? Firewalls. Which port are you accessing it on? Many sysadmins block all ports except "norma

X11 low-level errors (Re: Installation Problem Solved- C2b2 and Tomcat 4.0 Final)

2001-09-19 Thread Jeff Turner
absolutely no idea on this one. I'm just throwing it out there so that if anyone else is searching the archives with an identical error, we can commiserate together ;P --Jeff - Please check that your question has not

Re: XSPs vs JSPs

2001-09-17 Thread Jeff Turner
re's no setting-up to be done (works out the box with Tomcat, no jars to conflict), there's no XML syntax to fight, no namespaces to forget or mistype.. --Jeff > -Tom > - Please check that your question has no

Re: XSPs vs JSPs

2001-09-17 Thread Jeff Turner
[2], which has a "workflow" proposal, the result of which will make the Struts' config file rather similar in concept to Cocoon's sitemap. --Jeff [1] http://jakarta.apache.org/taglibs/ [2] http://jakarta.apache.org/struts/ >Damian -

Re: java.lang.VerifyError

2001-09-13 Thread Jeff Turner
you're Debian's java package (j2sdk1.3), it does evil things to your classpath without even telling you. Check you have nothing that could conflict in your /usr/share/java/repository directory. --Jeff > Does anyone know what I might be doing wrong? > > Thanks, > > Jur

Re: Cocoon 1.8.2 - .htaccess?

2001-09-10 Thread Jeff Turner
ervlet container (tomcat). For apache, security is configured with .htaccess files, but in tomcat it's done with entries in your webapp's WEB-INF/web.xml file. Have a look at the servlet spec for more info. --Jeff - Please

Re: Total Locks

2001-08-06 Thread Jeff Turner
ssage: > Total locks for all pages: 1 means that one page is being processed. --Jeff (who recently transplanted the C1 caching classes into his own servlet:) > Thanks - Please check that your question has not already been

Re: Very beginner question

2001-07-31 Thread Jeff Turner
For a real-world example of how to use Cocoon to build a static site, have a look at Avalon's doc system. It's driven by Ant, handles DocBook + Stylebook, *very* flexible. Hats off to Berin for creating it. --Jeff On Tue, Jul 31, 2001 at 09:18:30PM -0400, Vadim Gritsenko wrote: > I

Re: C2/Tomcat 3.2.2: Include Cocoon-Content in JSP

2001-07-03 Thread Jeff Turner
ed on /cocoon/*. meeting_agenda.htm is the result of an C2 pipeline > serialized as HTML. Hmm.. should work, shouldn't it? Perhaps your unusual .htm extension is confusing something? I usually put Cocoon in a separate context, and use jakarta-taglibs' "io" taglib to suck in the con

Help Installing on Mac OS 9

2001-06-28 Thread Jeff Dunster
Has anyone installed Cocoon 1 with Tomcat 3.2 on a Mac (OS 9)? We have Tomcat working, but when we try to process XML, we get a 404 error and the path of the XML document. The document is there and a text document right next to it is served up fine. But all XML extensions generate 404s. Computer

Cocoon 2 as a Stylebook replacement?

2001-06-09 Thread jeff
t would it take for this to happen? thanks, --Jeff [1] xdocs/drafts/cocoon2-docbook.xml - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> T