<?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>Jivespace: Message List - Problems with simple plugin</title>
    <link>http://www.jivesoftware.com/jivespace/community/developer?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Sat, 24 Jan 2009 20:31:22 GMT</pubDate>
    <generator>Jive SBS 3.0.8 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-01-24T20:31:22Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Problems with simple plugin</title>
      <link>http://www.jivesoftware.com/jivespace/message/161680?tstart=0#161680</link>
      <description>&lt;!-- [DocumentBodyStart:239a5e26-e5c4-4471-a327-116ae6857b50] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Forget it... problem solved.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just read in a different thread that this here has to be considered in the path to the self defined ftl files:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;plugins/[Name of my own plugin as defined in plugin.xml]/resources/Greetings.ftl&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Seems like a feature &lt;img height="16px" src="http://www.jivesoftware.com/community/images/emoticons/silly.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:239a5e26-e5c4-4471-a327-116ae6857b50] --&gt;</description>
      <pubDate>Sat, 24 Jan 2009 20:31:22 GMT</pubDate>
      <author>alenhard@gmail.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/161680?tstart=0#161680</guid>
      <dc:date>2009-01-24T20:31:22Z</dc:date>
      <clearspace:dateToText>10 months, 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems with simple plugin</title>
      <link>http://www.jivesoftware.com/jivespace/message/161679?tstart=0#161679</link>
      <description>&lt;!-- [DocumentBodyStart:e87f0b42-e48e-4908-9068-75ebdcf0cceb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Ok,&lt;/p&gt;&lt;p&gt;I think I got the problems with my structure solved. Eclipse does not let you creat that folder so easily and save all the classes in there. So now I did that with ant and it worked like a charm. Also deploying is easier than doing this manually.&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;However now I ge this message when I start my plugin:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #008000;"&gt;java.io.FileNotFoundException: Template /resources/Greetings.ftl not found&lt;/span&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&gt;Below is an excerpt from my struts.xml. The Greetings file is in the jar under resources/Greetings.ftl&lt;/p&gt;&lt;p&gt;--------------------------------&lt;/p&gt;&lt;p&gt;&amp;lt;package name="example-actions" namespace="/" extends="community-actions"&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;action name="sayhello"&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; class="com.ale.HelloWorldAction"&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;result name="success"&amp;gt;/resources/Greetings.ftl&amp;lt;/result&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/action&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/package&amp;gt;&lt;/p&gt;&lt;p&gt;-------------------------------&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I do not really know what I am missing here...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Alistair&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e87f0b42-e48e-4908-9068-75ebdcf0cceb] --&gt;</description>
      <pubDate>Sat, 24 Jan 2009 20:16:12 GMT</pubDate>
      <author>alenhard@gmail.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/161679?tstart=0#161679</guid>
      <dc:date>2009-01-24T20:16:12Z</dc:date>
      <clearspace:dateToText>10 months, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems with simple plugin</title>
      <link>http://www.jivesoftware.com/jivespace/message/157612?tstart=0#157612</link>
      <description>&lt;!-- [DocumentBodyStart:89bb3cc9-2a49-496e-89ef-8d0c2e7f3688] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;thanks for your help so far.&lt;/p&gt;&lt;p&gt;Maybe I am not understanding right.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;I do not really see any difference when I compare my project structure to the one that is documented under your link - except for that the folder that I use is not called classes.&lt;br/&gt;&lt;/li&gt;&lt;li&gt;When I add a folder called classes manually in there and put my package in it - I get the same error message as before.&lt;/li&gt;&lt;li&gt;I attached my jar file as a zip so that the structure that I use could easily be reproduced.I believe this will help to understand my problem.&lt;br/&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you have a more specific hint what I could try to do? It is definitely something very simple. I am pretty sure.&lt;/p&gt;&lt;p&gt;Also when I upload as administrator it is stored under \my path\cache\plugins. Is that correct?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looking forward to your answer.&lt;/p&gt;&lt;p&gt;Alistair&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89bb3cc9-2a49-496e-89ef-8d0c2e7f3688] --&gt;</description>
      <pubDate>Tue, 13 Jan 2009 19:18:05 GMT</pubDate>
      <author>alenhard@gmail.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/157612?tstart=0#157612</guid>
      <dc:date>2009-01-13T19:18:05Z</dc:date>
      <clearspace:dateToText>10 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems with simple plugin</title>
      <link>http://www.jivesoftware.com/jivespace/message/157014?tstart=0#157014</link>
      <description>&lt;!-- [DocumentBodyStart:4d834f0b-b92d-400c-80b3-27b58bc6b372] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Alistair - It looks like your plugin packing is a little off. For Clearspace plugins, compiled classes must live in &amp;lt;plugin root&amp;gt;/classes. Check out this doc more details: &lt;a class="jive-link-wiki-small" href="http://www.jivesoftware.com/jivespace/docs/DOC-3275"&gt;Building Plugins&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4d834f0b-b92d-400c-80b3-27b58bc6b372] --&gt;</description>
      <pubDate>Sat, 10 Jan 2009 19:50:12 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/157014?tstart=0#157014</guid>
      <dc:date>2009-01-10T19:50:12Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems with simple plugin</title>
      <link>http://www.jivesoftware.com/jivespace/message/157013?tstart=0#157013</link>
      <description>&lt;!-- [DocumentBodyStart:e79670f7-95ef-469b-9b48-ede51687ed9c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;1) Yes.&lt;/p&gt;&lt;p&gt;I see the plugin in the admin section and also where I installed it. It can be executed, but it does not do anything except give me this exception for the action.&lt;/p&gt;&lt;p&gt;2)Yes.&lt;/p&gt;&lt;p&gt;The class lives under com- please see the complete path on my server: C:\jiveHome\cache\plugins\simpleexamples\com&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;Alistair&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e79670f7-95ef-469b-9b48-ede51687ed9c] --&gt;</description>
      <pubDate>Sat, 10 Jan 2009 19:07:42 GMT</pubDate>
      <author>alenhard@gmail.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/157013?tstart=0#157013</guid>
      <dc:date>2009-01-10T19:07:42Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems with simple plugin</title>
      <link>http://www.jivesoftware.com/jivespace/message/157012?tstart=0#157012</link>
      <description>&lt;!-- [DocumentBodyStart:6517baa6-aaea-424f-8738-42507e2b047e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;A couple of things to check:&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; 1.&amp;nbsp; Do you see your plugins under admin console -&amp;gt; system -&amp;gt; plugins?&lt;/p&gt;&lt;p&gt; 2.&amp;nbsp; Does your class live in &lt;!--[CodeBlockStart:eb2cb363-c7bb-4133-ba42-b1ee2f10bb71]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:eb2cb363-c7bb-4133-ba42-b1ee2f10bb71]--&gt;/com/ SimpleAction.class ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6517baa6-aaea-424f-8738-42507e2b047e] --&gt;</description>
      <pubDate>Sat, 10 Jan 2009 17:34:28 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/157012?tstart=0#157012</guid>
      <dc:date>2009-01-10T17:34:28Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problems with simple plugin</title>
      <link>http://www.jivesoftware.com/jivespace/message/157007?tstart=0#157007</link>
      <description>&lt;!-- [DocumentBodyStart:c228607b-7b5a-4d89-a7f6-f41ee51ed6f3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello All,&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I have an issue with a simple Plugin. It does not seem to find the action class. At least this is what the exception indicates. Maybe one of the pros could have a look at this and give me a hint where to look?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Stacktrace:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;SCHWERWIEGEND: Servlet.service() for servlet default threw exception&lt;br/&gt;&lt;/span&gt;Action class [com.SimpleAction] not found - action - file:///C:/jiveHome/cache/plugins/SimpleExamples/struts.xml:6:58&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at com.jivesoftware.base.plugin.PluginConfigurationProvider.verifyAction(PluginConfigurationProvider.java:414)&lt;/p&gt;&lt;p&gt;I checked the struts.xml, but did not find that the paths would be incorrect. Maybe there is something simple that I overlooked?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;span style="text-decoration: underline;"&gt;Here my struts.xml:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"&lt;br/&gt;&lt;span&gt;"&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://struts.apache.org/dtds/struts-2.0.dtd" target="_blank"&gt;http://struts.apache.org/dtds/struts-2.0.dtd&lt;/a&gt;&lt;span&gt;"&amp;gt;&lt;/span&gt;&lt;br/&gt;&amp;lt;struts&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;package name="example-actions" namespace="" extends="community-actions"&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;!-- Map the action name, sayhello, to the action class, SimpleAction. --&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;action name="sayhello" class="com.SimpleAction"&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;!-- Specify the FTL file that should be used to present the data in the case of&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; a "success" result (the default for an action class). --&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;result name="success"&amp;gt;/resources/Greetings.ftl&amp;lt;/result&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/action&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/package&amp;gt;&lt;br/&gt;&amp;lt;/struts&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;My Action class:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;package com;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;import com.jivesoftware.community.action.JiveActionSupport;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;public class SimpleAction extends JiveActionSupport {&lt;br/&gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; private static final long serialVersionUID = 1L;&lt;br/&gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; private String message = "Hello World";&lt;br/&gt;&lt;br/&gt;&amp;#160;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; public String getMessage() {&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; return message;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; }&lt;br/&gt;&amp;#160;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; public void setMessage(String message) {&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; this.message = message;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; }&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;and my plugin.xml:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;plugin xmlns:xsi="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&lt;span&gt;"&lt;/span&gt;&lt;br/&gt;&lt;span&gt;&amp;#160;&amp;#160;&amp;#160; xsi:noNamespaceSchemaLocation="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/schemas/clearspace/2_5/plugin.xsd" target="_blank"&gt;http://www.jivesoftware.com/schemas/clearspace/2_5/plugin.xsd&lt;/a&gt;&lt;span&gt;"&amp;gt;&lt;/span&gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;name&amp;gt;SimpleExamples&amp;lt;/name&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;description&amp;gt;Simple macro and plugin examples.&amp;lt;/description&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;author&amp;gt;Me&amp;lt;/author&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;minServerVersion&amp;gt;1.3&amp;lt;/minServerVersion&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160; &amp;lt;components&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;component id="user-bar"&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;tab id="jiveUserMenu5"&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;item id="sayhello" name="Say Hello"&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;url&amp;gt;&amp;lt;![CDATA[&amp;lt;@ww.url action="sayhello" /&amp;gt;]]&amp;gt;&amp;lt;/url&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/item&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/tab&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/component&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/components&amp;gt;&lt;br/&gt;&amp;lt;/plugin&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c228607b-7b5a-4d89-a7f6-f41ee51ed6f3] --&gt;</description>
      <pubDate>Sat, 10 Jan 2009 12:09:54 GMT</pubDate>
      <author>alenhard@gmail.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/157007?tstart=0#157007</guid>
      <dc:date>2009-01-10T12:09:54Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

