Asiri Rathnayake <asiri.rathnayake@...> writes:
Hi Ivan,
It looks like skin extension plugins are not loaded in your XE. You can try:
{{velocity}} $xwiki.ssx {{/velocity}}
And see if it outputs the plugin API object.
No, it doesn't.
#-# List of active plugins. xwiki.plugins=\ com.xpn.xwiki.monitor.api.MonitorPlugin,\ com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,\ com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin,\ com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,\ com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin,\ .....
There are no skinx entries.
If you are sure that your xwiki.cfg is correct, you should see some exception traces when you start XE. These exceptions will complain that some plugins are missing or was not loaded due to errors.
If you can try the above and post the tomcat logs for missing / errornous plugins, may be we can help.
Thank you very much. My mistake is that I have deployed xwiki-web-2.4-milestone-1\standard\target\ xwiki-web-standard-2.4-milestone-1.war instead of xwiki-enterprise-2.4-milestone-1\web\target\ xwiki-enterprise-web-2.4-milestone-1.war When I was compiling 2.3, there was just 1 .war. -- If you want to get to the top, you have to start at the bottom