getBlogEntires marshalling bug

XMLWordPrintable

      tries incorrectly to return an SQL date.

      bug is in RemoteBlogEntrySummary.java line 20
      publishDate = page.getCreationDate();

      should be ( see RemotePage line 32 )

      publishDate = new Date(page.getCreationDate().getTime());

      appreciate a quick fix as the blog api can not be used at the moment..

              Assignee:
              Charles Miller (Inactive)
              Reporter:
              Zohar Melamed
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: