pfumagalli / couldit-autoexport

Automatically exported from code.google.com/p/couldit-autoexport
Other
0 stars 1 forks source link

Confluence 2.9.2 #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm trying to install autoexport-0.15-dev.jar
2. I upload it
3.

What is the expected output? What do you see instead?
I see:

Auto Export Listener
Listens to modifications in Confluence's pages and triggers exports.
Error: There was a problem loading the descriptor for module 'listener' in
plugin 'Auto Export Plugin'. Error retrieving dependency of class:
it.could.confluence.autoexport.engine.ExportListener. Missing class:
bucket/config/ConfigurationException

stackTrace begining:

com.opensymphony.xwork.config.ConfigurationException: There is no Action
mapped for namespace /admin/autoexport and action name configuration

What version of the product are you using? On what operating system?
Confluence 2.9.2, it is a Red Hat

Please provide any additional information below.

Original issue reported on code.google.com by frme...@gmail.com on 18 Nov 2008 at 8:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
hi, the correct error was:

AutoExport Manager
Error: There was a problem loading the module descriptor:
it.could.confluence.autoexport.AutoExportManager.
Can not overwrite an existing bean definition: autoExportManager

stackTrace begining:

com.opensymphony.xwork.config.ConfigurationException: There is no Action
mapped for namespace /admin/autoexport and action name configuration

Original comment by frme...@gmail.com on 18 Nov 2008 at 9:53

GoogleCodeExporter commented 9 years ago
Hi, i found a bug
if you are using confluence 2.9.2 
com/atlassian/confluence/renderer/WikiStyleRenderer
don't exist
you must use com/atlassian/renderer/WikiStyleRenderer instead

Original comment by sank...@gmail.com on 20 Nov 2008 at 4:23

GoogleCodeExporter commented 9 years ago
Thanks, james put this change into trunk - see r20

Original comment by ipv6g...@gmail.com on 8 May 2009 at 10:29