| Summary: | Java Remote Object throws exception if "set" is called twice for same property | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | tbuschto |
| Version: | 2.0 | ||
| Target Milestone: | 2.0 RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
Fixed with commit eded1fe806199f42ded2096a16f308afa606c4d7. It's legal to call set sequentially for the same property on a remote object, e.g. when the same value changes multiple times in a row. When no other operation is rendered meanwhile, the previous value will be overridden, otherwise a new set operation will be created. |