Hello,
do you remember last post about
* @ejb.finder
* signature="java.util.Collection findInPeriod( java.util.Date
pInDate)"
* result-type-mapping="Local"
* query="SELECT OBJECT(cal) FROM WaCalendar cal WHERE
(cal.validityStart < ?1) AND (cal.validityEnd > ?1)"
* @jboss.query
* signature="java.util.Collection findInPeriod( java.util.Date
pInDate)"
* result-type-mapping="Local"
* query="SELECT OBJECT(cal) FROM WaCalendar cal WHERE
(cal.validityStart < ?1) AND (cal.validityEnd > ?1) ORDER BY
cal.validityEnd"
*
It's all right.
Jboss reported an error on my finder method, but the (UNREPORTED) error
was on a wrong table mapping!!
Is this a bug on logs ?
-------------------------------------------------------
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
- Re: [JBoss-user] Crazy jboss 3.2b kiuma
- Re: [JBoss-user] Crazy jboss 3.2b Alex Loubyansky
