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

2005-07-17 Thread Andrew Franz
Try Joerg's suggestion: i.e. Look at the actual exception You can do this quickly & easily, outside Cocoon with JSTL/JSP as follows: startRow="0">SELECT * FROM mytable *(dump exception here)* The rest is as below. After that, I'm out of suggestions Tuomo L wrote: SQL Transformer

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

2005-07-16 Thread Tuomo L
SQL Transformer works fine, so does ESQL and other stuff, only the DatabaseReader fails when reading and serializing a binary column. This is very bizarre. I've also tried putting the mime-type setting in the component configuration, sitemap-invocation, the "content-type" -parameter, "type-colu

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

2005-07-16 Thread Andrew Franz
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 directly under Tomcat using JSP e.g. try the following - put it under webapps/jsp-examples (substitute driver & url accordingly, the following is for Oracle) If it works, the proble

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

2005-07-16 Thread Tuomo L
Thanks, I tested the sample, and it does work with HSQLDB. But when I tested it against SQL Server with similar results I got before: Upload works but reading the file with DatabaseReader returns 0 bytes. :( So, my guess is, something has changed between 2.1.5 and 2.1.7 that makes the JDBC driv