Hi friends,

please help me, I browse since hours the web and documentation's to find my problem.
I wish to use an ejb.select method since I want to use a "distinct", Bill told me it is implemented in 3.2.x
I use xdoclet for generating my home interfaces and have this code in my Bean implementation.


/**
* @ejb.select query = "SELECT DISTINCT (t.topic.uniqueSequence) FROM Occurrence where t.document.uniqueSequence = ?1"
*/
public abstract Collection ejbSelectTopicsOfDocument(Long documentPK) throws FinderException;


However xdoclet does not generating any method in my local home interface. Have I miss understand the usage of ejbSelect.
Is there a other stupid mistake I do?


Thanks for any hints.
Stefan




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

Reply via email to