Francesco, thank you for your answer. This old thread is all I could find about problem with sql transformer. Later I've found another piece of information - now it's clearly about problem with cocoon 2.2 - and from 2009:
http://www.junlu.com/list/59/462718.html I've compared source code for two classes - TextRecorder and SQLTransformer - from cocoon 2.1.11 and 2.2.0. 2.1.11 - There is function getAllText in TextRecorder, and SQLTransformer uses this function. 2.2.0 - there is no such function in TextRecorder. I use maven 2.2.1. Excerpt from my pom.xml: ... <dependency> <groupId>org.apache.cocoon</groupId> <artifactId>cocoon-core</artifactId> <version>2.2.0</version> </dependency> ... -- View this message in context: http://cocoon.10839.n7.nabble.com/BLOCKER-SQLTransformer-bug-1594-cause-found-tp28461p57547.html Sent from the Cocoon - Dev mailing list archive at Nabble.com.