Displaying portlet in decorator

2005-04-13 Thread zazo
Hi, Is there any way to display a portlet in the decorator built part of the page (the portlet is not included in a psml file)? This is what I do in my decorator file : --- PageImpl searchPage = (PageImpl) rootFolder.getPage("search.psml"); FragmentImpl searchFragment = (FragmentImpl) searchPage

Re: Getting Folder from path

2005-03-30 Thread zazo
Wiadomość Oryginalna Od: zazo <[EMAIL PROTECTED]> Do: jetspeed-dev@jakarta.apache.org Data: Tue, 29 Mar 2005 13:32:16 +0200 Temat: Getting Folder from path > Hi all, > > I am writing custom layout for my Jetspeed site. To have it fully > work I need one more, little

Fwd: Getting Folder from path

2005-03-29 Thread zazo
Hi all, I am writing custom layout for my Jetspeed site. To have it fully work I need one more, little thing -- Is there a way to get Folder object having only path pointing to it? Ex. Let's say I have String "http://localhost:8080/jetspeed/portal/Public"; and by using some tricky API function

Page rebuilding and caching

2005-02-10 Thread zazo
Hi all, I'm trying to add to J2 some kind of security constraints at the level of a single portlet. It's supposed to be as simple as possible. To achive this goal I'm using portlet enitity's preferences. I modified a little bit PageAggregatorImpl and according to these preferences above I can dec

Re: AW: Deploying portlet

2004-12-21 Thread zazo
I've got Jetspeed1.6 + fusion. I'm not sure what do you mean by "method i'm calling" Thank you for your reply. > what method are you calling? what js-version? > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 21. Dezember 2004 18:24

Re: Re:Deploying portlet

2004-12-21 Thread zazo
Hello, First of all, thank you for the reply. Well, I'm not using CLASSPATH at all. It's not defined. Could that be a problem? Is possible that I don't have any version of Jdom or xerces libarary? Will it be enough if I just put recent ones to the /tomcat/shared/lib folder? Thanks for answering

Re: Jetspeed2 +JBoss (Exception processing TLD)

2004-12-21 Thread zazo
I've missed the { maven clean jar:install } step. At least it solved the issue below. > Hi, > > I'm completely new to Jetspeed and tried to install it on a local > JBoss server. > I checkout the newest version of Jetspeed2 from CVS (build was > succesful with the result of the jetspeed.war file)

Deploying portlet

2004-12-21 Thread zazo
Hello everyone, I've finally managed to make jetspeed work with fusion. However I've still got problem during deployment of my portlet. The print stack looks like this: (no exceptions so far.) Fusion Service: Initialization Done INFO: Loading portlet application from web archive C:\tomcat\webapp

Deployment ERROR

2004-12-21 Thread zazo
Hello, Jetspeed 1.6 + fusion, compilation went fine, I've got the fusion logo and so on. But there is a problem with adding custom portlets. I've got the following error during simple portlet deployment: [java] ERROR: Unexpected exception deploying portlet application: org.apache .jetspeed.pers

Jetspeed2 +JBoss (Exception processing TLD)

2004-12-21 Thread zazo
Hi, I'm completely new to Jetspeed and tried to install it on a local JBoss server. I checkout the newest version of Jetspeed2 from CVS (build was succesful with the result of the jetspeed.war file), I completed every step listed on http://wiki.apache.org/portals/Jetspeed2/JBossHowTo . I even tri