During deployment? execution? What error? Does "on a wrong table mapping!!" mean the error was reported for another entity that don't have the finder declared? If so could you, please, post DDs and home interfaces?
alex Friday, October 25, 2002, 11:56:56 AM, you wrote: k> Hello, k> do you remember last post about k> * @ejb.finder k> * signature="java.util.Collection findInPeriod( java.util.Date k> pInDate)" k> * result-type-mapping="Local" k> * query="SELECT OBJECT(cal) FROM WaCalendar cal WHERE k> (cal.validityStart < ?1) AND (cal.validityEnd > ?1)" k> * @jboss.query k> * signature="java.util.Collection findInPeriod( java.util.Date k> pInDate)" k> * result-type-mapping="Local" k> * query="SELECT OBJECT(cal) FROM WaCalendar cal WHERE k> (cal.validityStart < ?1) AND (cal.validityEnd > ?1) ORDER BY k> cal.validityEnd" k> * k> It's all right. k> Jboss reported an error on my finder method, but the (UNREPORTED) error k> was on a wrong table mapping!! k> Is this a bug on logs ? -- Best regards, Alex Loubyansky ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
