Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5627/modules/ejb/src/xdoclet/modules/ejb
Modified Files: XDocletModulesEjbMessages.java Log Message: New tag parameter to let user decide the concrete type of collections in Value Objects (XDT-518) Index: XDocletModulesEjbMessages.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/XDocletModulesEjbMessages.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** XDocletModulesEjbMessages.java 21 Aug 2004 10:42:54 -0000 1.17 --- XDocletModulesEjbMessages.java 3 Apr 2005 12:03:22 -0000 1.18 *************** *** 139,142 **** --- 139,162 ---- /** + * @msg.bundle msg="can''t load the class for the concrete type ''{0}''." + */ + public final static String VALUE_OBJECT_CONCRETE_TYPE_NOT_FOUND = "VALUE_OBJECT_CONCRETE_TYPE_NOT_FOUND"; + + /** + * @msg.bundle msg="interfaces are not supported as concrete type. ''{0}'' is a interface." + */ + public final static String VALUE_OBJECT_CONCRETE_TYPE_IS_INTF = "VALUE_OBJECT_CONCRETE_TYPE_IS_INTF"; + + /** + * @msg.bundle msg="abstract classes are not supported as concrete type. ''{0}'' is a abstract class." + */ + public final static String VALUE_OBJECT_CONCRETE_TYPE_IS_ABSTRACT = "VALUE_OBJECT_CONCRETE_TYPE_IS_ABSTRACT"; + + /** + * @msg.bundle msg="invalid concrete type. ''{0}'' does not implement ''{1}''" + */ + public final static String VALUE_OBJECT_CONCRETE_TYPE_INVALID = "VALUE_OBJECT_CONCRETE_TYPE_INVALID"; + + /** * @msg.bundle msg="Generating Util class for ''{0}''." */ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel