Re: xsp question

2003-06-26 Thread Roger I Martin PhD
tag 'content' does not match the start tag 'tasks'. Error processing resource 'http://localhost:8080/cocoon/vyzo/Room_Report_pdf?cocoon-view=debug1'. Line 167, Position 3 /content --^ Thanks Tim Bachta -Original Message- From: Roger I Martin PhD [mailto:[EMAIL PROTECTED] Sent

Re: esql:query problem

2003-06-25 Thread Roger I Martin PhD
Guessing a little; should it be little case int instead of Int at esql:parameter direction=in type=Intxsp:exprnumber/xsp:expr/esql:parameter -Roger - Original Message - From: Tim Bachta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:53 AM Subject: RE: esql:query

Re: esql !!!HELP!!!

2003-06-24 Thread Roger I Martin PhD
Hi, Every one that your driver supports. The error message your getting appears to be from the SQLServer 2000 Driver for JDBC showing java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Syntax error at token t, line 0 offset 7. talking about a syntax error it exceptions on. Do

Re: java docs?

2003-06-24 Thread Roger I Martin PhD
C:\apache\cocoon-2.1\build\cocoon-2.1m3-dev\javadocs locally; http://cocoon.apache.org/2.1/apidocs/index.html remotely. Can get there from http://cocoon.apache.org/2.1/developing/index.html -Roger - Original Message - From: Tim Bachta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

Re: integrating php with cocoon 2.0.3

2002-11-18 Thread Roger I Martin PhD
Put the phpsrvlt.jar in you webapps lib area. - Original Message - From: tom.troonbeeckx [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 18, 2002 5:57 AM Subject: integrating php with cocoon 2.0.3 Dear sir, madam, I have compiled cocoon-2.0.3 as described in the HOWTO

Re: integrating php with cocoon 2.0.3

2002-11-18 Thread Roger I Martin PhD
to configure the sitemap.xmap for php-pages. Thanx in advance -Original Message- From: Roger I Martin PhD [mailto:[EMAIL PROTECTED]] Sent: maandag 18 november 2002 12:09 To: [EMAIL PROTECTED] Subject: Re: integrating php with cocoon 2.0.3 Put the phpsrvlt.jar in you webapps lib

Re: Dynamic XSP resource

2002-08-20 Thread Roger I Martin PhD
Just from a quick look, the map:generate src for menu.html has cocoon: as a part of it relative path; do you have such a path and can such an animal be part of a url? --Roger - Original Message - From: Tuomo Lesonen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002

Re: XSP Java Class Include

2002-08-19 Thread Roger I Martin PhD
Hi Brian, I write this for everybody. I've sent this to my brother who works with you. He said he was out at meetings this morning so I thought you might want this now. Place all jars that torque is dependent on in your tomcat/webapps/YOURWEBAPP/WEB-INF/lib folder. Restart tomcat; it won't

Re: I hate typo-s

2002-08-19 Thread Roger I Martin PhD
Title: I hate typo-s www.netbeans.org - Original Message - From: Argyn Kuketayev To: '[EMAIL PROTECTED]' Sent: Monday, August 19, 2002 3:55 PM Subject: RE: I hate typo-s FAR Manager + colorer? -Original Message-From: Greg Jones

Are torque database accessor classes of any use in Cocoon?

2002-06-11 Thread Roger I Martin PhD
Are torque database accessor classes of any use in Cocoon powered web apps? Or is the way to go esql logic sheet and DatabaseActions? -Roger - Please check that your question has not already been answered in the FAQ before

Re: MSFT answer to Cocoon? (Plaease don't throw stones :)

2002-06-11 Thread Roger I Martin PhD
.net - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 2:08 PM Subject: MSFT answer to Cocoon? (Plaease don't throw stones :) Had to ask - does Microsoft have anything for IIS that gives Cocoon/Xalan/Xerces functionality? Mike Visit

Re: MSFT answer to Cocoon? (Plaease don't throw stones :)

2002-06-11 Thread Roger I Martin PhD
Hi folks, Sorry Michael. You were looking for a solution. I was being incredibly facetious when I typed .net. It is one of those reasons I got a minus on my report card(parochial school) for lack of self control . There is nothing like Cocoon but Cocoon. Use IIS with Jakarta Tomcat, and run

Re: To war with .WAR

2002-06-10 Thread Roger I Martin PhD
Hi, Yep it's working! Just tried your links. QUESITION... when will we have a working c2 with jdk 1.4? I've been using jdk1.4 + tomcat4.x and c2.x-dev since December; Albeit until now by downloading the Avalon source code and modifying it's jdbc connection:) However, my modifications made

Re: recompile Excalibur

2002-06-10 Thread Roger I Martin PhD
Hi, If you don't mind a large email (~449k) I can push my Avalon builds (Saturday cvs HEAD) to you. Building framework and logkit is a breeze but Excalibur is another story. Also the HEADs of Excalibur and logkit are missing files. See comments below. -Roger - Original Message - From:

more missing components

2002-06-08 Thread Roger I Martin PhD
cvs'ed the xml-cocoon2 today, compiled and ran it successfully. copied the lib/core and lib/optional and cocoon.jar to one of my web app projects and built successfully. But tomcat-4.0 deployment led to resource not found problem(Thought it was jdbc pool connectivity problems). So cvs'ed

Re: Try this Re: Can't connect to MySQL with Cocoon 2

2002-05-10 Thread Roger I Martin PhD
Hi, The WEB-INF/cocoon.xconf I use has the datasources jdbc name=HWITCD driver@database-driver@/driver pool-controller min=1 max=10/ !--auto-commitfalse/auto-commit-- dburl@database-url@/dburl user@database-user@/user password@database-password@/password /jdbc /datasources where in

Re: Try this Re: Can't connect to MySQL with Cocoon 2

2002-05-09 Thread Roger I Martin PhD
Hi, I am a fellow applier of Cocoon and MySQL. If you haven't solved it yet perhaps you may want to attach you mysql connection files, excerpts from the tomcat/logs.localhost*.txt for the error, versions, etc. I can look at it tomorrow morning. I had originally modified Avalon Pool

Re: [Newbie] Where do cocoon apps go?

2002-04-01 Thread Roger I Martin PhD
I wrote the following in answer to some other newbie questions(not far from there myself so I understand.) The most important thing to know is that all you need to put into your own webapp is the cocoon.jar(not cocoon.war so this is not a typo below). It could stand a rewrite but here it is

Re: xsp-request problem

2002-03-04 Thread Roger I Martin PhD
Hello, I'm using cvs( March 02, 2002) and having success with: xsp:logic String fruit = xsp:exprxsp-request:get-parameter name=fruit/xsp-request:get-parameter/xsp:expr; /xsp:logic generated java code is: String fruit =

Re: xsp-request problem

2002-03-04 Thread Roger I Martin PhD
PROTECTED] Sent: Monday, March 04, 2002 11:39 AM Subject: RE: xsp-request problem From: Roger I Martin PhD [mailto:[EMAIL PROTECTED]] Hello, I'm using cvs( March 02, 2002) and having success with: xsp:logic String fruit = xsp:exprxsp-request:get-parameter name=fruit/xsp

Re: Newbie FAQ (was Re: Just starting COCOON

2002-03-03 Thread Roger I Martin PhD
I am using 4.0.2-b1 just fine but am on a Windows 2000 box. Are you deleting the generated jakarta-tomcat-4.0.2-b1\webapp\Cocoon directory and the jakarta-tomcat-4.0.2-b1\work\localhost\cocoon directory between tries? Do the logs in jakarta-tomcat-4.0.2-b1\logs tell you anything? Do other war

Re: Just starting COCOON

2002-01-19 Thread Roger I Martin PhD
Understand that what you download from the apache Cocoon site is not a software tool or IDE but a super-powered servlet with many illustrations of how to use it, all in one huge example webapp (much beyond a typical Hello World! example). Your starting point is getting this one huge example web

Re: [c1] Using Markup Symbols from a Database Field?

2002-01-09 Thread Roger I Martin PhD
But won't xsp:exprfName/xsp:expr replace the markup again to lt, etc.? Regards, Roger - Original Message - From: Luca Morandini [EMAIL PROTECTED] To: Cocoon-users [EMAIL PROTECTED] Sent: Monday, November 26, 2001 5:27 AM Subject: RE: [c1] Using Markup Symbols from a Database Field?

Re: [c1] Using Markup Symbols from a Database Field?

2002-01-09 Thread Roger I Martin PhD
Ah, just found another subject that deals with the xsp:exprfName/xsp:expr. Look in your cocoon-users for subject for How best to incorporate xml from a string into XSP Christopher Watson posted the following on December 11: Marvellous. I hoped it would be that easy! -Original Message-

no connections in the pool

2002-01-02 Thread Roger I Martin PhD
The current cvs of Cocoon2 produces the exception Original exception : java.lang.RuntimeException: Could not get the datasource org.apache.avalon.excalibur.datasource.NoAvailableConnectionException: There are no connections in the pool, check your settings. for all databases I use and the

Employing, maintaining, version upgrades

2001-12-26 Thread Roger I Martin PhD
Hi, For applicators of Cocoon2; what is the recommended method for creating multiple projects based on Cocoon? I currently create sibling project folders to xml-cocoon2 and customize the projects build.xml to locate Cocoon components and maintain a unique webapp folder for each project. There

Re: Employing, maintaining, version upgrades

2001-12-26 Thread Roger I Martin PhD
Thanks, that was quick! I'll apply your project source tree and be able to continue working this week. The logkit.xconf was where I was missing some changes. Happy New Year, Roger - Original Message - From: Peter Royal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December

Re: Cocoon Logging Issue...

2001-12-19 Thread Roger I Martin PhD
Hi, I see an earlier posting Sylvain Wallez Quote { Hi team, Cocoon can't start when using the avalon jars that were recently updated. I've got the following exception at context startup (Tomcat output) : Starting service Tomcat-Standalone Apache Tomcat/4.0 Logging Error: Could not set up

Re: Cocoon Logging Issue...

2001-12-19 Thread Roger I Martin PhD
... Assuming you are talking about Cocoon2 HEAD branch. When did you try? I committed new avalon jars 2 days ago. This should have solved the problem. -- Torsten On Wed, 19 Dec 2001, Roger I Martin PhD wrote: Hi, I see an earlier posting Sylvain Wallez Quote { Hi team, Cocoon can't

Help - Applying Cocoon2 for equipment remote monitoring

2001-12-17 Thread Roger I Martin PhD
Would anyone recommend using Cocoon to transfer and render data from server-side connections to stand-alone applications automatically running equipment for monitoring and administration purposes? Does the framework have functionality to connect with a local port on the server and keep the

esql logicsheet get-column-name column=?

2001-10-25 Thread Roger I Martin PhD
Hello, I am new to Cocoon. Using version 2. I am trying to use the esql:get-column-name template and am having difficulty supplying the numerical index. esql:get-column-name column="1"/ causes java.lang.NumberFormatException: sun.tools.javac.Main has been deprecated. Also I want to

The requested resource (/welcome) is not available

2001-08-29 Thread Roger I Martin PhD
when accessing cocoon at http://localhost:8080/cocoon using tomcat 4.0 build 8 and Cocoon-2.0b2 on Windows 2000, I get HTTP Status 404 - /welcome The requested resource (/welcome) is not available. However http://localhost:8080/cocoon/xsp/simple works and yields the"A Simple XSP Page"