Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.3
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Environment:Windows XP
Description
If one SessionState reset() failed, it will throw a RuntimeError and cause all existed session failed. It's unacceptable.
public void reset() {
try {
messageStore.reset();
} catch (IOException e) {
throw new RuntimeError(e);
}
}
public void reset() {
try {
messageStore.reset();
} catch (IOException e) {
throw new RuntimeError(e);
}
}
Activity
- All
- Comments
- History
- Activity
- Subversion Commits
- Builds