Bug #1201 (closed)
Opened 16 years ago
Closed 16 years ago
IShare cannot update share
Reported by: | atarkowska | Owned by: | jamoore |
---|---|---|---|
Priority: | blocker | Cc: | |
Sprint: | n.a. | ||
Total Remaining Time: | n.a. |
Description
There is a couple of things that not work:
- setDescription
- setExpiration
- setActive
Change History (9)
comment:1 Changed 16 years ago by atarkowska
comment:2 Changed 16 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 16 years ago by atarkowska
- Resolution fixed deleted
- Status changed from closed to reopened
getOwnShares cannot return updated share because
2009-02-26 12:39:00,784 ERROR [ ome.services.sharing.BlobShareStore] (l.Server-3) Share 254 is malformed. Creating empty share.
test on r3839
comment:4 Changed 16 years ago by jmoore
- Resolution set to fixed
- Status changed from reopened to closed
r3854 should have this corrected.
comment:5 Changed 16 years ago by atarkowska
getMostRecentShareComments cannot return updated share because
2009-02-27 09:13:15,347 ERROR [ ome.services.sharing.BlobShareStore] (l.Server-6) Share 254 is malformed. Creating empty share.
comment:6 Changed 16 years ago by atarkowska
- Resolution fixed deleted
- Status changed from closed to reopened
comment:7 Changed 16 years ago by atarkowska
- Resolution set to fixed
- Status changed from reopened to closed
Problem was fixed. Does not appear after cleaning db.
comment:8 Changed 16 years ago by atarkowska
- Resolution fixed deleted
- Status changed from closed to reopened
ome.conditions.ApiUsageException: Argument 1 to public abstract void ome.api.IShare.setExpiration(long,java.sql.Timestamp) may not be null.
comment:9 Changed 16 years ago by jmoore
- Resolution set to fixed
- Status changed from reopened to closed
r3972. Sorry, only removed the @NotNull from the implementation and not the interface.
r3678 - test