Problem with serializers

2003-01-07 Thread aps olute
This looks very similar to my problem with 2.1-dev and jdk1.4 and Tomcat4.1.12 per my posting: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=104041952007585w=2 I have to create that endorsed directory in Tomcat and copied xalan*.jar, xerces*.jar and xml-apis.jar from cocoon/WEB-INF/lib

Re: i18n catalogue and sql

2003-01-05 Thread aps olute
In an article by Steve Punte of candlelightsoftware.com, he uses xsl:value-of select=/http:request/http:requestParameters/http:parameter/http:value/ to pickoff input=5 in a url of http://localhost/mypage?input=5 and passed it to a template like this: xsl:call-template name=factorial

Re: Cocoon tutorial ... non production cocoon 'sand box'

2002-12-29 Thread aps olute
finally got James working like I want it, so now, I will actually be trying to get Tomcat/Cocoon setup as I want it to be. ) On Sat, 28 Dec 2002 12:19:41 -0800 (PST), aps olute wrote: I would build like so: ./build.sh clean-webapp      #this builds a cocoon.war but it is bare min

Re: ESQL bug, or even whorse?!?!?!

2002-12-28 Thread aps olute
I dont have much to offer but I will commiserate with you. I just noted that java codes have been moved around in 2.1-dev to organized to blocks, and yes files like EsqlHelper.java has gotten larger comparing 2002/07/05 to 2002/11/21. I have not checked the 2.0.1 vs 2.0.3 versions, so there

Re: Cocoon tutorial ... non production cocoon 'sand box'

2002-12-28 Thread aps olute
I would build like so: ./build.sh clean-webapp #this builds a cocoon.war but it is bare min Don't expect to see much other than an error of failed to load sitemap.xmap as there isnt much there. So you modify it and put pipelines that work. Another alernative is search on this list

esql in Cocoon-2.1-dev not working well with Oracle? due to skip-rows element?

2002-12-27 Thread aps olute
Antonio, Per your suggestion, I downloaded the latest on 12/24 and it still does not work. ESQL having a problem working with Oracle 8i and Tomcat 4.1.12. Exact xml file is working with Tomcat.4.0.1 but not on 4.1.12. What actually has been changed? I tinkered a little bit more, and

Re: esql in Cocoon-2.1-dev not working well with Oracle? due to skip-rows element?

2002-12-27 Thread aps olute
. aps olute dijo: Antonio, Per your suggestion, I downloaded the latest on 12/24 and it still does not work. ESQL having a problem working with Oracle 8i and Tomcat 4.1.12. Exact xml file is working with Tomcat.4.0.1 but not on 4.1.12. What actually has been changed? I

Re: esql in Cocoon-2.1-dev not working well? Oracle specifically

2002-12-24 Thread aps olute
The installscratchpadwar build chokes on line 2315 missing fileset jing rngfiles= --- aps olute [EMAIL PROTECTED] wrote: Esql file that works in Tomcat 4.0.1 does not work in Tomcat 4.1.12? I have compiled the nightly download 12/20/2002 and running most of the samples on a Tomcat 4.1.12. I added

Re: Cocoon tutorial available at CMSWatch.com and Sphere.com

2002-12-24 Thread aps olute
While the Turkey is bakingNo need to make this a whole web-app to itself and having its own context. 1) I did this, jar the com.sphere.cocoon.generation.CSVGenerator.class as myapp.jar. 2) put myapp.jar at the existing cocoon/WEB-INF/lib/ directory 3) Use one of the existing

esql in Cocoon-2.1-dev not working well?

2002-12-23 Thread aps olute
Esql file that works in Tomcat 4.0.1 does not work in Tomcat 4.1.12? I have compiled the nightly download 12/20/2002 and running most of the samples on a Tomcat 4.1.12. I added the datasources for oracle and mysql (cocoon.xconf), the jdbc drivers (in WEB-INF/lib/ and modified web.xml), I

