History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ENT-343
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Smith
Reporter: Armando Jagucki
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Openfire Enterprise

Adding bookmarks from the Conferences tab throws an error.

Created: 12/21/07 12:27 PM   Updated: 12/21/07 06:44 PM
Component/s: SparkWeb
Affects Version/s: 3.4.2
Fix Version/s: 3.4.3

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 12/21/07 06:44 PM
Acceptance Test - Add?: No


 Description  « Hide
Steps to reproduce:

1. Go to the conferences tab with a list of rooms loaded.
2. Right click on a room and select "Add Bookmark."

Notice an error is thrown and the bookmark is not added.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Armando Jagucki - 12/21/07 03:32 PM
I would start work from 'MUCRoomListItemRenderer.'

David Smith - 12/21/07 05:50 PM
The issue is that this._groupChatNode in GroupChatBookmark.as is null during serialize. Backtrace is

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at org.jivesoftware.xiff.bookmark.packet::GroupChatBookmark/serialize()[GroupChatBookmark.as:65]
at org.jivesoftware.xiff.bookmark.packet::BookmarkPrivatePayload/serialize()[BookmarkPrivatePayload.as:59]
at org.jivesoftware.xiff.privatedata.packet::PrivateDataExtension/_serializePayload()[PrivateDataExtension.as:59]
at org.jivesoftware.xiff.privatedata.packet::PrivateDataExtension/serialize()[PrivateDataExtension.as:51]
at org.jivesoftware.xiff.data::XMPPStanza/serialize()[XMPPStanza.as:116]
at org.jivesoftware.xiff.data::IQ/serialize()[IQ.as:75]
at org.jivesoftware.xiff.core::XMPPConnection/send()[XMPPConnection.as:305]
at org.jivesoftware.xiff.privatedata::PrivateDataManager/setPrivateData()[PrivateDataManager.as:42]
at org.jivesoftware.xiff.bookmark::BookmarkManager/_addBookmark()[BookmarkManager.as:124]
at org.jivesoftware.xiff.bookmark::BookmarkManager/addGroupChatBookmark()[BookmarkManager.as:47]
at com.jivesoftware.spark.renderers::MUCRoomListItemRenderer/addBookmark()[MUCRoomListItemRenderer.mxml:64]