Re: strange database problem

2002-06-30 Thread Christian Haul
On 30.Jun.2002 -- 01:26 PM, Peter Royal wrote: > On Sunday 30 June 2002 01:24 pm, Leszek Gawron wrote: > > com.inzoom.adojni.ComException: Current provider does not support returning > > multiple recordsets from a single execution. in ADODB.Recordset code=0 > > Type=1 > > > > First I thought that

RE: [Q] SunSpot Portal Demo Error(NullPointerException) in Cocoon 2.0.2 and 2.1-dev

2002-06-30 Thread Carsten Ziegeler
Yes, this problem is related to JDK 1.4. You can either switch to JDK 1.3 or you have to put the versions of Xalan and Xerces shipped with Cocoon into the lib/endorsed direcoty of your JRE 1.4. There is a section in the installation docs about running Cocoon with JDK 1.4. Carsten > -Origina

RE: Redirect to referrer

2002-06-30 Thread Shaw, Chris
Thanks (again) for the reply...it's taught me some new things that might come in handy later on. But in the short-term this doesn't solve the problem - when re-directing it means that all the values in my Request object are lost, so when I use in my XSP page I don't get any data. Unless there i

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

2002-06-30 Thread TREGAN Fabien
According to Babylon (usefull windows dictionnary wich work with onscreen OCR) : Brick = "Chic type" (mmm, something like "cool guy") >-Message d'origine- >De: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] >Date: lundi 1 juillet 2002 08:52 >À: [EMAIL PROTECTED] >Objet: RE: Giving up! Co

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

2002-06-30 Thread Carsten Ziegeler
Anthony Aldridge wrote: > > Hurrah! You're a brick! > Like 'another brick in the wall'? Hmm, I already knew this, because many people called me this in the past 30 years (because of my last name, you can figure it out yourself why). Sorry, but my english is not good enough to figure out what y

Re: Form Validator

2002-06-30 Thread Tim Myers
> > My other question with the DBAuth stuff is can cocoon run the submitted > > password through MySQLs PASSWORD() function? I would really like to be > able > > to keep the password column in the table encrypted and still be able to > use > > the DBAuth stuff. sometime slightly less than a year

Re: Form Validator

2002-06-30 Thread Dave Covert
Eric- I have a simple authentication running with mySql. The db-authenticator is missing from the pipeline given. form-validator is only validating that the values in your form meet the constraints in params.xml. db-authenticator will check the database table against what the user typed in. The

Re: Architecture style of Cocoon II

2002-06-30 Thread Rod Farmer
Many thanks, seemed like a Layered architecture (SoC), so thanks for the clarification. Cheers Rod On Sun, Jun 30, 2002 at 10:32:12PM +0200, Nicola Ken Barozzi wrote: > > Rod Farmer wrote: > > Hi, > > I was wondering if you could clarify for me whether you believe > > Cocoon II follows

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

2002-06-30 Thread J.Pietschmann
Robert S. Koberg wrote: > For example: > - why is xsl:include and xsl:import bad -> how should it be done > - why is XPath's document() bad -> how should it be done Guesses: - Check for changes of included and imported XSLT files was implemented only recently (in 2.0.3, don't try this with

Re: Architecture style of Cocoon II

2002-06-30 Thread Nicola Ken Barozzi
Rod Farmer wrote: > Hi, > I was wondering if you could clarify for me whether you believe > Cocoon II follows a nominally OO architecture of Event-Driven architecture. > Having a bit of an argument with a fellow researcher. It is based on Avalon, which is COP + SoC + IoC. COP: Component or

Re: strange database problem

2002-06-30 Thread Leszek Gawron
> The esql logicsheet is now using JDBC features that your driver does not > support. the older version that works for me is 1.18 the one that does not: 1.28 -- -- [EMAIL PROTECTED] Leszek GawronICQ#

Re: strange database problem

2002-06-30 Thread Leszek Gawron
> The esql logicsheet is now using JDBC features that your driver does not > support. I do not really think that is a problem. See what gets generated: 220NIWELACJA020Niwelacja ogrodu, przygotowanie do nasadzeńUSŁUGI55Wykonanie ogrodów010DZIEŃ11020701222032000-11

Re: strange database problem

2002-06-30 Thread Leszek Gawron
I forgot to include the query to prove that it's more than simple: http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2";> cdn select * from cdn.towary

Re: strange database problem

2002-06-30 Thread Peter Royal
On Sunday 30 June 2002 01:24 pm, Leszek Gawron wrote: > com.inzoom.adojni.ComException: Current provider does not support returning > multiple recordsets from a single execution. in ADODB.Recordset code=0 > Type=1 > > First I thought that it's something wrong with msde provider or jdbc driver > bu

strange database problem

2002-06-30 Thread Leszek Gawron
Hello, I had to connect cocoon to msde engine (do not ask why .. it will be ms sql server in the final distribution) .. while searching for jdbc driver i have found jadozoom from http://www.infozoom.de/NS/javaado.html I've bin using win32 tomcat 4.0.1 with cocoon 2.1-dev (some weeks old dev snaps