Hi Maxim,

your new query parameters in the method: getOmTimeZone(String jname) lead
to a issue:

If you query the database for the string: GMT+1
The result by using the parameters: query.setParameter("jname", "%" + jname
+ "%");

will be that it will return omTimeZoneId = 1 (GMT+12)
I think you should delete the last "%"

Sebastian

-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to