Re: [Showstopper?] setUrl broken by recent esql changes

2002-12-06 Thread tcurdt
Quoting Timothy Larson <[EMAIL PROTECTED]>: > In Cocoon2.1 (have not checked 2.0.4dev) _esql_connection.setUrl(String) was > broken by > the esql changes that were made in the last day or two. Here is the error > message: Thanks for reporting, Tim! Just fixed it. Was o

[Showstopper?] setUrl broken by recent esql changes

2002-12-05 Thread Timothy Larson
In Cocoon2.1 (have not checked 2.0.4dev) _esql_connection.setUrl(String) was broken by the esql changes that were made in the last day or two. Here is the error message: org.apache.cocoon.components.language.LanguageException: Error compiling ftst_xsp_src: ERROR 1 (C:\jakarta-tomcat-3.3.1\work

esql changes

2002-12-04 Thread tcurdt
Guys, I commited some changes to the esql logicsheet + helper classes in HEAD. Things that were bugging me for a while... The changes are supposed to be internaly only - so please report back if you experience any problems. Chris, could you please take a closer look? I'll add some oracle specific

Re: (PLEASE READ CVS ID "haul") Most recent ESQL changes break groupingsfor at least the POI samples

2002-06-06 Thread Andrew C. Oliver
Thanx. Hummgood point. -Andy Christian Haul wrote: >On 05.Jun.2002 -- 10:45 PM, Andrew C. Oliver wrote: > > >>Perhaps this is a change that requires me to change the samples >>(non-backward compatible) but if so I'm not aware of it. >> >> > >Not at all, t'was my fault. Fix is checke

Re: (PLEASE READ CVS ID "haul") Most recent ESQL changes break groupings for at least the POI samples

2002-06-06 Thread Christian Haul
On 05.Jun.2002 -- 10:45 PM, Andrew C. Oliver wrote: > Perhaps this is a change that requires me to change the samples > (non-backward compatible) but if so I'm not aware of it. Not at all, t'was my fault. Fix is checked in. Please retry. BTW the cvs id is the username at apache.org. So you coul

(PLEASE READ CVS ID "haul") Most recent ESQL changes break groupingsfor at least the POI samples

2002-06-05 Thread Andrew C. Oliver
Perhaps this is a change that requires me to change the samples (non-backward compatible) but if so I'm not aware of it. The most recent changes to ESQL break the POI statetax2.sample (http://localhost:8080/cocoon/samples/poi/statetax2.xls). I reverted the ./org/apache/cocoon/components/langu

Re: ESQL Changes (C2.1 only!)

2001-07-27 Thread Christian Haul
On 27.Jul.2001 -- 05:04 PM, Christian Haul wrote: > * get-columns now tries to print out complex types as well by > looking at jdbc type & if object is instance of List or Set. > Since it is non trivial to retrieve sensible names for parts of > complex types, this introduces

ESQL Changes (C2.1 only!)

2001-07-27 Thread Christian Haul
Team, I have commited to CVS what I have announced a couple of days back. Although no one objected then, this might be controversial so I checked in only to C2.1. Changed API * replaced by generic like all other taglibs do. New tags: (name says it all) * get-object * get-met