If you don't use a name on the mapping for the Task class you should get
what you want. Not sure if that works properly in the beta 3c code,
though - you might want to try the current 1.0 RC0 test build (available
from CVS build, or via a download link you can get by request direct to me).
- D
Hi all,
When I map
public abstract class Task {
private String name;
private Sring description;
}
public class EchoTask extends Task {
private String text;
private boolean newLine;
}
as
I expect a xml result as:
however I have: