Just try:

  |  <fwk:restrictions>
  |             <value>lower(firstName) like lower( 
concat(#{exampleContact.firstName}, '%' ))</value>
  |             <value>lower(lastName) like lower(concat( 
#{exampleContact.lastName}, '%' ))</value>
  |         </fwk:restrictions>
  | 

That should work in MySQL.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038082#4038082

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038082
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to