Hi guys,
we found a nasty little bug in the setData method of entitycmp.j setting dataholder to null after setting the new values should be setting the member variable to null but the parameter to setData is also called dataholder so it is just nulling the the parameter and not the member variable. a diff after the fix follows: Colin Daly & Craig O'Shannessy Index: core/resources/xdoclet/ejb/entitycmp.j =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/entitycmp.j,v retrieving revision 1.25 diff -r1.25 entitycmp.j 125c125 < dataHolder = null; --- > this.dataHolder = null; _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
