You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Sebastien Koechlin I-VISION <sk...@n-soft.com> on 2000/05/16 11:42:19 UTC

Postgresql and sqltaglib

I don't know if this is a JDBC bug or a cocoon sqltaglib one, but
without <sql:doc-element>, I get a:

java.lang.NullPointerException:
	at org.apache.cocoon.processor.xsp.library.sql.
		XSPSQLLibrary.processQuery(XSPSQLLibrary.java:214)
	at _home._web._ivision_html._tst._sql.
		_t4.populateDocument(_t4.java:69)
	at org.apache.cocoon.processor.xsp.
		XSPPage.getDocument(XSPPage.java:96)
	at org.apache.cocoon.processor.xsp.
		XSPProcessor.process(XSPProcessor.java:441)

Cocoon 1.7.3 - Linux - Apache - ApacheJServ 1.1

-- 
Sebastien Koechlin

Re: Postgresql and sqltaglib

Posted by Donald Ball <ba...@webslingerZ.com>.
bona fide bug. i'll have a patch in soon.

On Tue, 16 May 2000, Sebastien Koechlin I-VISION wrote:

> I don't know if this is a JDBC bug or a cocoon sqltaglib one, but
> without <sql:doc-element>, I get a:
> 
> java.lang.NullPointerException:
> 	at org.apache.cocoon.processor.xsp.library.sql.
> 		XSPSQLLibrary.processQuery(XSPSQLLibrary.java:214)
> 	at _home._web._ivision_html._tst._sql.
> 		_t4.populateDocument(_t4.java:69)
> 	at org.apache.cocoon.processor.xsp.
> 		XSPPage.getDocument(XSPPage.java:96)
> 	at org.apache.cocoon.processor.xsp.
> 		XSPProcessor.process(XSPProcessor.java:441)
> 
> Cocoon 1.7.3 - Linux - Apache - ApacheJServ 1.1
> 
> -- 
> Sebastien Koechlin
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
> 
>