I was told this was a duplicate of
XFIRE-35 but I have confirmed it's still not working.
public class GenericServiceDAOException extends RuntimeException implements ObjectContaining {
private Object containedObject;
private String containedObjectString;
//TODO: XFIRE-35: We need to make the getters and setters be Strongly typed until
// Jira is completed
public Object getContainedObject() {
return containedObject;
}
http://svn.xfire.codehaus.org/browse/xfire/trunk/xfire/xfire-aegis/src/test/org/codehaus/xfire/aegis/inheritance/ExceptionInheritanceTest.java?r=1824
Let me know if you see any issues.