Re: linux x11 howto cocoon

2002-04-09 Thread tvon
On Tue, Apr 09, 2002, Daniel Martin wrote: > i use j2sdk1.4.0 on suse7.1 but > the option -Djava.awt.headless=true > doesn't work. there is now another class not found exception Well, if you want to keep Batik (you dont seem to, but just for kicks...), what is this new error? It just might be u

Re: [OT] HTML email (RE: [docs] Suggestions about and/or in the docs)

2002-04-06 Thread tvon
On Sat, Apr 06, 2002, Martin Stricker wrote: > > Or tell Outlook to use text only. Tools->Options, Register e-Mail > Format, select text as the format. Sorry if the menu entries are wrong, > I only have the German version of Outlook. The real problem is that Outlook (despite what the user choose

Re: [OT] uneven tags inside XSLT conditionals

2002-03-31 Thread tvon
On Sun, Mar 31, 2002, Andre Cusson wrote: > Vadim is right, you need to write 2 at a time and that is what the 2 loops > do. > ac Yeah, I'm working on it. I'm mostly limited by my lack of knowledge about XSLT, but I'm getting there... > PS: xslt is sometime complex for simple processes and simp

Re: [OT] uneven tags inside XSLT conditionals

2002-03-31 Thread tvon
On Sun, Mar 17, 2002, Sreedhar Chintalapaty wrote: > Tom, > > It's not clear what how you want to differentiate between when and > otherwise, so my answer may be way off; however, if you want to > differentiate at the cell () level, then try with the tags outside Sorry I wasnt clear. the "posi

[OT] uneven tags inside XSLT conditionals

2002-03-31 Thread tvon
Hey, I've done some googling and I cant find the answer to this. I basically want to do:

[SunRise] sunriseconf/adminconf in sitemap

2002-03-30 Thread tvon
Hey folks, I'm working on getting a site going with the sunRise components and I am currently having a probelm getting sunSpot-conf and sunRise-conf working or even clearly not working. Whenever I go to the respective pages, I get a Tomcat 404 error. I have the generators mapped, and t

Re: jdbc or xsp or esql problem

2002-03-20 Thread tvon
Keeping in mind I do not know a hell of a lot about java or jdbc, does it make any sense that I can write a little test program in java, and have it connect to the database just fine with the jdbc driver, but when used in cocoon, I get a slew of errors? The java program only goes up to "DriverMan

Re: jdbc or xsp or esql problem

2002-03-20 Thread tvon
On Wed, Mar 20, 2002, leo leonid wrote: > do the e?sql-samples work that come with the distribution using the > hsqldb-server? > I bet they don't. You are correct. I just built a recent (past few days) CVS snapshot and the ESQL samples spit that same NoValidConnectionException. This is lame...

Re: SGML comments and XSL

2002-03-16 Thread tvon
On Sat, Mar 16, 2002, Corey Jewett wrote: > New cocoon user. Apologies if this is documented somewhere, but I can't > find it. > > I'm attempting to use XSL to translate XML documents, basically I'm > 'skinning' the XML content with a variety of layout templates (XSL). The > current output forma

Re: Can't compile Cocoon 2.0.1 in JDK 1.4.0

2002-03-16 Thread tvon
For what its worth, I ran into those compile errors myself and instead of messing with it further I downloaded a CVS snapshot and that built without any issues. -T On Sat, Mar 16, 2002, Yu Di wrote: > Hi, I am using Linux (kernel 2.2.14, glibc 2.2.3), Sun > JDK 1.4.0. I downloaded cocoon-2.0.1-

using * and {1} in sitemap

2002-03-14 Thread tvon
Does the level of.hell...ok, I have this: and I want to change the map:match patterh="database-*"> and ...but whenever I do this simple change, I start getting NullPointerExceptions on the file, and according to t

XML for describing databases?

2002-03-14 Thread tvon
Hey folks, I need to build a web interface to a whole bunch of databases. To limit the work I'll have to do, I would like to be able to define each database in a XML file, and have the interface somewhat dynamically generated from those files. So, for one database named 'gesupply', part

Re: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
On Sun, Mar 10, 2002, Vadim Gritsenko wrote: > > > > > > > > I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 > > > > > > What's yours JAVA_HOME env variable? > > > > /usr/java/j2sdk1.4.0/ > > Forgot to ask... Did you compile Cocoon with JDK1.4? You have to do > this... Ahhh. No, I did not. /me

Re: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
On Sun, Mar 10, 2002, Vadim Gritsenko wrote: > > > > Did I do something wrong here? Suggestions on howto get esql working? > > > > I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 > > What's yours JAVA_HOME env variable? /usr/java/j2sdk1.4.0/ ---

jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
Hey all, I seem to have everything working according to the jdk1.4 howto posted recently, except for the esql xsp examples. I am getting these errors: = Language Exception More precisely: org.apache.cocoon.ProcessingException: Language

Re: Postgresql JDBC: NoAvailableConnectionException

2002-03-07 Thread tvon
Nevermind, it works now. 1- I changed the datasource name (or pool name) to 'gesupply' (the name of the database) from 'personnel'. Is this needed normally? 2- (and what, as a newbie, I think really fixed it) I started Tomcat from the "startup.bat" shortcut instead of starting it from the NT Se

Postgresql JDBC: NoAvailableConnectionException

2002-03-07 Thread tvon
Hey all, Ok, I'm new at this whole thing, and somewhat new at java as well, so please be patient with me Goal: to get a basic SELECT statement to work on a PostgreSQL database with the ESQL example. Known: 1- PGSQL server is on 192.168.100.3 2- Database is 'gesupply' 3- Sample ja

Re: Some Design Help, please

2002-03-07 Thread tvon
On Thu, Mar 07, 2002, Sreedhar Chintalapaty wrote: > The Bonebreaker application itself works perfectly. I wonder why it is > trying to find a match for "gvs//home/home.section" instead of > "gvs/home/home.section"? This is probably a frequently made newbie faux paus > with a stock answer, perhaps

semi-OT: java server benchmarks/comparisons?

2002-02-23 Thread tvon
Hey all, I cant seem to find any non-biast benchmarks for Tomcat/JRun/whatever else Can anyone point me in the right direction? -Tom -- -- - Please check that your question has not already been answered in the FAQ befor

IRC Channel

2002-02-03 Thread tvon
Hey all, I was looking for a cocoon irc channel and I noticed references to #Cocoon on irc.openprojects.net from almost a year ago.the channel is empty, but I think irc is a pretty valuable resource so I was wondering if anyone is in a position to mention the channel on xml.apache.org/coco