5 Replies Latest reply on Nov 7, 2003 9:23 AM by u268

    Case insensitive finder methods

    finn

      Hi,

      I just ran into a major problem with my EJB application. I have noticed that finders methods are case sensitive. I.e, I look for a bean with a string field "test@abc.se" and I will not find one with field "Test@abc.se". I am more or less stuck now since I need to use fields with both upper and lower case letters. Is there any way around this? I have about ten different types of CMP entity beans and thousands of lines of code so a simple solution would be appreciated. I am using JBoss 3.2.1 and a postgresql database.

      Thanks in advance
      Lars