Hi,

Any help would be greatly appreciated on this one. I am trying to use JBoss Dynamic QL but the the XML deployment descriptors for jbosscmp-jdbc.xml is not generating the query section in the entity element.

<query>
    <query-method>
    <method-name>ejbSelectGeneric</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.Object[]</method-param>
    </method-params>
    </query-method>
    <dynamic-ql/>
    </query>

/**
*
* @ejb.finder
* signature="java.util.Collection ejbSelectGeneric(java.lang.String jbossql, java.lang.Object[] args)"
* result-type-mapping="Local"
* method-intf="LocalHome"
*
*
* @jboss.query
* signature="java.util.Collection ejbSelectGeneric( java.lang.String sql, java.lang.Object[] args )"
* dynamic="true"
* result-type-mapping="Local"
*
*/
public abstract Collection ejbSelectGeneric ( String jbossQl, Object[] arguments )
throws
FinderException;


_________________________________________________________________
Who’s the hottest Babe? Vote now:  http://ninemsn.com.au/babesearch



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to