Hi,
  I'm working on integrating XDoclets into one of the EJB packages in my
project. I am focusing on automatic descriptor generation (with no source
generation, for now). I managed to re-create ejb-jar, weblogic-ejb-jar and
weblogic-cmp-rdbms.

Following are some questions/problems I have encountered during this
process. I would appreciate any comments/answers you may have regarding
these points. I am using XDoclet 1.2.0 beta 1.

1. I can't seem to find a way to generate the <database-type> entry in
weblogic-cmp-rdbms.xml

2. In the ejb-jar.xml file XDoclet generated this header:
<ejb-jar >
   <description><![CDATA[No Description.]]></description>
   <display-name>Generated by XDoclet</display-name>
...
Is there a way to set/override these values?

3. ejb-jar.xml : In the entity cmp fields XDoclet generated empty
descriptions for the cmp-fields. Example:
<cmp-field >
            <description><![CDATA[]]></description>
            <field-name>userId</field-name>
</cmp-field>
Is there a way to set this?

4. I have defined a find query for my CMP Entity bean using the @ejb.finder
tag. XDoclets has also generated a <weblogic-query> for it in the
weblogic-cmp-rdbms-jar (in addition to the one generated in ejb-jar.xml). Is
this needed? (my previous version worked fine without it).

Thanks in advance,
Ze'ev


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to