Hello,

I have got an problem with the compile of my sheets which including the SQL 
extension. I get this exception:

     [java]   Fehler beim ?berpr�fen des Typs des Ausdrucks 
'FilterParentPath(funcall(org.apache.xal
an.lib.sql.XConnection:getError, []), step("child", 14))'.

==> Error while check of the statement ......

I tried to cast the type to string and node-set without any effects.

                <xsl:if test="not(boolean(sql:connect($db, $driver, 
$datasource, $username, $passwd)))">
                        <xsl:value-of select="log4j:traceError('Error 
connecting to the database: RASANT')"/>
                        <xsl:variable name="errorMsg">
                                <xsl:value-of 
select="string(sql:getError($db)/ext-error)"/>
                        </xsl:variable>
                        <xsl:value-of select="log4j:traceError($errorMsg)"/>
                </xsl:if>

Does someone see an error. Or does anyone knows how to cast these types?

Thanks
Juraj

Reply via email to