Re: Struts bridge, lost request parameters

2005-03-11 Thread Ate Douma
Jeff Sheets wrote: Colin, My apologies, because your fix does work for me!!! Thank you! My actual code was: actionResponse.setPortletMode(PortletMode.VIEW); return mapping.findForward(FORWARD_VIEW); As this worked before your fix to at least return me to the View page. But now we need to

Build problems: Jetspeed and Maven

2005-03-11 Thread Christian Tanzmann
Hi, I try to build jetspeed 2 with maven and I follow the instruction from getting started manual but I have a problem. First step I have done cd ${jetspeed-2-home} maven start.test.server Console output: build:start start.test.server: ... [java] server.properties not found, using

Re: Build problems: Jetspeed and Maven

2005-03-11 Thread Bernhard Bauer
hi! you should check your build.properties file... have you followed the instructions given on the portal homepage? maybe my instructions/hints can solve your probably (hope you've downloaded and installed java, tomcat and maven...) in the src-folder you've downloaded, there is a file called

Re: Build problems: Jetspeed and Maven

2005-03-11 Thread Bernhard Bauer
ok - the sentence should be: maybe my instructions/hints can solve your PROBLEMS... ;-) - Original Message - From: Bernhard Bauer [EMAIL PROTECTED] To: Jetspeed Users List jetspeed-user@jakarta.apache.org Sent: Friday, March 11, 2005 11:06 AM Subject: Re: Build problems: Jetspeed and

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-11 Thread Fabrice Dewasmes
I'd like to give Jeff and Hema my support : first, we've chosen to start with JS1+Fusion as we had two major requirements : being JSR 168 compliant and have lots of nice features. This means that we obviously had to go with JS1+fusion (And i'm not talking about maturity). We plan to migrate in

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-11 Thread Serge Huber
Hi all, I just wanted to say that I also think that the work that went into Fusion is important on multiple levels : - first of all I integrate J2 with my product in a way very similar to what Fusion does, so if J2 changes a lot, I spend my time refactoring my code and understanding the

Eclipse Plugins for Jetspeed Development

2005-03-11 Thread Marky Goldstein
Hello People, Is anybody working on Eclipse Plugins for Jetspeed Development ? Any suggestions ideas for such a project? Best regards, Marky Goldstein - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

PSML Database

2005-03-11 Thread Roel van Dijk
I have some troubles creating the .sql file to create the PSML Database. http://portals.apache.org/jetspeed-1/psml_db.html I've taken Jetspeed 1.6-dev from the CVS. I've changed the projects.properties file in the source directory, altering database = hypersonic to database = mysql. I run the

RE: Eclipse Plugins for Jetspeed Development

2005-03-11 Thread Shah Amit
I have heard that there is some eclipse plugin for Pluto out there. But I dont know how good that works with Jetspeed. Apart from that, I haven't heard of any. Amit Original Message Follows From: Marky Goldstein [EMAIL PROTECTED] Reply-To: Jetspeed Users List

RE: problem with jetspeed2 on weblogic 8.1.2

2005-03-11 Thread Scott T Weaver
Hi Jeff, I went ahead and added a link to the Jetspeed 2 wiki pointing to your Weblogic FAQ. Regards, Scott -Original Message- From: Jeff Sheets [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:48 PM To: [EMAIL PROTECTED]; Jetspeed Users List Subject: Re: problem with

RE: Eclipse Plugins for Jetspeed Development

2005-03-11 Thread Scott T Weaver
Hi Marky, David Taylor put together a design doc for this located under /design-docs/src/eclipse. However, that is about as far as it has gotten. We welcome anyone's help who would like to try and get this started. Regards, Scott -Original Message- From: Marky Goldstein [mailto:[EMAIL

Re: User Attributes with Struts Portlet bridge on Fusion

2005-03-11 Thread Hema Menon
Frank, Thanks. RenderRequest's getRemoteUser returned me null, however the getUserPrincipal() returns the value correctly. I thought both should return the same value. Anyway, thanks for you help. Later, Hema On Fri, 11 Mar 2005 07:08:52 -0600, Frank Villarreal [EMAIL PROTECTED] wrote: Hema,

Velocity

2005-03-11 Thread Apostolidis Apostolos
Hi all! I am using jetspeed-1.4 with jsp portlets and .vm templates for html navigation. I want to modify the bottom.vm in order to filter users based on their roles. I edited the bottom.vm file to do that. I have added some lines and this is one of them : #if

Request for help in getting Jetspeed-2 running on Windows:Part 1

2005-03-11 Thread cknell
I have installed Ant 1.6.2. The ANT_HOME environment variable is set. I can run Ant from any directory on the computer. I have installed Maven. The MAVEN_HOME environment variable is set. I can run Maven. When I enter maven -v on the command-line, it tells me that I am running version 1.02. I

RE: Request for help in getting Jetspeed-2 running on Windows:Part 1

2005-03-11 Thread Scott T Weaver
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 10:21 AM To: jetspeed-user@jakarta.apache.org Subject: Request for help in getting Jetspeed-2 running on Windows:Part 1 ... I have created a build.properties file in my Windows user

RE: Eclipse Plugins for Jetspeed Development

2005-03-11 Thread kramirez
Scott, It's already begun. David T and myself have started a new project on Java.net named JetFuel which will offer an Eclipse plugin for JetSpeed-2 development. The docs should be on that site soon. Anyone that wishes to participate is welcomed to do so. The project should be up in about one

RE: Eclipse Plugins for Jetspeed Development

2005-03-11 Thread Scott T Weaver
That's great news! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 11:28 AM To: jetspeed-user@jakarta.apache.org Cc: [EMAIL PROTECTED] Subject: RE: Eclipse Plugins for Jetspeed Development Scott, It's already begun. David T and

Request for help in getting Jetspeed-2 running on Windows:Part 2

2005-03-11 Thread cknell
Thanks. I've modified my build.properties according to your suggestion. I'm now at Step 5 on http://portals.apache.org/jetspeed-2/getting-started.html;. The instructions are: * 1. If you are using the Hypersonic SQL database, make

Re: Request for help in getting Jetspeed-2 running on Windows:Part 2

2005-03-11 Thread Hema Menon
start.production.server, quickStart are all targets within the maven.xml not separated script files. For changing the directory, all it means is for you to change directory to whereever you have jetspeed-2 base. Hema On Fri, 11 Mar 2005 12:09:26 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

RE: Request for help in getting Jetspeed-2 running on Windows:Part 2

2005-03-11 Thread Scott T Weaver
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 12:09 PM To: jetspeed-user@jakarta.apache.org Subject: Request for help in getting Jetspeed-2 running on Windows:Part 2 Thanks. I've modified my build.properties according to your

RE: Request for help in getting Jetspeed-2 running on Windows:Part 2

2005-03-11 Thread Scott T Weaver
I noticed you talk about an installation package in your previous emails. Are you building from source or from the binary distribution? If you are using the bin dist, then you do not have to follow the getting-started page. Regards, Scott -Original Message- From: Scott T Weaver

Struts bridge fails with error for html:link

2005-03-11 Thread Shah Amit
Hi all, Following is my firstPage.jsp html:link href=secondPage.doGo to Second Page/html:link and below is my struts-config.xml file --- struts-config action-mappings action path=/firstPage include=/WEB-INF/view/firstPage.jsp/ action path=/secondPage

RE: RE: Request for help in getting Jetspeed-2 running on Windows:Part 2

2005-03-11 Thread cknell
-Original Message- From: Scott T Weaver [EMAIL PROTECTED] Subject: RE: Request for help in getting Jetspeed-2 running on Windows:Part 2 I noticed you talk about an installation package in your previous emails. Are you building from source or from the binary distribution? If you are

How to use the WSRP ProxyPortlet to display portlets in jetspeed 2 portal via WSRP?

2005-03-11 Thread Zhonghui Ning
I know how to use ProxyPortlet to display portlets in Pluto via WSRP. In the pluto, preferences(wsrp_portlet_handle and wsrp_producer_id) is in /jakarta-tomcat-5.0.28/webapps/pluto/WEB-INF/data/portletentityregistry.xml. In jetspeed, where to add wsrp_portlet_handle and wsrp_producer_id? I think

Problem when deploying JetSpeed2 to Weblogic Server 8.1sp2

2005-03-11 Thread
hello, every one. I had a problem when I deployed the default JetSpeed2.0-M1 jetspeed demo to weblogic server8.1 sp2, but it worked well under the tomcat ,I haved modify jetspeed-spring.xml file and adjust TomcatManager to WeblogicManager, it still had errors , I didn't know how to do and

Getting Jetspeed started on Windows

2005-03-11 Thread cknell
I went to another machine with Tomcat 5.5.7 installed. I unzipped the binary Windows distribution (jetspeed-2.0-M1.zip) into my Tomcat directory. I started Tomcat. I pointed a browser to http://localhost:8080. Tomcat is working. I pointed the browser to http://localhost:8080/jetspeed. I get