afra wrote: > > Hi @all, > > did one of you guys get the SQL-Plugin to work with 2.4? > ... >
Yes! I already tested XWiki SQL plugin with XWiki 2.4. It's working normal. My config - Glassfish v.3, Oracle 10. I use XWiki 2.4 and 2.3.2. 1) First, I made setup for GlassFish as described here - http://technology.amis.nl/blog/1276/configuring-a-oracle-datasource-on-glassfish. Oracle jdbc driver I placed in a folder \glassfishv3\glassfish\domains\domain1\lib\ext 2) Second, I made setup for SQL plugin as described in a home page of SQL plugin - http://xwikisql.gradsoft.ua/docs/XWikiSqlPluginGuide.html 3) Third, I made changes in a web.xml. In the end of this file exists some rows with <resource-ref> and comments - "<!-- Uncomment if you wish to use a DataSource to define the Database connection". I uncomented this block and wrote here name of my defined Glassfish JDBC resource. After this setup, I can use examples from SQL plugin home page - all is working great! Only small thing - in a first example used "getDabase" - but need "getDatabase". In a full API all is correct, but at this example - not correct. -- View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-SQL-Plugin-tp5530893p5531725.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
