I got the same error, and after commenting the <resource-ref> out in the web.xml
file I got another error. I didn't copy the error but it referenced the Log4j.jar
file. I moved the [jboss-server-dir]\xwiki.war\WEB-INF\lib\log4j-1.2.13.jar file into
another directory. There are probably other jar files that can be moved (deleted) so the
jar files that ship with jboss are used.
After I got rid of the Log4j parse error I added in the jboss-web.xml file as PeterJ
suggested with the modification
"<jndi-name>java:/XWikiDS</jndi-name>" -- I removed the
"jndi" after the colon.
After that it ran -- with other errors, but I managed to log in using "admin"
and "admin" then importing the .xar example file. It's running -- for now.
I'll be checking it out more later.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012275#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...