<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Plugin Downloads : Google Maps plugin : Comments</title>
    <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments</link>
    <description>Comments on : Google Maps plugin</description>
    <language>en</language>
    <pubDate>Fri, 26 Oct 2007 07:05:43 GMT</pubDate>
    <generator>Jive SBS 3.0.8 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2007-10-26T07:05:43Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1749</link>
      <description>&lt;!-- [DocumentBodyStart:a0803271-1b48-4e78-8311-29e3f3b6edfd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey Jay -- cool stuff! &lt;img height="16px" src="http://www.jivesoftware.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you say, "geo information is gathered and saved automatically"... are you grabbing that info based on the users incoming IP, or some other means of tracking? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know, I know... I could download the src...but right now, brain is completely fried after submitting my plugin for JiraIssues with Flex. &amp;lt;grin&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good luck, mate!&lt;/p&gt;&lt;p&gt;-T&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a0803271-1b48-4e78-8311-29e3f3b6edfd] --&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:05:43 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1749</guid>
      <dc:date>2007-10-26T07:05:43Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1750</link>
      <description>&lt;!-- [DocumentBodyStart:76bb9847-7654-49b8-82aa-366932f7e394] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey Tim,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Geez, you were up late, I gave out.&amp;nbsp; If you're like me it was a lot of late nights this week...&amp;nbsp; I'd like to try your plugin but I don't have a local JIRA instance, can I point it to one?&amp;nbsp; I don't know much about Flex, how is it?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yep, the geo information is all based off of the user's IP.&amp;nbsp; Jive bundles the Maxmind Java API (they use it to look up the country you're from) so you can just import and go.&amp;nbsp; Look in GmapPlugin.java in the plugin source.&amp;nbsp; Here's the code:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;String fileName = JiveGlobals.getJiveHome() + File.separator + "plugins" + File.separator + "gmap" + File.separator + "resources" +&amp;nbsp; File.separator + "GeoLiteCity.dat";&lt;/p&gt;&lt;p&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lookupService = new LookupService(fileName);&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// Assume we have a String IP Address (in dot-decimal form)&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;location = lookupService.getLocation(presence.getIPAddress().trim());&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// store the geo information as user properties&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;userProperties.put("plugin.gmap.IP", presence.getIPAddress());&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (location != null)&lt;/p&gt;&lt;p&gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; userProperties.put("plugin.gmap.latitude", String.valueOf(location.getLatitude()));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;userProperties.put("plugin.gmap.longitude", String.valueOf(location.getLongitude()));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76bb9847-7654-49b8-82aa-366932f7e394] --&gt;</description>
      <pubDate>Fri, 26 Oct 2007 14:44:28 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1750</guid>
      <dc:date>2007-10-26T14:44:28Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1751</link>
      <description>&lt;!-- [DocumentBodyStart:8c74a056-136d-4040-b5ee-033ecf6d381d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;RE: late nights -- yep, I have an 11 month old little girl, so it's been tough to find time. Mostly consisted of really late nights, especially this past week, into the early morning. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;You don't need a local Jira instance to use the plugin. Notice the screenshot is connected to Jivesoftware's Jira server: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/issues" target="_blank"&gt;http://www.jivesoftware.com/issues&lt;/a&gt;&lt;span&gt;. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunately that connection took a lot of time, I had to figure out the XWork Actions with respect to Clearspace to write a proxy to retrieve the data from the external server. Looking at the solution, it seems like a simple thing, but there were a lot of bumps along the way. A lot. &lt;img height="16px" src="http://www.jivesoftware.com/community/images/emoticons/wink.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One big problem that nags me is that I really wanted to cache the resulting XML Feeds. I wrote code to do it via jive properties, but ran into some issues there with the large values (the feeds can get big, over 200Kb easily) persisting into the DB. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RE: Flex -- man, &lt;strong&gt;I dig Flex&lt;/strong&gt;. It has its own hurdles and bumps, but it really is amazing what can be done. And I'm no wiz at the layout, nor ActionScript, nor the components library! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, the datagrid (i.e. table) has a filter on it...start typing in the box and only rows with the filtertext are displayed in the grid. Could you do that in DHTML - most likely, but I bet it would take a whole lot more than a half dozen lines of code, and you'd have to test it in 5 browsers on 3 platforms.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RE: IP based lookups - it would be interesting to see how accurate they are these days. I remember in the "olden days" the weblog stats showing "geographic location", but since AOL was 60% of the traffic, everyone appeared to be from Virgina, USA. lol! &lt;img height="16px" src="http://www.jivesoftware.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers!&lt;/p&gt;&lt;p&gt;Timo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c74a056-136d-4040-b5ee-033ecf6d381d] --&gt;</description>
      <pubDate>Fri, 26 Oct 2007 19:04:06 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1751</guid>
      <dc:date>2007-10-26T19:04:06Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1752</link>
      <description>&lt;!-- [DocumentBodyStart:b18e39e1-88dd-460b-8b07-17cef31888c9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Jay, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Great tool!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;These are my comments - (Interest level key - 5: highest, 1:lowest )&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Option for each user not to appear on the map. Should it be off by default?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Interest level &amp;#150; 5 &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. Option for each user to override the latitude/longitude set automatically when they login. This would be useful for authors that want to be appear in just one location regardless of where they're really located and for use in a company intranet when everyone has one of a few IPs. Should this be configurable from the admin (Personally I wouldn't want people faking out their location in an external community)?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Interest Level - 4&lt;/p&gt;&lt;p&gt;Comment: Shoud be configurable by admin to prevent some users from users &amp;#145;faking&amp;#146; their location&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. Admin option to set the default latitude/longitude of the map center and the default zoom level. That would be useful when you know your communities are located in a small geographical area. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Interest Level - 4&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4. Show more information in the map popup for each author. Possibly make this configurable from the admin. &lt;/p&gt;&lt;p&gt;I decided to go with minimal information to start with and get feedback on what users want.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Interest Level - 5&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Code improvements&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Come up with a different way to get the authors in a community. Currently the plugin is using the Community getXXX methods with a filter but I don't know if this will work well in a community with 100K discussion threads. I've looked at using the search instead and also have considered starting a task on plugin init that builds up a singleton list of authors for each community and then just incrementally updates it much like how search works. I'm not sure how to do this in a cluster-aware fashion though, I think Jive forums has cluster-aware tasks and would want to use that in CS. Is this too much overhead for a map plugin and/or is it over-engineering the problem?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Comment: This would come in very handy given the rate at which a well-designed external facing community grows these days.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b18e39e1-88dd-460b-8b07-17cef31888c9] --&gt;</description>
      <pubDate>Sun, 28 Oct 2007 11:53:55 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1752</guid>
      <dc:date>2007-10-28T11:53:55Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1802</link>
      <description>&lt;!-- [DocumentBodyStart:3b23efc2-f1e5-46c5-a2b0-16279c60db67] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey abakwaboy,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks, I intend to get started soon on improving the plugin, stay tuned.&amp;nbsp; Did you try it?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3b23efc2-f1e5-46c5-a2b0-16279c60db67] --&gt;</description>
      <pubDate>Sat, 03 Nov 2007 04:17:38 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1802</guid>
      <dc:date>2007-11-03T04:17:38Z</dc:date>
      <clearspace:dateToText>2 years, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1827</link>
      <description>&lt;!-- [DocumentBodyStart:81acc35d-bd4d-44a1-bb79-7fc9911b3cde] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey Jay,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are moving to CSX 1.7. I look forward to deploying the changes.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Abakwa.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81acc35d-bd4d-44a1-bb79-7fc9911b3cde] --&gt;</description>
      <pubDate>Mon, 05 Nov 2007 16:57:35 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-1827</guid>
      <dc:date>2007-11-05T16:57:35Z</dc:date>
      <clearspace:dateToText>2 years, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2136</link>
      <description>&lt;!-- [DocumentBodyStart:165c7651-0cac-4364-972a-7b9f05826593] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello Jay,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried to use the goggle map plugin on CSX 1.10. Got the following system error message:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"The specified community does not exist"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All communities l used for testing do indeed exist. Is it possible l might have missed a step during set up?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thx,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Abakwa&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:165c7651-0cac-4364-972a-7b9f05826593] --&gt;</description>
      <pubDate>Sun, 20 Jan 2008 06:03:18 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2136</guid>
      <dc:date>2008-01-20T06:03:18Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2147</link>
      <description>&lt;!-- [DocumentBodyStart:489be635-9faa-4043-9a9a-7829e97b3662] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Jay,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for this plug-in.&amp;nbsp; I am getting the same error that abakwaboy is:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"The specified community does not exist"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using ClearspaceX 1.9.0.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, and I'm not yet sure this was the result of installing the plug-in, the resolution of ClearspaceX suddenly increased dramatically.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Joe&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:489be635-9faa-4043-9a9a-7829e97b3662] --&gt;</description>
      <pubDate>Thu, 24 Jan 2008 03:27:13 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2147</guid>
      <dc:date>2008-01-24T03:27:13Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2148</link>
      <description>&lt;!-- [DocumentBodyStart:0709b92c-eafc-4b19-985d-033e633be8f7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey guys,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Sorry for the troubles you're having.&amp;nbsp; It's a known problem and we have yet to figure it out.&amp;nbsp; It appears to be a change to how plugins were rendered in 1.8 or 1.9.&amp;nbsp; You can follow the thread on the problem at &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/community/thread/15257" target="_blank"&gt;http://www.jivesoftware.com/community/thread/15257&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0709b92c-eafc-4b19-985d-033e633be8f7] --&gt;</description>
      <pubDate>Thu, 24 Jan 2008 03:38:33 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2148</guid>
      <dc:date>2008-01-24T03:38:33Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2308</link>
      <description>&lt;!-- [DocumentBodyStart:e2cd7454-6f03-4d32-bb74-61916e7a9971] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey guys,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I got the plugin working on CS 1.8&lt;em&gt;&lt;span&gt;, see &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/community/thread/15257?tstart=0" target="_blank"&gt;http://www.jivesoftware.com/community/thread/15257?tstart=0&lt;/a&gt;&lt;span&gt; for the details.&amp;nbsp; I'm going to concentrate my time on making it work on CS 2;&amp;nbsp; if you would still like a build for CS 1.8&lt;/span&gt;&lt;/em&gt; though let me know and I'd be happy to create one.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2cd7454-6f03-4d32-bb74-61916e7a9971] --&gt;</description>
      <pubDate>Sat, 23 Feb 2008 06:12:08 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-2308</guid>
      <dc:date>2008-02-23T06:12:08Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3090</link>
      <description>&lt;!-- [DocumentBodyStart:e4dc7d10-bb76-458d-9a11-ddebfe3e089e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am getting the same "...community does not exist" in v 2.0.3.&amp;nbsp; Any thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e4dc7d10-bb76-458d-9a11-ddebfe3e089e] --&gt;</description>
      <pubDate>Sat, 19 Jul 2008 00:52:52 GMT</pubDate>
      <author>jason.corsello@knowledgeinfusion.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3090</guid>
      <dc:date>2008-07-19T00:52:52Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3341</link>
      <description>&lt;!-- [DocumentBodyStart:12c81c84-5888-4ad8-82e7-853bb1b521f0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is the source code for the 2.0 version als available?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:12c81c84-5888-4ad8-82e7-853bb1b521f0] --&gt;</description>
      <pubDate>Mon, 18 Aug 2008 13:29:48 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3341</guid>
      <dc:date>2008-08-18T13:29:48Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3342</link>
      <description>&lt;!-- [DocumentBodyStart:b57321a0-78ed-4e20-a81a-61263e06cdd1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Doh, sorry for the delay, I missed this comment!&amp;nbsp; First things first, are you sure you downloaded the CS 2 version of the plugin?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b57321a0-78ed-4e20-a81a-61263e06cdd1] --&gt;</description>
      <pubDate>Mon, 18 Aug 2008 14:44:33 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3342</guid>
      <dc:date>2008-08-18T14:44:33Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3343</link>
      <description>&lt;!-- [DocumentBodyStart:1c4169b5-221f-40fb-a70b-21a4e1f9add5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey Peter,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sure, let me add it to the JAR and upload again.&amp;nbsp; I'll do that shortly.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c4169b5-221f-40fb-a70b-21a4e1f9add5] --&gt;</description>
      <pubDate>Mon, 18 Aug 2008 22:18:17 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3343</guid>
      <dc:date>2008-08-18T22:18:17Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3642</link>
      <description>&lt;!-- [DocumentBodyStart:95cca64f-3541-4592-9ee9-d9eba082f709] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;In the source code for version 1 you have the following lines (class&amp;#160;GmapUtils):&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&amp;#160;&amp;#160;Iterable&amp;lt;JiveContentObject&amp;gt; contentObjects = community.getCombinedContent(resultFilter, ContentRetrieval.ALL_TYPES);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rootCommunity.getCombinedContent(resultFilter, ContentRetrieval.ContentType.THREAD);&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Eclipse does not like the "getCombinedContent" part any more - is it possible that the command changed and if yes can you tell me how you did the "receive all content" part in the new version?&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;that would be great!&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:95cca64f-3541-4592-9ee9-d9eba082f709] --&gt;</description>
      <pubDate>Sun, 31 Aug 2008 16:34:35 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3642</guid>
      <dc:date>2008-08-31T16:34:35Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3747</link>
      <description>&lt;!-- [DocumentBodyStart:7ff54e9f-f53c-4259-a316-97381988fc66] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Sorry for the delay guys, the latest source is up and in the jar.&amp;nbsp; petschni, check out getAllAuthors in GmapJsonAction.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ff54e9f-f53c-4259-a316-97381988fc66] --&gt;</description>
      <pubDate>Fri, 05 Sep 2008 22:15:35 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-3747</guid>
      <dc:date>2008-09-05T22:15:35Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-4854</link>
      <description>&lt;!-- [DocumentBodyStart:be83c4c8-70bc-4558-8207-eca7204f2069] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Does this work with clearspace 2.5?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:be83c4c8-70bc-4558-8207-eca7204f2069] --&gt;</description>
      <pubDate>Tue, 10 Feb 2009 22:19:26 GMT</pubDate>
      <author>ashishl@juniper.net</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-4854</guid>
      <dc:date>2009-02-10T22:19:26Z</dc:date>
      <clearspace:dateToText>9 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-4891</link>
      <description>&lt;!-- [DocumentBodyStart:c24c6c45-cf3f-4ccb-8614-62c51e4fd4e6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey there,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I haven't tried it on 2.5, just 2.1 or so.&amp;#160; Give it a shot and let me know.&amp;#160; I'll try and test it out on 2.5 too.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c24c6c45-cf3f-4ccb-8614-62c51e4fd4e6] --&gt;</description>
      <pubDate>Thu, 12 Feb 2009 15:20:29 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-4891</guid>
      <dc:date>2009-02-12T15:20:29Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Google Maps plugin</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-6079</link>
      <description>&lt;!-- [DocumentBodyStart:b446f914-7a7c-4502-a9e6-d0462793bded] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;HI Jay,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any news re 2.5?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks/Philippa&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b446f914-7a7c-4502-a9e6-d0462793bded] --&gt;</description>
      <pubDate>Wed, 27 May 2009 19:36:41 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-1256#comments-6079</guid>
      <dc:date>2009-05-27T19:36:41Z</dc:date>
      <clearspace:dateToText>5 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

