Assignment
Priority:
Assigned To:
unassigned
Ticket # 36
This ticket is open
Severity:
Normal
Category:
Blocker (prevents feature)
Entered by:
Jol Blazey
2/7/2008, 5:14 PM
Last modified:
Jol Blazey
2/7/2008, 5:14 PM
Description
xml api - cannot call select on FileFolderList.
Solution: select() method missing from /com/zeroio/iteam/base/FileFolderList.java
When calling the xml api we cannot retrieve a folder list to determine if a (Ticket) folder exists. We need this so we don't create a duplicate folder.
Joshua identified the fix for us and we added the code for one of our releases. But it does not seem to be in the svn Head revision. (However I think it IS in the 50 EE edition)
The fix is to add this wrapper method.
public void select(Connection db) throws SQLException {
buildList(db);
}
Could someone add this into svn please.
Solution
A solution hasn't been entered
File Attachments
There are no file attachments
Ticket Activity
Date | Event |
---|---|
Jol Blazey 2/7/2008, 5:14 PM | [ Ticket Opened ] |
Jol Blazey 2/7/2008, 5:14 PM | [ Ticket is unassigned ] |
Jol Blazey 2/7/2008, 5:14 PM | [ Severity set to Normal ] |
Distribution List |
---|
There are no recipients |