Tnx for the tip (i did it e few minutes before your post). The log said that the class loader wasnt loaded. i took a look at the tags in my cocoon-proporties and saw that i had two tags for loading class-loader.

regards

c-o

On Tue, 06 Jul 2004 13:35:43 +0200, Leszek Gawron <[EMAIL PROTECTED]> wrote:

Carl-Otto Kjellkvist wrote:

i have this code in my xsp:
<content>
<title>Search results</title>
<esql:connection>
<esql:pool>swingconnection</esql:pool>
<esql:execute-query>
<esql:query>select * from doneschedule
</esql:query>
<esql:results>
<resources>
<esql:row-results>
<resource>
<esql:get-columns/>
</resource>
</esql:row-results>
</resources >
</esql:results>
</esql:execute-query>
</esql:connection>
</content>
and my pipeline is:
<map:pipeline match="*.xsp">
<map:generate type="serverpages" src="xsp/WSBinder.xsp" />
<map:serialize type="xml"/>
</map:pipeline>
i have set the swingconnection in cocoon.xconf and web.xml has gotten the driver for jdbc.
Also my db has content but when i execute the file through a browser i only get the title.
Can i somehow set som error handling so i can look up the fault?
regards
c-o


have you declared esql namespace in your xsp?
check web-inf/logs/ for errors.




-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to