Hi all,

In a J2EE app I generate the interfaces using xdoclet/ejbdoclet as well
as the ejb-jar.xml. I've extended this to add JBoss tags to files.

I want to get a jbosscmp-jdbc.xml file with entries for DB fields like

<cmp-field>
  <field-name>id</field-name>
  <column-name>Id</column-name>
  <jdbc-type>INTEGER</jdbc-type>
  <sql-type>INTEGER(8)</sql-type>
</cmp-field>

The tags I've added to the source methods are the following type

@jboss.sql-type type="INTEGER(8)"
@jboss.cmp-field field-name="id" column-name="Id"


Yet when I generate, and look at the generated jbosscmp-jdbc.xml all I
get are entries like 
<cmp-field>
  <field-name>id</field-name>
</cmp-field>

Any clues as to why I'm not getting what I want ? Is there a flag to
turn on to get it to take notice of these tags ?



PS. I'm using xdoclet 1.2b4 through Maven.

TIA
-- 
Andy


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to