@ejb.finder | * description = "Find a PersonBean whose last name starts with the supplied argument" | * query = "SELECT OBJECT(i) FROM Person as i WHERE i.active = 1 AND i.lastName LIKE '?1%'" | * signature = "java.util.Collection findByLastName(java.lang.String lastNameStart)" is exactl what I just built with, and it doesn't find anything. well, it will find people whose last names start with "?1"... what am I missing?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830348#3830348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830348 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
