Morning!

rssh wrote:
> Something really change.
>
> let's test all steps.
>
>  1. plugin is installed.
> test page:
>  $plugin = $xwiki.sql
>  plugin is $plugin
> (page must print something like 
>   'plugin is ua.gradsoft.xwikisql.SqlPluginApi$3333'
>  )
>
> 2. database is retrieved
> test page:
>  $plugin = $xwiki.sql
>  plugin is $plugin
>  <br>
>  $db = $plugin.getDatabase('myDs');
>  db is $db
>  
> (page must print something like 
>   'plugin is ua.gradsoft.xwikisql.SqlPluginApi$3333'
>   db is '$db' 
>    (if it was not found)
>  )
>   
Here the results...

http://mire.environmentalchange.net/~webmaster/images/XwikiSqlTest.png
>  and in xwiki.log we will see error message.
>
> (also, check, that you have no entry
>  xwikisql.logEnabled=false
> in you xwiki.cfg
> )
>   

No error was logged in xwiki.log. There is no such an entry in 
xwiki.cfg. Here the logj.properties in /classes...

http://mire.environmentalchange.net/~webmaster/txt/log4j.properties.txt


> If not - something very strange, will think about new experiments.
>
>   

Sorry for not being of much help!!! Please, let me know what else 
must/could I try here. Thanks!

Cheers,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to