RE: Security on the Fly

2004-07-08 Thread Jeremy Ford
You can use maven to build Jetspeed. Also, the .classpath and .project files are in CVS. Just use eclipse to pull Jetspeed, and it should setup the project for you. Please note: you will need to build jetspeed from the command line to generate the torque files before the build in eclipse wil

Setting the menu selection

2004-07-08 Thread Hema Menon
Hi, Is it possible to set the menu selection programmatically? I am setting the template to a specific menu item when an action happens, however the menu selection still remains the same. For eg. There are 3 selections possible in my menu with corresponding jsp portlets as shown below. Me

RE: Security on the Fly

2004-07-08 Thread Sturtz, Andrew
Jeremy, Thanks for your help I pulled down the project and am trying to build it. Do I need to use Maven to do this. At first I thought I did, but then I noticed that there is already a project.xml and a maven.xml files. I guess I am just a little confused as to how to build the project using Ec

Jetspeed session Vs tomcat session

2004-07-08 Thread Anand K Kalyanasundaram
Hi, I want some objects to be stored as a part of the jetspeed user session. I tried using using the tomcat session, but I quickly learned that they are not the same. Can I use the use the jetspeed SessionState object (org.apache.jetspeed.services.statemanager.SessionState) for this ? If so, how

How to reference each tab URL individually?

2004-07-08 Thread Jerry Lee
Hi, I'm trying to re-work the jetspeed-tab.vm file and the shipped version uses a foreach loop to generate the tabs. This is great if I were generating my tabs one at a time, however, due to the way my tabs are layed out, there's no way to generate them programatically. I need to define the tabs

RE: Security on the Fly

2004-07-08 Thread Jeremy Ford
Check out this link: http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/src/java/org/apache/jetspeed/om/registry/base/ There are 2 files with a comment about fixing this bug. Pull HEAD, builder it, and grab those 2 files. Jeremy Ford [EMAIL PROTECTED] From: "Sturtz, Andrew" <[EMAIL PROTECTED]>

RE: Security on the Fly

2004-07-08 Thread Sturtz, Andrew
Thanks for your reply, but I looked high and low on the jetspeed CVS and found no such class file. Did I miss something??? Where can I find this file. Thanks, Andrew -Original Message- From: Jeremy Ford [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 8:34 PM To: 'Jetspeed Users

Re: com.werken.werkz.NoSuchGoalException: No goal [import]

2004-07-08 Thread robin.antony
Hi, Take a look at this thread http://jira.codehaus.org/browse/MAVEN-1142 Looks like it was bug, and it seems it is resolved and it looks very much like what you are getting .. NoSuchGoalException Or, maybe it is coz the Euro Cup is over! hehe Cheers, Robin Antony OpenSI.Net www.opensi.net

RE: Multiple portlet instances and action event execution order

2004-07-08 Thread Jeremy Ford
See below: From: Bjorn Vidar Remme <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Subject: Multiple portlet instances and action event execution order Date: Thu, 8 Jul 2004 09:49:32 +0200 Hi all, i have a pane with multiple por

Re: AW: Portlet programming basic question

2004-07-08 Thread Scott T. Weaver
Oliver Pfau wrote: is this jetspeed specific or possible in JSR 168 too ? jspeid is specific to Jetspeed 1 and allows Jetspeed 1 to figure out which portlet should be the target of the action. In Jetspeed, JSR-168 portlets function in a very similar way, currently you have PorletURL object

Error "turbine_user is not a sequence" when adding user

2004-07-08 Thread GUY Laurent Ext OCISI
Hi, Any help would be fully appreciated on this problem. I use Jetspeed 1.5 (with Torque 3.1) on my local host, and PostgreSQL 7.3.2, on a Linux server I try to add a new user : String username="foo"; JetspeedUser jUser = new BaseJetspeedUser(); jUser.setName(userna

Multiple portlet instances and action event execution order

2004-07-08 Thread Bjorn Vidar Remme
Hi all, i have a pane with multiple portlets of the same type added. Works perfectly now, this was a issue before, but it is solved nicely. Thanks to the individuals who made that possible : The portlets are configured to behave differently, but the share some common data. We store the commo

RE: Portlet programming basic question

2004-07-08 Thread Floßmann Christoph
Well I'm using Version 1.4 - I don't think that this is JSR 168 conform but there should be something similar. -Original Message- From: Oliver Pfau [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 8:57 AM To: 'Jetspeed Users List' Subject: AW: Portlet programming basic question i