Hi, You have:
* @ejb:finder * signature="java.util.Collection findAll()" * unchecked=true * query="select distinct object(t) from TacheBean t" * result-type-mapping="local" The value of the 'unchecked' attribute needs some quotes around unchecked="true" And 'local' is not valid for 'result-type-mapping'. Use 'Local' instead. Heiko P.S.: The parser of xdoclet should print more warnings for things like the missing quotes and shorter stack traces for errors like the 'local' vs. 'Local' thingy. -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992 900 D-70173 Stuttgart Telefax: +49 711 222 992 999 Ein Unternehmen der Cellent AG http://www.cellent.de/ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
