Are there any known issues with generating query tags for 
jbosscmp-jdbc.xml?  I am using XDoclet from CVS on May 29th.

I am using the following in my bean class:
@ejb:finder signature="java.util.Collection findAll()"
            unchecked="true"
            query="SELECT OBJECT(s) FROM Site As s WHERE s.id IS NOT NULL"
            result-type-mapping="Local"
            jboss-signature="java.util.Collection findAll()"

It generates everything in my ejb-jar.xml.  I am using the following for 
JBoss:

@jboss:query signature="java.util.Collection findAll()"
             query="SELECT OBJECT(s) FROM Site As s WHERE s.id IS NOT 
NULL"
             dynamic="true"

@jboss:finder signature="java.util.Collection findAll()"
              query="SELECT OBJECT(s) FROM Site As s WHERE s.id IS NOT
NULL"

@jboss:declared-sql signature="java.util.Collection findAll()"
                    result-type-mapping="Local"


The only one that seems to work is the @jboss:declared-sql tag, but the 
@jboss:query is defined in the jbosscmp-jdbc_xml.xdt.  How do I get it to 
work?  Is anyone else experiencing this??

James


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to