Re: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-06 Thread Perry Molendijk
Try "com.mysql.jdbc.Driver" instead of "org.gjt.mm.mysql.Driver". I have had a similar error message like that before and the above seem to fix it. Perry - Original Message - From: Phil Coultard To: [EMAIL PROTECTED] Sent: Saturday, April 05, 2003 1:52 AM

Re: XMLForms and Hibernate

2003-04-06 Thread ivelin
Can you be more specific? Are you referring to a tutorial similar to the one for Xindice or something further fetching? http://xml.apache.org/cocoon/howto/howto-xindice-xmlform.html -=Ivelin=- - Original Message - From: Hugo Burm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday,

RE: calling pipline (from code)

2003-04-06 Thread Reinhard Pötz
From: David Kavanagh [mailto:[EMAIL PROTECTED] I'd like to invoke a cocoon pipeline from another application thread in the same web application as cocoon. What's the prescribed way to do this? You only have to use the source resolver for this. Regards, Reinhard

Re: browsing cocoon and tomcat directly

2003-04-06 Thread Ryan Hoegg
Mustafa Yalniz wrote: Hi All, We have a web site http://www.mysite.com/ and it is redirected by Apache to http://www.mysite.com:8080/cocoon/myweb http://www.mysite.com:8080/cocoon/starportal because we defined a virtual host with redirection to this address. But we could not find a way to

Getiing external XML data from XSL page

2003-04-06 Thread João César
Hi all :) Can we use something like this xsl:variable name=temp select=document('url') To get external (internet url) xml data in xsl, without the cache problem in the local path's ? Thanks Joao Cesar [EMAIL PROTECTED] Computer Science Student's @ University of Lisboa, PORTUGAL

Re: browsing cocoon and tomcat directly

2003-04-06 Thread Tony Collen
On Sun, 6 Apr 2003, Ryan Hoegg wrote: If you are using HTTP redirects, this is not going to work. A redirect instructs the client browser to go the the target address. Perhaps you should look into mod_jk or mod_jk2 You could also check out

RE: Unit test for Cocoon

2003-04-06 Thread Pham Thanh Quan
Title: RE: Unit test for Cocoon Thank you so much, Stephan. Quan -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] Sent: Friday, April 04, 2003 5:16 PM To: [EMAIL PROTECTED] Subject: RE: Unit test for Cocoon On Wed, 2 Apr 2003, Pham Thanh Quan wrote: Dear