Hi,
On 2 Mar 2016 at 18:22:17, Anton Hughes (ah@tradeworks.io(mailto:ah@tradeworks.io))
wrote:
Hi
Which versions of Wildfly has Xwiki been tested on, if any?
No idea but your error is not related to wildfly, see below :)
I'm trying to deploy on 9.0.2 and am getting the
following error - and it
fails to deploy:
17:19:23,505 ERROR [io.undertow.request] (
http://localhost:8080/xwiki/bin/view/Main/) UT005023: Exception handling
request to /xwiki/bin/view/Main/: javax.servlet.ServletException:
com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to extract
Entity Resource Reference from URL [
http://localhost:8080/xwiki/bin/view/Main/]
[snip]
Caused by: java.lang.ClassNotFoundException:
org.hsqldb.jdbcDriver
[snip]
So you’re trying to use hsqldb (declared in your hibernate.cfg.xml) but you’re not
providing the JDBC driver for it!
Thanks
-Vincent
Thanks
--
Anton Hughes