The problem is definitely that XWiki can't get at the jdbc connector so I don't think creating the database will help, also XWiki uses a complicated schema so creating the tables manually is not really an option.
I would go into the WEB-INF/lib and find the jdbc connector jar you added, open it with a zip program, (jar is just a special type of zip file) look inside and make sure it has the file oracle/jdbc/driver/OracleDriver.class Maybe you are using the wrong jdbc. Your persistence is admirable! Caleb Oskar Marek Rzepinski wrote: > Hi Alonso. > > Thank you for all the hints. You are writing about creating table. How do I > create the table? I thought, that xwiki is doing this after the right > configuration. Am I right? Or have you a simple how-to for creating the > table? I have on oracle the user xwiki with all privileges. The deployment > with the geronimo consle also worked fine. I am still thinking about the > oracle if I have to do something more than creating only the user with the > right grants as it is said in the installation guide on the xwiki page. > Thanks again > > > regards Oskar > > > 2010/1/20 Alonso Isidoro Roman <[email protected]> > >> Hi Oscar, >> i dont know about to think, only thing that i can imagine is the jar is not >> ok, corrupted or something like that. >> >> pls, try downloading again the jar, put it in /WEB-INF/lib xwiki´s folder, >> create a user xwiki with proper grants (create database, create table, >> etc...), put the war into webapps jboss folder and breathe! >> >> >> http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101040.html >> >> sorry for not be able to help you anymore! >> >> regards >> >> > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
