On Tue, Jun 13, 2000 at 01:44:35PM -0700, burtonator wrote:
> Check this out. Moreover.com just added all their RSS content into an
> OCS stream :) This means we can directly integrate it into Jetspeed
> without going through XMLTree! :)
>
> I won't have time to hack this in for a while but theoretically it
> should just be possible to add another OCS feed to
> JetspeedResources.properties and then you can just restart Jetspeed ( we
> need a way to reload JetspeedResources ) and the daemons should blend
> the content from both OCS feeds.
>
> If someone tests this and it works (before me :) we can patch this and
> have it available for 1.2b1. (hopefully tonight or tomorrow)
>
> http://w.moreover.com/categories/ocs/ocsdirectory.rdf
Did you have any luck with this? I added Moreover as a content feed, and
while the ocsdirector.rdf file gets downloaded just fine, the transformation
(with ocs.xsl) doesn't produce any portlets. The relevant lines of my
turbine.log file are:
-- BEGIN FEED -> http://w.moreover.com/categories/ocs/ocsdirectory.rdf
-- DaemonThread: started processing daemon diskcachedaemon
-- DaemonThread: started processing daemon badurlmanagerdaemon
-- PortletFactory.getPortlet(): took a total of 0 second(s) -> Portlet -
org.apache.jetspeed.portal.portlets.RSSPortlet - itemDisplayed - 10 -
stylesheet - /content/xsl/rss.xsl - http://www.xmlhack.com/rss.php
-- Jetspeed Home: END default portlets -> total time 5 second(s)
-- FeedDaemon: transforming url:
file:////tmp/JetspeedDocumentCache/http_w.moreover.com_categories_ocs_ocsdirectory.rdf
with stylesheet:
file:////usr/local/opt/tomcat/webapps/ROOT/content/xsl/ocs.xsl
-- DiskCache: this URL can't be stored in cache... providing it
directly.file:////tmp/JetspeedDocumentCache/http_w.moreover.com_categories_ocs_ocsdirectory.rdf
-- DiskCache: this URL can't be stored in cache... providing it
directly.file:////usr/local/opt/tomcat/webapps/ROOT/content/xsl/ocs.xsl
-- SimpleTransform: transforming url:
file:////tmp/JetspeedDocumentCache/http_w.moreover.com_categories_ocs_ocsdirectory.rdf
with stylesheet:
file:////usr/local/opt/tomcat/webapps/ROOT/content/xsl/ocs.xsl
-- Determining portlets...
-- FeedDaemon: Got new portlets
-- Found a total of: 0 portlets...
-- BEGIN: EntryInstantiator: Instantiating 25 Portlet(s) found in the
PortletRegistry
-- END: EntryInstantiator: Instantiating all Portlets found in the
PortletRegistry
-- END FEED -> http://w.moreover.com/categories/ocs/ocsdirectory.rdf ->
SUCCESS
Any ideas on where to begin debugging this?
--
[EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]