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

Key: COR-661
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Andrew Zhang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
db4o Core

ActivationExceptionBubblesUpTestCase failed in c/s mode.

Created: 29/May/07 12:43 PM   Updated: 29/May/07 07:42 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Original Estimate: Not Specified
Remaining Estimate: 0h
Time Spent - 5h
Time Spent: 5h
Time Spent - 5h

Resolution Date: 29/May/07 07:41 PM
Labels:
Participants: Andrew Zhang
Number of Attachments: 0
Number of Comments: 1


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Andrew Zhang - 29/May/07 01:16 PM
If adding following constructor in ReflectException, it works:
public ReflectException(String msg, Throwable cause) {
super(msg, cause);
}

It looks like a marshaller bug.