Issue Details (XML | Word | Printable)

Key: TRACK-26
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: David Peterson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Tracking Plugin

Tracking fails on Confluence 2.2.1a

Created: 21/Dec/06 10:47 AM   Updated: 22/Dec/06 03:59 AM
Component/s: None
Affects Version/s: 2.2.1
Fix Version/s: 2.2.2a

Time Tracking:
Not Specified

Environment: tracking-plugin-2.2.1.jar running on Conf 2.2.1a


 Description  « Hide
Caused by: java.lang.NoSuchMethodError: com.atlassian.confluence.spaces.SpaceManager.getAllSpaces()Ljava/util/List;
at org.randombits.confluence.tracking.TrackingAssistant.recountSpaces(TrackingAssistant.java:346)
at org.randombits.confluence.tracking.TrackingAssistant.(TrackingAssistant.java:81)

It seems the 'getAllSpaces' method was added at some point after Confluence 2.2.1a. Either find a backwards-compatible substitute, or mark 2.2.1a as incompatible.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Peterson added a comment - 22/Dec/06 03:59 AM
Switched to using getSpacesByType instead of getAllSpaces.