Hint 1:
java.lang.ClassNotFoundException: org.dbxml.client.xmldb.DatabaseImpl

Do you have org.dbxml.client.xmldb.DatabaseImpl in WEB-INF/lib/*.jar?


Hint 2:
To work with dbXML 1.0b4 you need dbXML.jar and juggernaut-1.0.jar in
WEB-INF/lib/.

Vadim

-----Original Message-----
From: Thomas Sempf [mailto:[EMAIL PROTECTED]] 

Hi,

i try to access dbxml over cocoon2, but all i get is an error message.
I wirte some map match in the sitemap:

<map:match pattern="dbxml-test">
<map:generate
src="xmldb:dbxml:///bible/#/fl[contains(text(),'maria')]"/>
<map:transform src="stylesheets/page.xsl"/>
<map:serialize/>
</map:match>

But all i get is this error message:

The org.apache.cocoon.www.sitemap_xmap notifies that
org.apache.cocoon.ProcessingException says:

Problem setting up the connection to XML:DB:
org.dbxml.client.xmldb.DatabaseImpl

More precisly:

org.apache.cocoon.ProcessingException: Problem setting up the connection
to XML:DB: org.dbxml.client.xmldb.DatabaseImpl:
java.lang.ClassNotFoundException: org.dbxml.client.xmldb.DatabaseImpl

Original exception : java.lang.ClassNotFoundException:
org.dbxml.client.xmldb.DatabaseImpl



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to