Have anyone used EJB tasks from ant??? is this an overlapping work compared to xdoclet (EJBDoclet)?
http://jakarta.apache.org/ant/manual/OptionalTasks/ejb.html ----- Original Message ----- From: "Marcus Brito" <[EMAIL PROTECTED]> To: "Lista XDoclet-User" <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 3:33 PM Subject: Re: [Xdoclet-user] BMP Entity bean > Em Ter, 2002-05-14 �s 14:40, Danilo Luiz Rheinheimer escreveu: > > > Why the fields are being created as with "codCurso","nomeCurso" and > not > > "CodCurso","NomeCurso" ? > > Make sure you understand EJB before you tackle with xdoclet! No field > name can start with a capital letter. From the EJB spec: > > 10.3.1 > The container-managed persistent fields and container-managed > relationship fields must be specified in the deployment descriptor > using the cmp-field and cmr-field elements respectively. The names > of these fields must be valid Java identifiers and must begin with a > lowercase letter, as determined by java.lang.Character.isLowerCase. > > Got it? Now go read the EJB spec and/or find a good EJB book. The very > best one, Mastering EJB 2nd Edition is free at www.theserverside.com > > -- > Pazu <[EMAIL PROTECTED]> > > Anime Gaiden - De f�s para f�s, sempre. > http://www.animegaiden.com.br _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
