Re: DatabaseReader problem with 2.1.7, help needed (fwd)

2005-07-17 Thread Andrew Franz
tch SQL Server's needs. The upload/download -sample does the same thing, returning 0 bytes. How could I debug this more? -Tuomo On Sun, 17 Jul 2005, Andrew Franz wrote: I haven't used SQL server from C2. All I can suggest is to keep on isolating the problem, e.g try the JDBC driver

Re: DatabaseReader problem with 2.1.7, help needed (fwd)

2005-07-16 Thread Andrew Franz
client reset stream"); this.doCommit = false; } catch (Exception e) { this.doCommit = false; throw new ResourceNotFoundException("DatabaseReader error:", e); } } -Tuomo On Sun, 17 Jul 2005, Andrew Franz wrote: DatabaseReader is use

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Andrew Franz
Unico Hommes wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Wechner wrote: Joerg Heinicke wrote: On 13.07.2005 00:28, Michael Wechner wrote: It seems to me that the directory generator is not really based on the "abstract methods" of an excalibur Source, but ra

Re: Running cocoon as a war archive

2005-07-05 Thread Andrew Franz
Irv Salisbury wrote: I have always run cocoon as an expanded war directory. Our current customer is requesting we run as a war file. Are there any resources or problems people have found with this strategy? Thanks, Irv I had occasion to deal with an individual who insisted on this app

Re: iCal

2005-06-20 Thread Andrew Franz
Andrew Franz wrote: Sylvain Wallez wrote: Tony Collen wrote: Sylvain Wallez wrote: Andrew Franz wrote: Has anyone thought about integrating iCal with Cocoon? It would be great to have an iCal generator / iCal serializer! Want to write it ? http://www.ietf.org/rfc/rfc2445.txt

Re: iCal

2005-06-20 Thread Andrew Franz
Sylvain Wallez wrote: Tony Collen wrote: Sylvain Wallez wrote: Andrew Franz wrote: Has anyone thought about integrating iCal with Cocoon? It would be great to have an iCal generator / iCal serializer! Want to write it ? http://www.ietf.org/rfc/rfc2445.txt Yeah, but that'

Re: Extending DirectoryGenerator

2005-06-17 Thread Andrew Franz
(reposted from the user mailing list) Andrew Franz wrote: I am thinking about a simple CMS (Content Management System) which would have the following features: 1. Ability to list MS-Office files along with their attributes (this would use Jakarta POI), ability to list "image&q

iCal

2005-06-17 Thread Andrew Franz
Has anyone thought about integrating iCal with Cocoon?