There was a change in the Web-Service currently silently published.

Our underlaying framework Axis2 changed the Date-Type from java.util.Date
(xs:Date) to only return the Date part of the Date object in the SOAP/REST
Gateway.
That means that any Object / Return Value that previously returned:
01-01-2011 12:13:48 now return 01-01-2011 instead ...

We will need to rework our application to use java.util.Calendar for all
the Date fields in the Java-Beans. However there are no plans to integrate
those changes to java.util.Calendar in version 1.8.x, it will be in version
1.9.x included.


Sebastian

-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wag...@gmail.com

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

Reply via email to