Re: Woody problem: Could not parse form definition

2003-10-28 Thread Jeff Ramsdale
"Bruno Dumon" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > Still have problems, but that was one barrier out of the way. > > > > Thanks! > > And thank you too, I've put in a little check so that if someone else > runs into this in the future, they'll get a nicer erro

Re: Woody problem: Could not parse form definition

2003-10-28 Thread Jeff Ramsdale
"Bruno Dumon" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > Still stuck. Does that help you any? > > Yep, very much. Yay! > > Incidentally, I did the > > registration example for Woody and received a similar, though > > slightly different, error. I'll post it in a a

Re: Woody problem: Could not parse form definition

2003-10-28 Thread Jeff Ramsdale
Here's my stack information from the Registration example: Could not parse form definition from file:/C:/Program Files/Apache Software Foundation/Tomcat 5.0/webapps/cocoon/flowtest/forms/registration.xml org.apache.avalon.framework.CascadingException: Could not parse form definition from file:/C:

Re: Woody problem: Could not parse form definition

2003-10-28 Thread Jeff Ramsdale
"Bruno Dumon" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > On Mon, 2003-10-27 at 22:57, Jeff Ramsdale wrote: > > I always forget this part: I'm using a CVS checkout of cocoon-2.1 > > from sometime last week. > > Have yo

Re: Woody problem: Could not parse form definition

2003-10-28 Thread Jeff Ramsdale
"Antonio Gallardo" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>. .. > Can be Tomcat 5.0 the problem? I don't know, Antonio. I'm on a new machine and everything's a fresh install. I hadn't tried Tomcat 5.0 before and thought it would be good to try it out. I haven't seen anythin

Re: Woody problem: Could not parse form definition

2003-10-28 Thread Jeff Ramsdale
"Bruno Dumon" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > This exception is thrown if parsing the form definition file failed > for some reason, the exception which caused this is provided as a > nested exception, see below... > does the stacktrace go any further? Norma

Re: Woody problem: Could not parse form definition

2003-10-28 Thread Jeff Ramsdale
I always forget this part: I'm using a CVS checkout of cocoon-2.1 from sometime last week. Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Woody problem: Could not parse form definition

2003-10-27 Thread Jeff Ramsdale
want to leave vital information out. I'll include the widget file as an attachment. Any ideas why I'd get this error? I've checked the widgets file and it's well-formed. Much harder to verify it's valid... Thanks, all Jeff Ramsdale begin 666 browserWidgets.xml M/#

RE: Cocoon and eclipse

2003-09-26 Thread Jeff Ramsdale
> > How about including the line in Cocoon's build.properties > commented out with > > a note saying, "Uncomment this in your local.build.properties > when compiling > > with Eclipse." Voila--no more poking around the archives! I'm > not sure I'd > > seen it before now, so I'd always compiled from

RE: [ANN] Lantern 1.0 (english link)

2003-09-25 Thread Jeff Ramsdale
Antonio, Any idea how this compares to XPath Explorer? http://www.purpletech.com/xpe/index.jsp Jeff > -Original Message- > From: Antonio Gallardo [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 7:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [ANN] Lantern 1.0 (english link)

RE: Cocoon and eclipse

2003-09-25 Thread Jeff Ramsdale
> >> > compiler=org.eclipse.jdt.core.JDTCompilerAdapter > > > > How about including the line in Cocoon's build.properties commented out > > with a note saying, "Uncomment this in your local.build.properties when > > compiling with Eclipse." Voila--no more poking around the archives! I'm > > not sur

RE: Cocoon and eclipse

2003-09-25 Thread Jeff Ramsdale
> Javier Ramos wrote: > > Thanks, guys. I found the way to compile in eclipse. You have to create > > a local.build.properties file and there set > > > > compiler=org.eclipse.jdt.core.JDTCompilerAdapter > > ... > > > I'm not sure, but I think that the error he's getting is an eclipse > > issue whic

RE: wsproxy and request parameters

2003-09-23 Thread Jeff Ramsdale
> Jeff Ramsdale wrote: > > > > > Actually, I figured that was probably the case. So Tony's > example must have > > been an error. I wanted to trust him! ;-) > > Yes, I messed up.. all those &'s should read as &. I was lazy and > stupid. Well,

RE: wsproxy and request parameters

2003-09-23 Thread Jeff Ramsdale
Joerg, > >> >>type="wsproxy" > >>src="http://foo.bar/endpoint?parm1=val1&parm2=val2"/> > > > > Early on I noticed trouble here when testing and manually > changed all the & > > characters to & in my src string. The example you show didn't do > > that--does it work for you as written above?

RE: wsproxy and request parameters

2003-09-23 Thread Jeff Ramsdale
Hi again, > > Worked great! Thanks! > > Yes, but I've re-opened the bug, because it really isn't re-encoding the > request parameters correctly. The WSProxy, along with the newer > HttpProxy, get request parameters from two different sources. > > The first is from the "src" attribute, like so: >

RE: wsproxy and request parameters

