Re: Giving up! Cocoon too big, slow and confusing

2002-06-27 Thread daniel robinson
My .02, Thanks to Eric, Argyn and John for their honesty. And thanks to all of the Cocoon developers for their hard work and vision. I would like to add my comments to the reality check that is going on. I have over 17 years experience in the industry and have led developer teams working

Re: Xindice and Cocoon

2002-06-27 Thread daniel robinson
Cenk, Try posting to cocoon-dev. Dan Cenk Uysal wrote: Is it difficult question? Why does nobody answer? __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com

Wierd image / cocoon problem

2002-06-26 Thread daniel robinson
My sitemap specifies: map:match pattern=images/**.gif map:read src=images/{1}.gif mime-type=image/gif/ /map:match map:match pattern=images/**.jpg map:read src=images/{1}.jpg mime-type=image/jpg/ /map:match in my xslt I reference img src=image/myjpg.jpg This all

Version Hell

2002-06-13 Thread daniel robinson
I was running fine under Tomcat 4.0.3 and Cocoon 2.0.0. As part of migrating to an ISP I needed to switch to c 2.0.2. so: I downgraded to Tomcat 3.3.1 (because the install was going to be easier and I had had trouble with 4.0.3) It is working fine, so I installed c 2.0.2 It was ok so I

Re: Version Hell

2002-06-13 Thread daniel robinson
? daniel robinson wrote: I was running fine under Tomcat 4.0.3 and Cocoon 2.0.0. As part of migrating to an ISP I needed to switch to c 2.0.2. so: I downgraded to Tomcat 3.3.1 (because the install was going to be easier and I had had trouble with 4.0.3) It is working fine, so I installed c 2.0.2

Re: Version Hell

2002-06-13 Thread daniel robinson
.Darrell -Original Message-----From: daniel robinson [mailto:[EMAIL PROTECTED]] Sent: June 13, 2002 3:06 PMTo: [EMAIL PROTECTED]Subject: Re: Version HellOh, one more thing. The error reported when I go to the Cocoon page stops occurring after a minute or two. In other words, make a change in the sitem

Re: Version Hell

2002-06-13 Thread daniel robinson
From: daniel robinson[mailto:[EMAIL PROTECTED]] Sent: Friday, 14 June 2002 8:25 To:[EMAIL PROTECTED] Subject: Re: VersionHell I thought it might have to do with the reload method,but it didn't seem reasonable that it would pop an error until the sitemap was

Re: write logicsheet

2002-06-12 Thread daniel robinson
Chris, Have you looked at: docs\userdocs\xsp\logicsheet-concepts.html and also the examples in: docs\samples\xsp\aggregate.xsp I would suggest that you get one of the samples running and then work from there. I'm just beginning myself but it seems like your xconf entry is for a request

when does sitemap_xmap compile?

2002-06-12 Thread daniel robinson
Hi, I have been using CHello as the basis for my project and it has worked well for me. I have repeatedly used the provided ant script to move my dev material into the Tomcat directories, and whenever I change my XMAP it gets copied over and then (I believe) it is re-compiled on the fly

correct syntax for using variables inside xsp: ....

2002-06-09 Thread daniel robinson
I am using cinclude successfully in an xsp like this: cinclude:include src=mySideBar element=SideBar/ I would like to use a variable, used elsewhere in the xsp, as part of the src filename: xsp:logic String sourcePage = foo; try { sourcePage =

Web Site Construction Patterns?

2002-06-06 Thread daniel robinson
All, I hope this is the right place for this topic, Please let me know if not. I have just completed a basic framework (high-level) for a Website that I am working on. I am an experienced programmer but this is the first time that I have done any extensive work in HTML/XML/XSLT/Servelets. I

Re: Web Site Construction Patterns?

2002-06-06 Thread daniel robinson
: check www.theserverside.com they have many patterns there. unfortunately, they are biased towards J2EE too heavily. their Web site is build with EJBs, btw, you can feel that with it performance :) -Original Message- From: daniel robinson [mailto:[EMAIL PROTECTED]] Sent: Thursday

Passing xmap parameters to xsp

2002-06-05 Thread daniel robinson
Ok, I've been struggling with this for hours. I want to set a parameter in my pipeline something like this: map:match pattern=index map:generate type=serverpages src=xsp/w3/index2.xsp/ map:parameter name=SourcePage value=Index/ Set it here map:transform

Re: Passing xmap parameters to xsp

2002-06-05 Thread daniel robinson
Beth, That helped with the compile problem. But I still can't get at the parameter. Thanks, Dan Naquin, Beth wrote: Part 1.1Type: Plain Text (text/plain) - Please check that your question has not already been answered

SQL, Actions, ESQL Help Please!!!

2002-06-03 Thread daniel robinson
Hi, I've been poking around but I'm clueless (yes, generally as well as specifically). What am I trying to do: 1) I have a PostgreSQL table with a field called StoryText defined as a Text (virtually unlmited size text data) 2) I wish to update this table with the contents of an XML element (

hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
List, Is there some comprehensive DB configure doc for C2? I've looked throught the listserv but its very piecemeal (sp?). I keep getting this error from tomcat: Loading catalog: /localhost/cocoon/resources/entities/catalog Server.run/init: java.net.BindException: Address in use: JVM_Bind

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
) is in Tomcat/common/lib and I have created the sample tables in testdb within PostgreSQL. Help appreciated. Lajos Moczar wrote: Comment out the hsqldb stuff in cocoon.xconf, unless you really need it. Lajos daniel robinson wrote: List, Is there some comprehensive DB configure doc

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
where cocoon doesn't have access to the jars in $CATALINA_HOME/common/lib, even though it is supposed to. If that doesn't fix the problem, you'll have to post the error message. Lajos daniel robinson wrote: Ok, I commented out the hsqldb stuff and this error has gone away - but I

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
did both things, moved jar and added driver into cocoon.xconf. No change. Logs look pretty clean - there is a retrieval of jdbc connection and release ok There are a bunch of msgs to do with the parsing and executing of the SQL. Nothing alarming. ??? Berin Loritsch wrote: From: daniel

PostgreSQL won't work - any ideas appreciated

2002-05-29 Thread daniel robinson
it is supposed to. If that doesn't fix the problem, you'll have to post the error message. Lajos daniel robinson wrote: Ok, I commented out the hsqldb stuff and this error has gone away - but I can't get PostgreSQL to work correctly. I've created the sample DB and modified

Re: PostgreSQL won't work - any ideas appreciated

2002-05-29 Thread daniel robinson
Kenny, Thanks for the response but I have no idea what you mean by two resources could you explain? Thanks, Dan Kenny Chow wrote: If I understand it correctly, there should be two resources are configured to bind to the same address. So look for that. Just an idea. --- daniel robinson

Re: Real dumb question - how to concatenate XML files

2002-05-28 Thread daniel robinson
yes, this is what was in the FAQ, but I had no idea of what the format of the XML should be. Hahn Kurt (CHA) wrote: I don't know about cInclude, but maybe aggregation would meet your needs. Did you have a look at it? K -Message d'origine- De : daniel robinson [mailto:[EMAIL

Re: Real dumb question - how to concatenate XML files

2002-05-28 Thread daniel robinson
at it? K -Message d'origine- De : daniel robinson [mailto:[EMAIL PROTECTED]] Envoyé : mardi, 28. mai 2002 07:37 À : [EMAIL PROTECTED] Objet : Real dumb question - how to concatenate XML files Ok. This is a dumb one, for many reasons - but I've been trying to figure it out

Re: build target with no samples?

2002-05-28 Thread daniel robinson
Check out: http://sourceforge.net/projects/chello/ a hello world app, minimal configuration, comes with lots of goodies - ant, cruisecontrol etc. I have been using it for a couple of days, really very helpful. Dan Geoff Howard wrote: Is there a build target with no samples, javadoc etc

Real dumb question - how to concatenate XML files

2002-05-27 Thread daniel robinson
Ok. This is a dumb one, for many reasons - but I've been trying to figure it out for hours and have been all over the mail archives to try and figure it out. Say I have 3 XML files and I want to use them with an XSLT to respond to a request. What is the best way to do this? I checked out