At 09:08 13/5/2002 -0500, you wrote:
>Danilo Luiz Rheinheimer wrote:
>
>>I am not able to find nothing wrong with my source file or the xdoclet 
>>created files. Can you see it ?
>>The source for the updated bean is this :
>
>>/**
>>* @ejb:bean
>>*   name="Curso"
>>*   type="BMP"
>>*   view-type="both"
>>*   primekey-field="CodCurso"
>>*/
>
>
>This should be primkey-field.

   Thanks for find this for me.
   But now I have another problem.
   When I deploy the .jar file to JBoss I get the error message 
"primkey-field CodCurso is not a cmp-field".
   Looking on the generated ejb-jar.xml I can see the problem :

          <cmp-version>2.x</cmp-version>
          <abstract-schema-name>Curso</abstract-schema-name>
          <cmp-field>
             <description></description>
             <field-name>codCurso</field-name>
          </cmp-field>
          <cmp-field>
             <description></description>
             <field-name>nomeCurso</field-name>
          </cmp-field>
          <primkey-field>CodCurso</primkey-field>

   Why the fields are being created as with "codCurso","nomeCurso" and not 
"CodCurso","NomeCurso" ?



----
Danilo Luiz Rheinheimer
Florianopolis/SC Brasil
Sony Cli� 615C
mailto:[EMAIL PROTECTED]
----


_______________________________________________________________

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

Reply via email to