as usually the problem is in front of PC :)
The error isn't in JPA but in some works made via reflection.

:)

2010/2/27 Davide Cerbo <davidece...@gmail.com>

> excuse but i'm tired, the correct example is:
>
> t...@example.com -> empty result set
> test @ example.com -> works well
> test.example -> empty result set
> test . exaple -> empty result set
> testexample -> works well
>
> the issue is only with dot char :)
>
>
> 2010/2/27 Davide Cerbo <davidece...@gmail.com>
>
> Hi all,
>> I have a single query executed with JPA:
>>
>> select m from Message m where m.confirmed = true and m.name = ?1
>>
>> The values of name field are sometime string with dot (.) and atpersand
>> (@) char.
>> When I use as param a value that contains  this char the result is always
>> empty.
>> Example:
>>
>> t...@example -> empty result set
>> test @ example -> works well
>> test.example -> empty result set
>> test . exaple -> empty result set
>> testexample -> works well
>>
>> Why? what happens?
>>
>> thanks in advance.
>> Davide
>>
>
>
>
> --
> --
> Davide Cerbo
> -----------
> http://davide.cerbo.born-to-co.de
> http://jesty.it
> -----------
> http://www.exmachina.ch
> + 39 329 70 81 927
> -----------
>



-- 
-- 
Davide Cerbo
-----------
http://davide.cerbo.born-to-co.de
http://jesty.it
-----------
http://www.exmachina.ch
+ 39 329 70 81 927
-----------

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to