<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - HSQLDB driver not loading causes BASE error in embedded hsqldb database"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119694#c23">Comment # 23</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - HSQLDB driver not loading causes BASE error in embedded hsqldb database"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119694">bug 119694</a>
from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
<pre>I'm not sure since I'm not at home with my laptop but it seems the line is
generated here:
<a href="https://opengrok.libreoffice.org/xref/core/dbaccess/source/filter/xml/xmlExport.cxx#636">https://opengrok.libreoffice.org/xref/core/dbaccess/source/filter/xml/xmlExport.cxx#636</a>
632 else
633 {
634 AddAttribute(XML_NAMESPACE_XLINK, XML_HREF,sValue);
635 AddAttribute(XML_NAMESPACE_XLINK, XML_TYPE, XML_SIMPLE);
636 SvXMLElementExport aElem(*this,XML_NAMESPACE_DB,
XML_CONNECTION_RESOURCE, true, true);
637 }
Looking at the if:
597
m_aTypeCollection.extractHostNamePort(sValue,sDatabaseName,sHostName,nPort);
598 if ( sHostName.getLength() )
which leads there
<a href="https://opengrok.libreoffice.org/xref/core/dbaccess/source/core/misc/dsntypes.cxx#198">https://opengrok.libreoffice.org/xref/core/dbaccess/source/core/misc/dsntypes.cxx#198</a>
and seeing history of this file, we may find something interesting.
Of course, the best would be to add some traces on sValue and other vars like
sDatabaseName and above all sHostname.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>