2003-09-22 Thread Jeff Ramsdale
> From: Tony Collen [mailto:[EMAIL PROTECTED] > > It hadn't occured to me that this was a problem with wsproxy. I > just thought > > I needed to do something to convert the format. But then I > realized that I > > had to manually change my all my "&"s to "&"s. Which format > should the > > user be

RE: JSPGen. RequestParameter Encoding

2003-09-19 Thread Jeff Ramsdale
Thanks Tony, I'll try to take a look at it... Jeff > -Original Message- > From: Tony Collen [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19, 2003 2:50 PM > To: [EMAIL PROTECTED] > Subject: Re: JSPGen. RequestParameter Encoding > > > Jeff Ramsd

RE: JSPGen. RequestParameter Encoding

2003-09-19 Thread Jeff Ramsdale
Tony (& others), Is this the same problem we talked about last week on wsproxy parameter encoding? http://archives.real-time.com/pipermail/cocoon-users/2003-September/038837.h tml That thread was left hanging. Jeff > -Original Message- > From: Christoph Strehl [mailto:[EMAIL PROTECTED] >

RE: wsproxy and request parameters

2003-09-11 Thread Jeff Ramsdale
> > So, > > how do I ensure that my web service request is being sent with "%20" instead > > of " " or "+"? > > > > Jeff, > > I've noticed this too, a while ago it is a little frustrating > not being able to have it change > the + to a %20... perhaps this type of encoding behavior needs to > be

RE: wsproxy and request parameters

2003-09-11 Thread Jeff Ramsdale
quot; instead of " " or "+"? Thanks, Jeff > -Original Message- > From: Jeff Ramsdale [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 12:45 AM > To: [EMAIL PROTECTED] > Subject: wsproxy and request parameters > > > I&#

wsproxy and request parameters

2003-09-11 Thread Jeff Ramsdale
I'm playing with the Amazon.com web service toolkit and Cocoon. Here's my sitemap snippete: http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[my dev code]&ActorSearch={request-param:actor}&mode=dvd&type=lite&p age=1&f=xml" /> When I request my page w

Trouble integrating a servlet

2003-09-10 Thread Jeff Ramsdale
I'm following the instructions at http://wiki.cocoondev.org/Wiki.jsp?page=IntegrateAServlet and I receive a Resource not found error: org.apache.cocoon.ResourceNotFoundException: Could not get resource file:/F:/Cocoon/webapp/Amazon/AmazonServlet: org.apache.excalibur.source.SourceNotFoundException

RE: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-30 Thread Jeff Ramsdale
f Howard [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2003 4:03 PM > To: [EMAIL PROTECTED] > Subject: Re: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux > > > Jeff Ramsdale wrote: > > This looks like a known bug, > > http://nagoya.apache.org/bugzilla/

RE: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-30 Thread Jeff Ramsdale
> -Original Message- > From: Geoff Howard [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2003 4:03 PM > To: [EMAIL PROTECTED] > Subject: Re: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux > > > Jeff Ramsdale wrote: > > This looks like a know

RE: Can't stop Tomcat-5.0.5 with Cocoon-2.1 on Linux

2003-08-29 Thread Jeff Ramsdale
This looks like a known bug, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18131 that goes back to March (!). Berin seems to know how to fix it (see his comment from 2003-03-24 13:11), but we haven't heard from him. You could add your votes in Bugzilla to see it fixed, but I don't know what d

SQL Transformer sample & MySQL

2003-08-15 Thread Jeff Ramsdale
I'm still having trouble using MySQL instead of hsqldb in the SQL Transformer sample. * I loaded the data into MySQL using the dump file that comes with the sample * I can use the MySQL Control Center to see the data and verify that the user/password works * I added the driver to web.xml: com.mysq

RE: SQLTransformer & InterSystems Cache (or now MySQL)

2003-08-14 Thread Jeff Ramsdale
> Jeff Ramsdale wrote: > > On the off chance someone has tried to connect the InterSystems Cache > > database to Cocoon, I thought I'd ask for some assistance here... > > I can use Cache's SQL Manager tool and it doesn't look like the table is > > eve

SQLTransformer & InterSystems Cache

2003-08-14 Thread Jeff Ramsdale
On the off chance someone has tried to connect the InterSystems Cache database to Cocoon, I thought I'd ask for some assistance here... I've taken the SQL Transformator (transformator?!) sample and replaced the hsqldb datasource with InterSystems'. Here's the error I receive: -- Hello T

RE: 2.1rc1 build error

2003-08-14 Thread Jeff Ramsdale
I ran into the same problem. I found that doing "build" with no arguments didn't give me the error while "build webapp" did. I didn't have the time to probe deeper. I'd be interesting in hearing if/when you resolve it! Jeff > -Original Message- > From: rufio [mailto:[EMAIL PROTECTED] > Se

RE: 2.1rc1 build error

2003-08-14 Thread Jeff Ramsdale
> on Wed, 6 Aug 2003 10:52:33 -0700 "Jeff Ramsdale" > <[EMAIL PROTECTED]> wrote: > > > I ran into the same problem. I found that doing "build" with no > arguments > > didn't give me > > the error while "build webapp" did. I