Xdoclet 1.1.2
Jboss 3.0 RC2

Has anyone else run into the problem of xdoclet 1.1.2 not generating the 
query tags for jbosscmp-jdbc.xml.  I am not sure if this known issue or I am 
doing something wrong.  Below is a sample of my javadoc tags I use to 
generate the code inside the deployment descriptors.  Currently I generate 
all descriptors then I go inside jbosscmp-jdbc.xml and build the appropriate 
queries.  I could possibly do a merge.



* @ejb:finder signature="Collection findItemsByType(java.lang.String 
typeID)" unchecked="true" query="SELECT field FROM table WHERE type_id=?1" 
transaction-type="NotSupported"
*
* @ejb:finder signature="Collection findName(java.lang.String name)" 
unchecked="true" query="SELECT field FROM table WHERE name=?1" 
transaction-type="NotSupported"
*
*
* @jboss:finder-query name="findByType" query="style_id = {$1}"
* @jboss:finder-query name="findName" query="id = {$1}"



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


_______________________________________________________________

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