Form is null [id=form-feedback] Exception- Xml form HowTo

2002-12-22 Thread aps olute
You get this because of this Form is null [id=form-feedback]. Change all *.xml forms on the howto to have id=form-howto instead of the form-feedback and this should take care of this error. Next problem would be to comb over the logic of the HowtoBean, it gets stuck on the Cooking mailing list

Re: xml form How to-Sitemap

2002-12-21 Thread aps olute
I finally got the XMLForm howto- to work. If you compare the components on the sitemap.xmap the wizard vs howto uses different logger ( logger=xmlform.sitemap.action.wizard/ ) vs (logger=webapp.xmlform/ ). I have not dig enuff to find the differences of the two. Hopefully the author would

Re: xml form How to-Sitemap

2002-12-21 Thread aps olute
Hmm I spoke too soon, it was getting in an endless loop once I select all the 3 checkboxes at Mailing List, checking only last one or two boxes, got me to the finish. weird output display depending on kde browser or ns4.7. --- aps olute [EMAIL PROTECTED] wrote: I finally got

I cant get the latest nightly download to work

2002-12-20 Thread aps olute
I just downloaded xml-cocoon2_20021220172546.tar.gz, extracted it and did per the instructions to compile and no errors : ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_ HOME/webapps webapp Did above twice and copied build/cocoon/cocoon.war to $TOMCAT_HOME/webapps/ typed

RE: I cant get the latest nightly download to work

2002-12-20 Thread aps olute
to get them in sync (probably by deleting the one in endorsed and moving the newer one over) Geoff -Original Message- From: aps olute [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 4:11 PM To: [EMAIL PROTECTED] Subject: I cant get the latest nightly download to work

Where to get the 2.1-dev without using CVS?

2002-12-19 Thread aps olute
Can the 2.1-dev download retrieved without using CVS? Is the cvs version not guaranteed to compile? sorry for the newbie questions. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: XMLForm - How to - question

2002-11-30 Thread aps olute
the presumptions are correct or no its incorrect? Respectfully.. aps --- aps olute [EMAIL PROTECTED] wrote: I can not get the XMLForm Wizard How To to work, so I tried to follow the sample working and have some question. 1. In the cocoon/samples/xmlform/sitemap.xmap how does the mapping from

DatabaseAuthenticatorAction usage

2002-10-20 Thread aps olute
I am trying to get this article by Lajos and can not get it to work. The section on using DatabaseAuthenticatorAction. How to display what has been entered on the form after submit so I can debug? Mysql has the Users table with user_name and user_password columns both varchar(5), and john1 as

Help with sitemap.xmap on 2.1 Dev - Driving me Crazy

2002-10-18 Thread aps olute
I have compiled the cvs 2.1 dev version several times as one had suggested, some of the samples work some not. Specifically I wanted to run the Sample Forms - Form Validation, however the sitemap seems to be not right, it is not pointing to correct directory for the resource. 1. The main

Action + Sql Transformer

2002-10-15 Thread aps olute
I've been out of luck trying to get samples to work for Actions and SQL Transformer. For the sample Action I am receiving a: org.apache.cocoon.ProcessingException: The prefix xsp-request for element xsp-request:get-attribute is not bound.: org.xml.sax.SAXParseException: The prefix xsp-request

RE: XMLForm Howto - not Working still

2002-10-12 Thread aps olute
Reference my previous posting: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=103438719303078w=2 Logs gathered from logs/sitemap.log hopefully this will assist in troubleshooting as the I get is stil get The requested URI /cocoon/samples/xmlform/howto-wizard.html was not found. DEBUG

Usage of cocoo://

2002-10-03 Thread aps olute
Couple of snippet code i'd like to get clarification map:match pattern=**/*.html map:generate src=cocoon:/{1}/index.xml/ this means to look for another matcher with pattern of **/index.xml on this sitemap.xmap correct? map:transform src=cocoon:/xsl-source/ similarly for this, it searches